@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* top
--------------------------------------------------------------------------*/
div#top {
	margin:0 0 30px 0;
}
div#top dl {
	overflow:hidden;
	zoom:1;
}
div#top dl dt {
	float:left;
	width:422px;
	font-size:1.2em;
	line-height:1.6em;
}
div#top dl dd {
	float:right;
	width:160px;
}

/* construction
--------------------------------------------------------------------------*/
div#construction {
	overflow:hidden;
	zoom:1;
}
div#construction p {
	font-size:1.2em;
	padding:0 0 20px 0;
}
div#construction div.oo {
	border:solid 1px #F4F3EA;
	width:180px;
	float:left;
	margin:0 20px 20px 0;
}
div#construction div.oo dl {
	width:160px;
	margin:10px auto;
}
div#construction div.oo dl dd dl {
	font-size:1.2em;
}
div#construction div.oo dl dd dl dt {
	font-weight:bold;
	color:#503319;
	padding: 0 0 5px 0;
}


div#construction div.oo dl dd dl dd.bold {
	font-weight:bold;
	color:#503319;
	padding: 0 0 5px 0;
}


div#construction div.oo_last {
	border:solid 1px #F4F3EA;
	width:180px;
	float:left;
	margin:0 0 20px 0;
}
div#construction div.oo_last dl {
	width:160px;
	margin:10px auto;
}
div#construction div.oo_last dl dd dl {
	font-size:1.2em;
}
div#construction div.oo_last dl dd dl dt {
	font-weight:bold;
	color:#503319;
	padding: 0 0 5px 0;
}
div#construction div.oo dl dt.img {
	padding: 0 0 5px 0;
}
div#construction div.oo a {
	color:#507D17;
}
















