@charset "utf-8";
/*
Theme Name: cloudtpl_499
Theme URI: http://c-tpl.com/
Description: cloudtpl_499
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#3a0000;
background:#f0e3d0 ;
/*
min-width:1020px;
_display: inline;
_zoom:1;
*/
}

a{color:#66F;text-decoration:none;}
a:hover{color:#88F;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 0px;
width: 1000px;

background-color: #FFFFFF;

/* background-image: url(img/topnav_bg.png);*/
background-repeat:repeat-x;
background-position: center top;
}

/*************
/* ヘッダー
*************/
#header{
height: 180px;
position:relative;
background:url(images/header.png) no-repeat 100% 13px;


}

#header h1 {
padding:15px 0 0 30px;
font-size: 12px;
font-weight:normal;
}

#header a{
position:absolute;
top:50px;
left:20px;
}
#header .tel{
	position: absolute;
	top: 40px;
	left: 700px;
}
/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0 0 20px ;
width: 1020px;
height: 47px;
background:url(img/topnav.png) no-repeat 0 0;
}

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

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

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-143px 0;}
ul#topnav a#menu{background-position:-286px 0;}
ul#topnav a#faq{background-position:-429px 0;}
ul#topnav a#map{background-position:-572px 0;}
ul#topnav a#blog{background-position:-715px 0;}
ul#topnav a#link{background-position:-858px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -47px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-143px -47px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-286px -47px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-429px -47px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-572px -47px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-715px -47px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-858px -47px;}


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

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding:10px 10px 0px 65px;
font-size:24px;
font-weight:bold;
border-bottom: 1px solid #FFF;
background: url(img/heading.png) no-repeat 0 50%;
}

#main h3 {
font-size: 16px;
font-weight: bold;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
border-bottom: 1px solid #999;
}

#main h4 {
font-size: 22px;
font-weight: bold;
line-height: 30px;
margin-left: 250px;
margin-bottom: 1em;
letter-spacing: 0.2em;
}


#main p {
padding: 15px 15px 15px 20px;
}

#pankuzu{
	margin-bottom:1em;
}

#pankuzu a{
	font-weight:bold;
	color:#3a0000;
}



/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 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:#484848;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
overflow:hidden;
}

.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:#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;}


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

}

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

#sidebar h3{
margin-top: 5px;
padding:5px 10px 2px 25px;
color:#e1ca6d;
font-size: 14px;
font-weight:bold;
border-bottom: 1px solid #412f23;
background: url(images/side_h3.jpg) ;
}

#sidebar ul{
padding: 10px 0;
background:#e3a55d;
color:#3a0000;
}

#sidebar li{
margin: 0 10px 10px 2em;
list-style: outside;
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%;}


/*************
/* フッター
*************/
#footer{
clear:both;
background:#EFCF80;
color:#3a0000;
}

#footer .inner{
overflow: hidden;
}

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

#footer li{
margin: 0 10px 10px 5px;
list-style: outside;
line-height:0;
}

#footer li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
line-height:1.3;
padding-left:15px;
color:#3a0000;
}

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

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

address{
padding:8px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
color:#fff;
background: url(images/bg_f.png) repeat-x;
/*background:#663300;*/
}

/*******************************
/*よくある質問
*******************************/
.situmon_waku {
	overflow:hidden;
	height:550px;
	width:650px;
	background-repeat: no-repeat;  
	background-position: top center;
	
}

.kaisya_info {
	overflow:hidden;
	margin:35px 0px 0px 350px;
	font-size:14px;
	height:200px;
	width:330px;
	/*color:#d00b19;*/
	
}



/* ************************************** */
/* テーブル */
.table_d
{
	border: 1px solid  #663300;
	margin: 0px 0px 20px 10px;
}
	.table_d th, .table_d td
	{
		padding: 5px;
	}
	
	.table_d th
	{
		text-align: center;
		background-color: #ffffff;border: 1px solid white;
	}
	
	.table_d td.tdc
	{
		color:#ffffff;
		background-color: #906235;border: 1px solid #663300;
	}

	.table_d td.tdw
	{
		color:#000000;
	}
	
	