@charset "UTF-8";
/* -- HOME -- */

/* LAYOUT */
body { background-image: url(../img/contentspage_bg.jpg); background-repeat: repeat-x; background-color: #F6F5F1; }
#container { width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }

/* HEADER */
#header_wrapper { height: 140px; width: 900px; }
#header_wrapper #header { height: 100px; width: 900px; }
#header_wrapper #header #header_left { float: left; height: 50px; width: 450px; margin-top: 20px; margin-bottom: 30px; }
#header_wrapper #header #header_right { float: right; height: 50px; width: 450px; margin-top: 20px; margin-bottom: 30px; }
#header_wrapper #header #header_left #tsurumi_logo { height: 50px; width: 360px; margin-right: 90px; }
#header_wrapper #header #header_right #header_search { height: 20px; width: 450px; margin-top: 5px; margin-bottom: 5px; text-align: right; }
#header_wrapper #header #header_right #header_info { height: 20px; width: 450px; text-align: right; }

/* MAIN BG */
#main_wrapper { width: 900px; background-image: url(../img/content_bg_center.jpg); background-repeat: repeat-y; height: auto; margin-top: 20px; }
#main_bg_top { background-image: url(../img/content_bg_top.jpg); background-repeat: no-repeat; height: 10px; width: 900px; }
#main_bg_bottom { background-image: url(../img/content_bg_bottom.jpg); background-repeat: no-repeat; height: 10px; width: 900px; clear: both; }

/* MAIN */
#main_left { width: 210px; float: left; height: auto; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
#main_right { width: 590px; float: right; height: auto; padding-top: 10px; padding-right: 30px; padding-bottom: 10px; padding-left: 30px; }
#main_text_area { margin-bottom: 20px; margin-top: 20px; text-align: left; }

/* TEXT */


/* CASE TABLE */
#case_list_table { margin-top: 20px; margin-bottom: 20px; }
#case_list_table th { height: 20px; border: 1px solid #CCC; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #F60; background-color: #F6F5F1; font-weight: bold; }
#case_list_table td { height: 20px; padding: 10px; border: 1px solid #CCC; }
#case_table td { border: 1px solid #CCC; background-color: #FFF; }
#case_table td a { line-height: 26px; text-align: left; font-size: 12px; background-color: #FFF; background-image: url(../img/special_case_bg.jpg); background-repeat: no-repeat; background-position: left top; text-decoration: none; display: block; width: 280px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; color: #333; height: 26px; }
#case_table td a:hover { line-height: 25px; text-align: left; font-size: 12px; background-color: #FFF; background-image: url(../img/special_case_bg_on.jpg); background-repeat: no-repeat; background-position: left top; color: #FFF; text-decoration: none; }

