@charset "utf-8";

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header_area {
	position:fixed;
	top:0;
	bottom:0;
	z-index:2000;
	width: 480px;
	height:90px;
	background:#fff;
	border-top:5px solid #fc9;
	border-bottom:5px solid #fc9;
}
#header_area h1.logo{
	float:left;
}

/* PullDown
-------------------------------------- */
.panel-btn{
	width:70px;
	height:70px;
	float:right;
	padding:10px 0;
}

.panel {
	display: none;
	position:absolute;
	z-index: 5000;
	width: 300px;
	border-radius:0 0 10px 10px;
	font-size:20px;
	right:0px;
	top:104px;
}
.panel ul{
	overflow:hidden;
}
.panel ul li a{
	display:block;
	float:left;
	width:280px;
	padding:15px 30px 15px 30px;
	margin:0 0 5px 10px;
	background:#fff5ec;
	border:solid #fc9 3px;
	color:#014da1;
	font-size:1.2em;
	font-weight:bold;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer_area {
	width:480px;
	display:block;
}


#copyright{
	width:480px;
	font-weight: bold;
	text-align: center;
	font-size:14px;
	display:block;
	padding:10px 0;
	background:#f90;
}


/*======共通==========*/
.sub_b{
	width:460px;
	display:block;
	margin:0 10px;
	overflow:hidden;
}
.sub_b p{
	padding:0 20px;
	margin-bottom:20px;
}

#main_area{
	padding-top:100px;
	width:480px;
	display:block;
}
.center{
	display:block;
	margin:0 auto;
}
.t_center{
	text-align:center;
}
h3.tit{
	background:#fc9 url(../img/cmn/h3bg.png) no-repeat left center;
	font-size:1.2em;
	padding:5px 0 3px 45px;
	border-top:#fff double 5px;
	border-bottom:#fff double 5px;
}
h3.tit2{
	background:url(../img/contact/h3bg.png) no-repeat center center;
	font-size:1.1em;
	padding:35px 0;
	text-align:center;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
}
/*======index==========*/
.index_t1{
	line-height:30px;
	margin-bottom:20px;
	font-weight:bold;
}
.bnr{
	width:470px;
	margin:0 5px;
}
#feed{
	width:430px;
	margin:0 15px;
}
#feed{
	width:430px;
	margin:0 25px;
	padding:20px 0;
}
#feed p.t1{
	font-size:0.8em;
}
#feed p.t2{
	padding-bottom:15px;
	border-bottom:dotted 1px #fc9;
}

/*======house==========*/
.rei{
	width:350px;
	margin:0 auto;
	border:solid #fc9 3px;
}
.rei p{
	margin:0;
	padding:0;
}
.rei p.t1{
	background:#fc9;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}
.rei p.t2{
	padding:15px 10px 10px 10px;
}

/*======tenpo==========*/
.ad{
	width:430px;
	margin:0 15px;
	overflow:hidden;
}
.ad dt{
	float:left;
	width:98px;
	padding:10px;
	border-top:1px solid #fff;
	border-right:1px solid #fc9;
	border-left:1px solid #fc9;
	background:#fc9;
}
.ad dt.dt3{
	padding:36px 10px;
}
.ad dd{
	float:right;
	width:289px;
	padding:10px;
	border-top:1px solid #fc9;
	border-right:1px solid #fc9;
}
.last{
	border-bottom:1px solid #fc9;
}
.ad dt.first{
	border-top:1px solid #fc9;
}
/*======contact==========*/
.con1{
	background:url(../img/contact/img1.png) no-repeat left center;
	padding:15px 20px 0 160px;
}
.con1 p{
	margin-bottom:10px;
}
.con2{
	background:url(../img/contact/img2.png) no-repeat right center;
	padding:15px 160px 0 30px;
}
.con2 p{
	margin-bottom:10px;
}
.con3{
	background:url(../img/contact/img3.png) no-repeat left center;
	padding:15px 20px 0 160px;
}
.con3 p{
	margin-bottom:10px;
}
