@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#252525;
	background: #ffffff url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top.png) repeat-x top;
}

a{
	color:#696969;
	text-decoration:none;
}
a:hover{color:#696969;}
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%;
height: 80px;
}

#header h1 {
padding: 7px 0 0;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
	margin: 15px 0;
	width: 900px;
	height: 46px;
	background:url(images/topnav.png) no-repeat 0 0;
}

/*ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{
	background-position:0 -46px;
	color: #D6D6D6;
}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -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;}*/

ul#topnav li{float:left;list-style:none;width:225px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 225px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
/*ul#topnav a#about{background-position:-130px 0;}*/
ul#topnav a#menu{background-position:-225px 0;}
/*ul#topnav a#faq{background-position:-390px 0;}*/
ul#topnav a#map{background-position:-450px 0;}
/*ul#topnav a#blog{background-position:-650px 0;}*/
ul#topnav a#link{background-position:-675px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{
	background-position:0 -46px;
	color: #D6D6D6;
}
/*ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}*/
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-225px -46px;}
/*ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}*/
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-450px -46px;}
/*ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}*/
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-675px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-250px -42px;}
li.active a#faq{background-position:-500px -42px;}
li.active a#mp{background-position:-725px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	padding: 15px 0;
	display: inline;
	line-height: 150%;
}

#main h2{
	margin-bottom: 10px;
	padding: 0 10px 0px 23px;
	line-height: 40px;
	font-size: 13px;
	font-weight: normal;
	color: #252525;
	background: url(images/heading.png) no-repeat;
}

#main h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 15px;
	letter-spacing: 0.2em;
	color: #ff6600;
	border-bottom: 1px solid #cccccc;
}
#main h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 15px;
	letter-spacing: 0.2em;
	color: #2A5F00;
	border-bottom: 1px solid #cccccc;
}
#main p {
	padding: 5px 5px 10px 15px;
	line-height: 25px;
}

/* 画像を右に回りこみ */
#main p.withImage{
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
	line-height: 26px;
	float: right;
}

#main p.withImage img{
	float: right;
	margin-left: 10px;
	/* [disabled]border-bottom: 50; */
	margin-bottom: 30px;
}
#main p.withImage2{
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
	line-height: 26px;
	float: left;
}

#main p.withImage2 img{
	float: left;
	margin-left: 10px;
	/* [disabled]border-bottom: 50; */
	margin-bottom: 30px;
	margin-right: 10px;
}

#date {
	text-align: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#e16c84;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
	float: left;
	width: 180px;
	margin: 10px 15px 10px 0px;
	line-height: 2em;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
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:#696969;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
	cursor:pointer;
	background-position: 0 -32px;
	color: #696969;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{
	margin-bottom: 15px;
	line-height: 25px;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 10px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
	margin-left: 5px;
	padding: 10px 0;
	line-height: 30px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#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%;
	color: #D6D6D6;
}




/*************
/* フッター
*************/
#footer{
	clear:both;
	padding: 10px 0 10px;
	border-top: 1px solid #cccccc;
	color: #A0A0A4;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
	float:left;
	padding: 10px 10px 5px 10px;
	width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}
.org {
	font-size: 14px;
	color: #f0834e;
}
.detail4 {
	color: #ff0000;
}
#button {
	color: #FF1F55;
	height: 50px;
	width: 100px;
	font-weight: bold;
	background: url(images/a99.gif) left top no-repeat;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}
#button2 {
	height: 50px;
	width: 100px;
	background: url(images/b99.gif) left top no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
#button3 {
	/* [disabled]color: #2A1FFF; */
	height: 50px;
	width: 100px;
	background: url(images/c99.gif) left top no-repeat;
	margin-right: 10px;
}
#button4 {
	color: #2A1FFF;
	height: 50px;
	width: 100px;
	background: url(images/d99.gif) left top no-repeat;
}
.table4{
	color: #000;
	background-color:#fff;
	font-size: 12px;
	width: 600px;
	border-collapse: collapse;
	border: 1px #857d53 solid;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}
.table4 td{
/*	width:150px;*/
	color:#000;
	vertical-align: middle;
	font-size:12px;
	height:30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px #ffedb2 solid;
	
}#large-t {
	font-size: 14px;
	color: #FF5F00;
	margin-top: 50px;
	padding-left: 10px;
}
.price {
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.koutei-s {
	margin-top: 20px;
}
.service-1 {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}
.service-1 ul li{
list-style: none;
margin-bottom: 10px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}
.sinka {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 27px;
	/* [disabled]display: none; */
}
.withDetail {
	float: left;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	width: 390px;
	line-height: 25px;
}
.withDetail ul li{
list-style: none;
margin-bottom: 10px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}
.withDetail2 {
	float: left;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	width: 390px;
	line-height: 25px;
}
.withDetail2 ul li{
list-style: none;
margin-bottom: 10px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}
.withDetail3 ul li{
list-style: none;
margin-bottom: 10px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
color:#778899;
font-size:16px;
}

.withImage3 {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	/* [disabled]margin-left: 10px; */
	width: 210px;
	text-align: center;
	border:thin #dcdcdc solid;

}
.withImage4 {
	float: right;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 20px;
	margin-left: 10px;
	width: 210px;
	text-align: center;
	border:thin #dcdcdc solid;

}
.k-strong {
	color: #007F00;
	font-weight: bold;
}
.k-strong2 {
	color: #2A5FAA;
	font-weight: bold;
}
.k-strong3 {
	color: #88590B;
	font-weight: bold;
}
.k-strong4 {
	color: #F00;
	font-weight: bolder;
	font-size: 16px;
}
.k-strong5 {
	color: #FF7F55;
	font-weight: bolder;
}
.k-strong6 {
	color: #f0834e;
	font-weight: bolder;
	font-size: 16px;
	line-height: 35px;
}

.access-top {
	margin-bottom: 30px;
	margin-top: 30px;
}
.image-s {
	margin-top: 20px;
	margin-bottom: 30px;
}
.top-1 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.kanon-s {
	color: #F97C00;
	font-weight: bold;
}
.data-c {
	padding: 10px;
/*	text-decoration: underline;*/
	color: #007F00;
}
.kanon-r {
	margin: 20px 10px 10px 20px;
	background-color: #E8E8E8;
}
.detl {
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#s-1,#s-2,#s-3,#s-4,#s-5 {
margin-bottom:10px;
margin-top:10px;
border-width:  thin;
border-color: #c0c0c0;
border-style: solid;
}
#d-1,#d-2,#d-3 {
	margin-bottom:10px;
margin-top:10px;
border-width:  thin;
border-color: #c0c0c0;
border-style: dashed;

}
#price-0,#price-1,#price-2, #price-3,#price-4,#price-5,#price-6,#price-7,#price-8{
	margin-bottom:10px;
margin-top:10px;
border-width:  thin;
border-color: #c0c0c0;
border-style: solid;

}
.withDetail3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.kanon-t2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.kanon-t1 {
	border:thin #dcdcdc solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#pro-s {
	border:thin #dcdcdc solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.service-b {
	background-color: #E2E2E4;
}
