/*トップページの基本設定 -----------------------------------*/ /*トップページのヘッダ*/ #tophead{ /*background:url(../img/tophead_back_gif) no-repeat bottom right; height:50px;*/ vertical-align:top; } /*メインメニュー -----------------------------------*/ #top_menu ul{ margin:0; padding:0; } #top_menu li{ float:left; } #top_menu:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } /*トップページコンテンツ*/ #top_contents{ width:760px; padding:15px 0 15px 0; background:#FFF; } #top_contents:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } /*ニュース&トピックス*/ #topics{ float:left; width:520px; } #topics_title_u{ border-top:1px solid #808080; margin-top:10px; } #topics_title_u img{ margin-top:15px; } .topics_title{ margin-left:20px; width:485px; border-bottom:1px solid #808080; } .topics_title img{ margin:0 0 5px 10px; } #topics table{ margin:10px 10px 10px 30px; } #topics th{ padding:2px 10px 2px 5px; vertical-align:top; font-weight:normal; white-space:nowrap; text-align:left; } #topics td{ padding:2px 10px 2px 5px; vertical-align:top; } /*フッターメニュー*/ #foot_menu{ margin:5px 10px 10px 20px; border-top:1px solid #808080; } #foot_menu ul{ list-style-type:none; } #foot_menu li{ float:left; margin:10px 10px; background:url(../img/heado_gif) no-repeat 0px 4px; padding-left:13px; } /*バナー*/ #ban{ float:right; width:240px; text-align:right; } #ban img{ margin:0 20px 10px 0; }