@charset "utf-8";

/*フッターブラウザに追従
--------------------------------*/
body#bhome,
body#link {
	height:100%;
}
#bhome #adjust,
#link #adjust {
	min-height:100%;
	margin-bottom:-180px;
	height:auto !important;
	height:100%;
	width:100%;
}
#bhome #footer-space,
#link #footer-space{
	height:180px;
}
#bhome #footercontainer,
#link #footercontainer {
	height:180px;
}
/*------------------------------*/


/*トップページのみ-------------------------------*/
body#bhome #content {
float:right;
margin:0 0 0 0;
width:350px;
margin-top:16px;
}


/*トップページ-------------------------------*/
.topimage {
background:url(../parts/top_img.jpg) no-repeat 1px top;
width:939px;
height:371px;
position:relative;
}


.topics {
position:relative;
}

.topics .h2area {
font-size: small;
width:530px;
height:2.7em;
margin:0 0 15px 0;
background-color:#00142c;
opacity: 0.13;
filter: alpha(opacity=13);	/* IE6、IE7対応 */
-moz-opacity: 0.13;		/* Firefox1.5以前対応 */
}
.topics h2 {
position:absolute; top:7px; left:10px;
color:#000000;
}
.topics p {
padding-left:0;
padding-right:0;
}



/*右コンテンツ*/
#bhome #side {
background:transparent;
width:550px;
float:left;
margin-top:16px;
}
