@charset "UTF-8";
/*--------------------------------------------------------------------------------
CSS information
 file name  :  yaneurakanki.css
 style info :  屋根裏換気コンテンツ設定 
 --------------------------------------------------------------------------------*/
/*--- import */
@import url("../reset.css");
@import url("../tmpl-style.css");
@import url("../tmpl-style-other.css");


/* h */
h2{
	display:block;
	padding:0 0 20px 0;
}

h3{
	display:block;
	padding:20px 0;
	clear:both;
}

/* p */
p#contentPath{
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	margin:8px 0;
	padding:0;
	line-height:1;
}

p.subtitle{
 float:left;
 width:564px;
 font-size:14px;
 line-height:1.5;
}
p.subtitle2{
	padding-bottom:10px;
	text-indent:1.5em;
}
p.subtitle2 strong{
	font-size:16px;
	color:#bf0000;
	letter-spacing:.2em;
}

p.atention{
	position:absolute;
	left:0;
	top: 310px;
	text-align:center;
	width:580px;
	font-size:13px;
	color:#bf0000;
}

/* div */
div#main {
	width: 700px;
	padding:0 20px;
}
div#main div#contact{
	position:relative;
	background:url(../../images/special/taiyoko/contact_bg.gif) 0 0 no-repeat;
	width:580px;
	height:352px;
	overflow:hidden;
	padding:12px 0 0 32px;
	margin:40px auto;
}
div#main div#contact img.tel{
	position:absolute;
	left: 30px;
	top: 170px;
}
div#main div#contact img.web{
	position:absolute;
	left: 320px;
	top: 170px;
}
div#main div#contact img.click{
	position:absolute;
	left: 335px;
	top: 220px;
}
/* list */
dl#summary{
	background:url(../../images/special/taiyoko/dot2.gif) 0 bottom repeat-x;
	display:block;
	overflow:hidden;
	width:700px;
	font-size:14px;
	line-height:1.5;
	margin-bottom:30px;
}

dl#summary dt{
	background:url(../../images/special/taiyoko/dot2.gif) 0 0 repeat-x;
	display:block;
	float:left;
	width:106px;
	height:30px;
	padding:10px 0 5px 10px;
}

dl#summary dd{
	background:url(../../images/special/taiyoko/dot2.gif) 0 0 repeat-x;
	display:block;
	float:left;
	width:584px;
	_height:27px;
	min-height:27px;
	padding:13px 0 5px;
}
dl#summary dd span{
	font-size:12px;
}

dl.qa{
	background:url(../../images/special/taiyoko/dot2.gif) 0 0 repeat-x;
	display:block;
	overflow:hidden;
	width:670px;
	font-size:14px;
	line-height:1.5;
	padding:0 0 0 30px;
	margin:0 0 10px;
}

dl.qa img{
	float:left;
}

dl.qa span{
	float:left;
	width:548px;
	margin:0 0 0 30px;
	overflow:hidden;
}

dl.qa dt{
	display:block;
	background:url(../../images/special/taiyoko/dot2.gif) 0 bottom repeat-x;
	padding:10px 0 10px 10px;
	_height:22px;
	min-height:22px;
}
dl.qa dd{
	display:block;
	background:url(../../images/special/taiyoko/dot2.gif) 0 bottom repeat-x;
	padding:10px 0 10px 40px;
	margin-left:-30px;
	overflow:hidden;
	height:100%;
}
ol{
	list-style:none;
}
