@charset "utf-8";
@import url("reset.css");

body {
	font-size: 0.9em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	background: #e8e8e8;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* HTML5の新要素をブロックレベル要素として宣言 */
article, aside, dialog, figure, footer, header, legend, nav, section {
  display: block;
} 


#wrapper {
	width: 1020px;
	height:auto;
	background: url(../images/bg.jpg) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	
}

#container {
	width: 1000px;
	background: #333;
	margin: 0 auto;
}

/* ヘッダー */
#container header {
	overflow:hidden;
}
/* メインページメインイメージの高さ */
#container header#top_main {
	height:530px;
}
/* 子ページメインイメージの高さ */
#container header#sub_main {
	height:395px;
}

#container header h1{
	float:left;
	font-size:80%;
	color:#fff;
	padding:5px;
	padding-left:10px;

}

#container header img#tel{
	float:right;
	padding:5px;
}
/* グローバルナビ */
nav#gnav {
	height:90px;
	position:relative;
	background:url(../images/g_nav_bg.jpg) top center no-repeat;
}

nav#gnav li {
	height:40px;
	float:left;
	padding:0 18px 0 27px;
}
nav#gnav li a {
	display:block;
	margin-top:17px;
	height:40px;
}

nav#gnav li#gnav1 a{
	width:150px;
	background:url(../images/g_nav_menu.png) no-repeat left top;

}

nav#gnav li#gnav2 a{
	width:158px;
	background:url(../images/g_nav_menu.png) no-repeat -195px top;
	
}
nav#gnav li#gnav3 a{
	width:152px;
	background:url(../images/g_nav_menu.png) no-repeat -395px top;
}
nav#gnav li#gnav4 a{
	width:108px;
	background:url(../images/g_nav_menu.png) no-repeat -586px top;
}
nav#gnav li#gnav5 a{
	width:206px;
	background:url(../images/g_nav_menu.png) no-repeat -732px top;
}

nav#gnav li#gnav1 a:hover{
	background:url(../images/g_nav_menu.png) no-repeat left -40px;
}
nav#gnav li#gnav2 a:hover{
	background:url(../images/g_nav_menu.png) no-repeat -195px -40px;
}
nav#gnav li#gnav3 a:hover{
	background:url(../images/g_nav_menu.png) no-repeat -395px -40px;
}
nav#gnav li#gnav4 a:hover{
	background:url(../images/g_nav_menu.png) no-repeat -586px -40px;
}
nav#gnav li#gnav5 a:hover{
	background:url(../images/g_nav_menu.png) no-repeat -732px -40px;
}

/* メインページarticle */
section#whatOto {
	height:380px;
	background:#FFF url(../images/otokon_towa.jpg) no-repeat left top;
	position:relative;
}
section#whatOto h2{
	position:relative;
	width:400px;
	height:75px;
	top:30px;
	left:370px;
	background: url(../images/what_title.gif) no-repeat left top;
}
section#whatOto p{
	position:relative;
	width:600px;
	height:10px;
	top:50px;
	left:370px;
	font-size:0.9em;
	line-height:1.5;
}

section#fire7 {
	height:600px;
	background:#000 url(../images/fire7_bg.jpg) no-repeat left top;
	position:relative;
}
section#fire7 h2{
	height:119px;
	background: url(../images/fire7_title.jpg) no-repeat left top;
}


/* 子ページarticle */
article#contents {
	background:#FFF;
	padding:10px 5px 10px 15px;
	overflow:hidden;
	position:relative;
	min-height:1200px;
/* IE6ハック */
	height: auto !important;
	height: 1200px;
	*overflow:visible;
}
article#contents section {
	height:100%;
	min-height:1200px;
	height: auto !important;
/* IE6ハック */
	height: 1200px;
	float:left;
}
#pageMain {
	width:650px;
	padding-right:10px;
}
#pageTitle {
	padding-bottom:20px;
	border-bottom:1px #CCC dashed;
}


/* 子ページ */


dl#f_deai dt {
	padding:10px 0 5px 0;
}
dl#f_deai dd {
	padding:0 0 25px 25px;
}
dl#f_deai dd#susumeWaku{
	border:#DDD 1px solid;
	padding:15px 0 15px 15px;
	margin:0 10px;

}
dl#price h3 {
	padding-top:15px;
}

dl#price dt {
	padding:10px 0 5px 0;
}
dl#price dd {
	padding:0 0 15px 25px;
}



div.p_rever {
	text-align:right;
	padding:10px 0 5px 0px;
	margin-bottom:30px;
	border-bottom:1px #CCC dashed;
}
div.p_rever img{
	margin-right:10px;
}



