/*トップセカンド共有*/ 

/*リキッドレイアウト用ボックス*/ 
#fix {
width: 100%;
margin-right: auto;
margin-left: auto;
} 

html {
	overflow-y:scroll;
}

/*左右包括コンテンツボックス*/ 

#contentsBox { 
clear: both; 
width: 750px; 
margin-right: auto; 
margin-left: auto; 
}

/*トップページ*/ 

#imgFix {
clear: both; 
width: 100%; 
margin-top: 0px; 
background-position: bottom center; 
background-image: url(../com_images/linetopimg.jpg); 
background-repeat:repeat-x; 
height: 310px; 
} 

#imgBox {
width: 750px;; 
margin-right: auto; 
margin-left: auto; 
} 

/*左バナーエリア*/ 

#leftTopicsBox{
float:left;
width:452px;
margin-top:20px;
margin-right:0px;
background-color:#ffffff;
}

#leftTopicsBox ul{
margin:10px;
width:430px;
}

#leftTopicsBox li.ao{
line-height:160%;
margin-bottom:10px;
list-style:none;
padding-left:18px;
background-repeat: no-repeat; 
background-position: top left; 
background-image: url(../com_images/ic_ao.jpg); 
}

#leftTopicsBox li.or{
line-height:160%;
margin-bottom:10px;
list-style:none;
padding-left:18px;
background-repeat: no-repeat; 
background-position: top left; 
background-image: url(../com_images/ic_or.jpg); 
}

/*右バナーエリア*/ 

#rightSaiyouBox{
float:right;
margin-top:20px;
margin-right:2px;
background-color:#ffffff;
}

#rightSaiyouBox ul{
margin-top:10px;
width:272px;
}

#rightSaiyouBox li.ao{
line-height:160%;
margin-bottom:10px;
list-style:none;
padding-left:18px;
background-repeat: no-repeat; 
background-position: top left; 
background-image: url(../com_images/ic_ao.jpg); 
}

#rightSaiyouBox li.or{
line-height:160%;
margin-bottom:10px;
list-style:none;
padding-left:18px;
background-repeat: no-repeat; 
background-position: top left; 
background-image: url(../com_images/ic_or.jpg); 
}

/*バナーエリア*/ 

#bnBox{
float:left;
width:748px;
margin-top:00px;
margin-right:1px;
padding:5px;
background-color:#cccccc;
}
#bnBox img{
margin:2px;
}

#bnBox_white{
float:left;
width:748px;
margin-top:5px;
margin-right:1px;
padding:5px;
background-color:#ffffff;
}
#bnBox_white img{
margin:2px;
}


