@charset "utf-8"; /* CSS Document */ body{ margin:0px; font-family:Arial, Helvetica, sans-serif, System; font-size:12px; text-align:left; /*background:url(image/bg_promos1.jpg);*/ } a{ color:#000; } td { /* border:dashed 1px ; */ } #MENU ul{ list-style:none; margin:15px; margin-left:0px; padding:0px; padding-top:10px; text-align:center; } #MENU li{ margin:5px; } #MENU li a{ font-size:16px; font-weight:bold; color:#012C4B; text-decoration:none; letter-spacing:1px; } #MENU li a:hover{ letter-spacing:2px; } #CONTENT{ background-color:#FFF; height:500px; overflow:visible; padding:10px; /* background:url(image/bg_pic02.jpg) bottom no-repeat #FFF ;*/ } /*#CONTENT{ width:100%; height:300px; overflow:visible; }*/ #HEADER_TD{ /* background:url(image/bg_header_line.jpg) repeat-x;*/ } #HEADER{ height:70px ; background:url(image/bg_header_index_pic.jpg) no-repeat ; } #FOOTER{ padding:10px ; text-align:center ; /*background:url(image/bg_footer.jpg) repeat-x ;*/ height:60px ; border-top: solid 1px #bbb ; background-color:#FAFAFA ; } #MENU_TD{ background:url(image/bg_menu_side.jpg) repeat-y right #D0EBFF ; overflow:hidden; } #MENU{ background:url(image/bg_manu.jpg) no-repeat ; height:300px; margin:0px; margin-top:10px; padding:0px; width:200px; text-align:center; } table{ border:solid 1px #AAA; border-top:none; } .contact{ border:none; width:400px; } .contact th{ text-align:right; } .contact td{ text-align:left; } .content{ text-align:left; width:90%; margin:10px; padding:10px; font-size:13px; line-height:25px; } h1{ color:#006; font-style:italic; font-size:18px; } h1 a{ color:#006; text-decoration:none; } h1 a:hover{ text-decoration:underline; } .red{ color:#FF0000; }