

/*-- リードタイトル
------------------------------*/
#contTitle {
	padding:21px 0 18px 0;
	background-image:url(../images/line_003.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*-- エクステリアタイトル
------------------------------*/
#extTitle {
	background-image:url(../images/line_003.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 0 12px 0;
}

#extTitle h3 {
	font-size:1.4em;
	color:#000000;
	padding:15px 0 17px 0;
}
/*-- エクステリアリード
------------------------------*/
#extLead {

}
#extLead p {
	font-size:1em;
	line-height:140%;
	padding:0 0 1em 0;
}


/*-- エクステリア写真
------------------------------*/

.photoL {
	float:left;
	width:302px;
	margin-top:10px;
}
.photoR {
	float:right;
	width:302px;
	margin-top:10px;
}

.entry a img{
	text-align:center;
	border:1px #ccc solid;
	padding:6px;
	background-color:#f5f5f5;
}
.entry a:hover img{
	text-align:center;
	border:1px #990000 solid;
	padding:6px;
	background-color:#f5f5f5;
}

.caption {
	font-size:0.85em;
	line-height:130%;
	margin-top:5px;
}
.caption2 {
	font-size:0.85em;
	line-height:150%;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
}



/*-- 前へ　次へ
------------------------------*/
#back_next {
	background-image:url(../images/line_003.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:14px 0 20px 0;
	margin:15px 0 0 0;
}
#back_next p {
	text-align:center;
	font-size:1em;
	padding:0 0 15px 0;
	background-image:url(../images/line_003.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*--エクステリア,リスト
------------------------------*/
#extList {
	border:1px solid #CCCCCC;
	padding:12px 0px 12px 10px;
	margin:0 0 7px 0;
}
#extList strong {
	display:block;
	font-size:1em;
	color:#000000;
	padding:0 0 7px 0;
}
#extList ul {
	list-style-type:none;
}
#extList li {
	font-size:1em;
	line-height:140%;
	background-image:url(../images/ico-sankaku_001.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding:0 0 4px 13px;
}
#extList a#thisthis {
	background-color:#990000;
	color:#FFFFFF;
	padding:2px;
}