dl#access div#map_photo {
	padding:0 4px;
}
dl#access div#map_photo img {
	margin-right:7px;
	border:1px solid #bebebe;
	-moz-box-shadow: 3px 3px 5px #ccc; /*Firefox*/
	-webkit-box-shadow: 3px 3px 5px #ccc; /*Safari系*/
}
dl#access h2, dl#access h3 {
	font-size:1.2em;
	margin:0.5em 0;
	}
	
	
	
dl#nanakajou dt {
	margin-top:15px;
	padding-left:10px;
}
dl#nanakajou dd {
	margin-top:25px;
}




dl#road dt {
	margin:15px 0 0 0;
}
dl#road dd {
	line-height:1.8em;
	padding:5px 0 30px 20px;
}
dl#road dd p{
	padding-bottom:0.75em;
}
dl#road dt img.toki{
	float:right;
	padding:0 1em;

}

dl#kanchigai dt {
	margin:15px 0 0 0;
}
dl#kanchigai dd {
	line-height:1.8em;
	padding:20px;
}
dl#kanchigai dd p{
	padding-bottom:1em;
}

dl#kanchigai h2, dl#road h3 {
	font-size:1.2em;
	}


dl#kanchigai dt.dokuman {
	background:url(../images/ana_icon_s.gif) no-repeat left top;
	height:60px;
	padding:0 0 0 50px;
	vertical-align:middle;
	position:relative;
}
dl#kanchigai dt.dokuman strong {
	position: absolute;
	bottom:0%;
}



dl#kanchigai dt.taiken {
	background:url(../images/ana_icon2.gif) no-repeat left top;
	height:94px;
	padding:0 0 0 80px;
	vertical-align:middle;
	position:relative;
}
dl#kanchigai dt.taiken img {
	margin-top:25px;
}
dl#kanchigai dt.taiken2 {
	background:url(../images/ana_icon.gif) no-repeat left top;
	height:94px;
	padding:0 0 0 80px;
	vertical-align:middle;
	position:relative;
}
dl#kanchigai dt.taiken2 img {
	margin-top:25px;
}

dl#kanchigai dt.taiken2 strong {
	margin-left:4em;
}


dl#uwasa ul {
	margin:1em;
}
dl#uwasa ul li{
	padding:2em 0 2em 40px;
	background:url(../images/uwasa_icon_s.jpg) no-repeat left center;
	font-size:1.2em;
}

#sitemap a{
	color: #063;
}
#sitemap a:hover{
	color: #F0F;
}
dl#sitemap dt {
	font-size:1.4em;
	padding:15px 0 10px 30px;
}
dl#sitemap dd {
	padding:0 0 25px 55px;
}



/* サイドバー */

#sidebar{
	width:320px;
	position:relative;
}

#sidebar h2{
	height:100px;
	background:url(../images/side7_title.png) top left no-repeat;
}
#sidebar nav li{
	margin-bottom:15px;
	height:75px;
}

#sidebar li a{
	display:block;
	width:300px;
	height:68px;
	position:relative;
	top:7px;
}
#sidebar nav li#side7_1{
	background:url(../images/side7_1.png) top left no-repeat;
}
#sidebar nav li#side7_2{
	background:url(../images/side7_2.png) top left no-repeat;
}
#sidebar nav li#side7_3{
	background:url(../images/side7_3.png) top left no-repeat;
}
#sidebar nav li#side7_4{
	background:url(../images/side7_4.png) top left no-repeat;
}
#sidebar nav li#side7_5{
	background:url(../images/side7_5.png) top left no-repeat;
}
#sidebar nav li#side7_6{
	background:url(../images/side7_6.png) top left no-repeat;
}
#sidebar nav li#side7_7{
	background:url(../images/side7_7.png) top left no-repeat;
}

#sidebar div#lisence {
	text-align:center;
	margin-top:15px;
}

#sidebar figure {
	position:absolute;
	bottom:0%;
	right:0%;
}


/* フッター */


footer {
	position:relative;
	color:#FFF;
	height:120px;
	padding:0 10px;
	background:url(../images/footer_bar.jpg) top center no-repeat;
	clear:both;
}
footer figure {
	position:absolute;
	right:0%;
	margin-top:-92px;
	margin-right:15px;
}
footer nav{
	padding:65px 10px 5px 15px;
}
footer nav li {
display: inline;
margin-left: 5px;
padding-right: 10px;
border-right: 1px solid #fff;
font-size: 0.8em;
}
footer nav li.end {
border-right: none;
}
footer nav li a {
color: #fff;
text-decoration: none;
}
footer nav li a:hover {
text-decoration: underline;
}


.toForm {
	padding-top:20px;
	margin-top:30px;
	border-top:1px #CCC dashed;
	
}

.clr {
	clear:both;
}
.hide {
	display:none;
}

.red {
	color:#F00;
}

.em2 {
	font-size:1.1em
}
.em4 {
font-size:1.4em
}#wrapper #container #contents #pageMain #about {
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

