/*------ヘッダー・メニューのCSSファイルインポート----*/ @import url(common/css/topmenu.css); @import url(common/css/headmenu.css); body{ background-image: url(image/back.gif); } H1{ font-size: 12px; color: #666; text-align: center; margin-top: 3px; } H2{ margin: 25px 40px 20px; height: 32px; font-size: 15px; color: #000; background: url(image/title_bar.jpg) no-repeat top left; padding-top: 8px; padding-left: 15px; } .LiType{ margin: 25px 0px 20px; height: 32px; font-size: 15px; font-weight: bold; color: #000; background: url(image/title_bar2.jpg) no-repeat top left; padding-top: 8px; padding-left: 15px; } #container{ position: absolute; top: 30px; left: 50%; margin-left: -472px; padding: 0px; background-image: url(image/content_img.jpg); background-repeat: repeat-y; } #top{ width: 944px; height: 41px; margin: 0px; padding: 0px; background-image: url(image/top_img.jpg); background-repeat: no-repeat; } #header{ width: 944px; height: 129px; margin: 0px; padding: 0px; background-image: url(image/header_img.jpg); background-repeat: no-repeat; } #menu{ width: 944px; height: 34px; margin: 0px; padding: 0px; background-image: url(image/menu.gif); background-repeat: no-repeat; } #title{ width: 944px; height: 40px; margin: 0px; padding: 0px; } #title_base{ width: 930px; height: 36px; position: relative; top: 0px; left: 7px; margin: 0px; padding-top: 10px; font-size: 16px; font-weight: bold; color: #330000; text-align: center; background-color: #ffcc00; border-bottom: 1px #8a590f solid; } #main{ width: 944px; height: auto; margin: 0px; padding: 0px; } .service{ margin:40px 40px 8px; padding: 5px; font-size: 12px; color: #000; background-color: #ccccfe; } .BtNavi{ margin:0px 45px 12px; font-size: 12px; } .BtNavi a{ margin-left: 10px; color: #0000ff; text-decoration: underline; } .BtNavi a:hover{ color: #ff0000; text-decoration: underline; } #footer{ clear: both; width: 944px; height: 34px; margin: 0px; padding: 0px; background-color: #00679c; } .footer_link{ position: relative; top: 8px; font-size: 15px; font-weight: normal; color: #fff; text-align: center; } .footer_link a{ color: #fff; text-decoration: none; } .footer_link a:hover{ color: gold; text-decoration: none; } IMG{ border: 0px; } p.blue{ color: blue; } span.blue{ color: blue; }