@charset "utf-8";

/*　コンテンツ　
----------------------------------------*/
#container{
	padding:50px 0 70px 0;
}
#contents{
	width:680px;
	float:left;
}
#contents h2{
	margin:0 0 30px 0;
}

/*　ギャラリー　
----------------------------------------*/
#gallery{
	padding:30px 40px 50px 40px;
	background:#ffffff;
	font-size:70%;
	border:1px solid #dddddd;
}
#contents h3{
	margin:0 0 10px 0;
	padding:3px 0 3px 30px;
	font-size:20px;
}
#contents h3 .fontS{
	font-size:14px;
}
#contents div.legend{
	padding:40px 0 10px 0;
}
#contents div.legend h4{
	font-size:15px;
	font-weight:bold;
	color:#583c32;
	border-bottom:2px dotted #583c32;
	padding:0 0 0 5px;
}
#contents div.legend p{
	font-size:14px;
	margin:10px 0 20px 0;
	padding:0 5px 0 5px;
}

/*　施主様からの手紙　
----------------------------------------*/
#contents #owner{
	margin:50px 0 0 0;
}
#contents #owner p.ownerName{
	height:30px;
	background-image:url(../images/wk_ownername.png);
	background-repeat:no-repeat;
	margin:0 0 0 90px;
	padding:30px 0 0 80px;
	font-size:16px;
	font-weight:bold;
	color:#583c32;
}

/*　施行実例一覧へ　
----------------------------------------*/
#contents div.forlist{
	margin:20px 0px 0px 0px;
	text-align:right;
}
#contents div.forlist a{	
	background-image:url("../images/forlist_on.png");
	background-repeat: no-repeat;
}

/*　ラインナップ　
----------------------------------------*/
#contents #lineUp p.other{
	clear:both;
	margin:80px 0 20px 0;
	padding:3px 0 3px 20px;
	font-size:14px;
	background-color:#eeeeee;
}
#contents #lineUp div.blockLink{
	width:190px;
	height:230px;
	margin:0 7px 30px 7px;
	padding:10px 10px 10px 10px;
	float:left;
	border:1px solid #dddddd;
	cursor:pointer;
}
#contents #lineUp div.blockLink p{
	margin:10px 0 0 0;
	font-size:13px;
	line-height:1.2em;
	text-align:center;
}

/*　jquery.ad-gallery　
----------------------------------------*/
#descriptions{
	position:relative;
	height:50px;
	background:#ffffff;
	margin-top:10px;
	width:640px;
	padding:10px;
	overflow:hidden;
}
#descriptions .ad-image-description{
	position:absolute;
}
#descriptions .ad-image-description .ad-description-title{
	display:block;
}
select, input, textare{
	font-size:1em;
}
.example{
	border:1px solid #cccccc;
	background:#f2f2f2;
	padding:10px;
}
pre{
	border:1px solid #cccccc;
	background:#f2f2f2;
	padding:10px;
}
code{
	margin:0;
	padding:0;
}
