@charset "Shift_JIS";

/*////////////////////////////////////////////////////
	const Layout CSS
////////////////////////////////////////////////////*/

/*---------------------------------------------------
	GlobalLayout
----------------------------------------------------*/	

#const{
	background:#76B6FD url(../img/const/body_bg.jpg) repeat-x;
}
#const #Container{
	margin:0 auto;
	width:798px;
	border-left:1px solid #B4B4B4;
	border-right:1px solid #B4B4B4;
}
#const #Header h1,
#const #Header h1 a{
	height:306px;
	background: url(../img/const/bg_h1_001.jpg) no-repeat;
}
#Header{
	border-bottom:none;
}
/*---------------------------------------------------
	Contents Layout
----------------------------------------------------*/

#const .IncludeBox{
	border:5px solid #FDDF63;
}
#const .entry{
	padding: 10px;
	background:	url(none) #e8f4f8;
	border: 1px solid #ceecf8;
	width:498px;
}
#const .entryDate{
	width:450px;
	padding:15px 3px 0px 20px;
	margin-bottom:0;
	background:url(none);
	color:#000;
	text-align:left;
	font-weight: normal;
}
#const .entry h2{
	margin-bottom:20px;
	padding:5px 10px 5px 20px;
	border-bottom:none;
	background:url(none);
	font-size:1.3em;
}
#const .entry h2 a{
	text-decoration:none !important;
	color:#2FA2E0!important;
}
#const .entry h2 a:hover{
	color:#2EA1E0 !important;
}
#const .entryBody{
	margin:0 20px;
	padding: 10px;
	font-size:1em;
	background:#FFFFFF;
}
#const .entryFooter{
	border-top:1px dashed #FFFFFF;
}
#const #ColL p.floatL{
	margin:0 5px 0 15px;
}
* html #const #ColL p.floatL{
	margin:0 5px 0 7px;
}

#const #ColL p#member01{
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
#const #ColL h3{
	color:#3366CC;
	font-weight:bold;
	font-size:100%;
	margin-left:15px;
	margin-bottom:3px;
}
#const #ColL caption{
	margin-left:0;
}

