@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/bg.png) no-repeat center top;
}


a{color:#1793d9;text-decoration:none;}
a:hover{color:#2ca9f0;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 0;
height: 80px;
}

#header h1 {
padding: 4px 5px 15px;
font-size: 10px;
font-weight: normal;
color: #ffffff;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0 20px;
width: 910px;
height: 46px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:150px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 150px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-150px 0;}
ul#topnav a#menu{background-position:-300px 0;}
ul#topnav a#faq{background-position:-450px 0;}
ul#topnav a#map{background-position:-600px 0;}
ul#topnav a#blog{background-position:-750px 0;}


ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-150px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-300px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-450px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-600px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-750px -46px;}


li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 0;
display: inline;
}

#main h2{
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 21px;
font-weight: bold;
color: #333333;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#main p {
padding: 15px 15px 15px 20px;
}
.web-com {
font-size: 14px;
color: #333333;
margin-top: 5px;
margin-bottom: 5px;
line-height: 20px;
}
.web-dd dd {
width: 580px;
margin-bottom: 10px;
margin-left: 10px;
font-size: 12px;
}
.web-dd dt {
width: 625px;
}
.web-dd {
margin-left: 15px;
}
.smoll-font {
font-size: 10px;
color: #333333;
line-height: 17px;
margin-top: -20px;
}
.temp-s li {
font-size: 12px;
color: #333333;
line-height: 17px;
margin-left: 15px;
}
.font-type {
font-size: 12px;
}
.font-type2 {
font-size: 12px;
margin-bottom: -20px;
}
.right-img {
float: right;
padding: 5px;
}
.frow-dl dt {
line-height: 40px;
border-left-width: 4px;
border-left-style: double;
border-left-color: #999999;
padding-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
}
.frow-dl {
margin-right: 20px;
margin-left: 20px;
}
.sub-nav {
color: #693320;
margin-bottom: 5px;
}
/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#1793d9;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.aria {
float: left;
}
.aria-1 {
float: left;
clear: both;
font-size: 12px;
line-height: 20px;
color: #333333;
margin: 0px;
}
/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#1793d9;}
p.button a:hover{color:#fff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}
/* メールフォーム*/
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
	margin-top: 30px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding-left: 15px;
line-height: 50px;
font-size: 15px;
font-weight: normal;
color: #ffffff;
background: #0b82be url(images/heading2.png) no-repeat;
}

#sidebar ul{
padding: 10px 0;
}

#sidebar li{
margin: 0 0 10px 0;
list-style: none;
border-bottom: 1px dashed #1793d9;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}


