@charset "Shift_JIS";

/*////////////////////////////////////////////////////
	Woman Layout CSS
////////////////////////////////////////////////////*/

/*---------------------------------------------------
	GlobalLayout
----------------------------------------------------*/	

#Build {
	background: url(../img/build/body_bg.jpg) repeat-x #fff0ad;
}

#Build #ContainerWrapper{
	margin:0 auto;
	background: url(none);
}
#Build #Container{
	width:800px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	background-color:#FFF;
	text-align:left;
}
#Build #Header{
	position:relative;
	width:800px;
	height:310px;
	border-bottom:none;
}
#Build #Header h1 a{
	width:800px;
	height:310px;
}

/*---------------------------------------------------
	Contents Layout
----------------------------------------------------*/
#Build #ColL {
border-right:1px solid #ccc;
}
#Build #ColL .member{
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
}

#Build .IncludeBox{
	border:5px solid #ccc;
}
#Build .entry{
width:520px;
background:none;
padding:0;
}
#Build .entryDate{
	padding:3px 5px;
	margin-bottom:10px;
	background:none;
	font-weight:bold;
	color:#fff;
	text-align:left;
	background:#78bd2c;
	line-height:1;
	font-size:90%;
}
#Build .entry h2{
	background:none;
	margin:0px 0 10px;
	padding:0;
	border-bottom:none;
	font-size:130% !important;
	color:#d97a1c !important;
}
* html #Build .entry h2{font-size:small;}
#Build .entry h2 a{
	text-decoration:none !important;
	color:#d97a1c !important;
}
#Build .entryBody{
	background:#fffced;
	border:5px solid #fff6cf;
	margin:0;
	padding:10px 10px 0;
	font-size:1em;
}
* html #Build .entryBody{
	font-size:small;
}
#Build .entryFooter{
	width:458px;
margin:0 20px;
	border:none;
}

