@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      construction.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.thirdPage #mainCol {
	padding-top: 40px;
	padding-left: 45px;
	background-image: url(../img/bg1.gif);
	padding-right: 30px;
	padding-bottom: 30px;
}

.subPage #mainCol {
	background-image: url(../construction/img/category_img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainCol ul#constList {
}

#mainCol ul#constList li {
	width: 186px;
	border: 2px solid #342D2E;
	margin-right: 15px;
	display: inline;
	float: left;
	margin-bottom: 15px;
}

#mainCol ul#constList li a {
	display: block;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}

#mainCol ul#constList li a:hover {

}


#mainCol ul#constList li p.title {
	color: #332C2D;
	font-weight: bold;
	float: left;
	padding-top: 3px;
}

#mainCol ul#constList li p.date {
	float: right;
	font-size: 10px;
	color: #669900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #332C2D;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#mainCol ul#constList li p.thumb {
	clear: both;
}

#mainCol ul#constList li p.detail {
	clear: both;
}

#leftBox {
	float: left;
	width: 590px;
}

#leftBox #detailPt {
	border: 2px solid #342D2E;
	margin-bottom: 15px;
	padding: 13px;
	text-align: center;
}

#leftBox #detailTxt {
	border: 2px solid #342D2E;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	margin-bottom: 30px;
	clear: both;
}

#detailTxt p.title {
	color: #332C2D;
	font-weight: bold;
	float: left;
	padding-top: 3px;
}

#detailTxt p.date {
	float: right;
	font-size: 10px;
	color: #669900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #332C2D;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#detailTxt p.thumb {
	clear: both;
}

#detailTxt p.detail {
	clear: both;
}

#rightBox {
	float: right;
	width: 288px;
}

#rightBox ul#thumbList {
	margin: 0px;
	padding: 0px;
}

#rightBox ul#thumbList li {
	display: inline;
	float: left;
}

#rightBox ul#thumbList li a {
	border: 2px solid #342D2E;
	display: block;
	height: 60px;
	width: 90px;
	margin-left: 2px;
	margin-bottom: 2px;
}

#rightBox ul#thumbList li a:hover {
	border: 2px solid #669900;
}
