@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; clear: both; }
/* TEXT */


/* CASE TABLE */
#story_table{ margin-top: 20px; margin-bottom: 20px; }
#story_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; }
#story_table td { height: 20px; padding: 5px; border: 1px solid #CCC; text-align: center; font-size: 12px; }
img.cushion { float: right; margin-left: 10px; clear: right; }

