@charset "utf-8";

/*----------------------------------------
 bace
----------------------------------------*/

html{
height:100%;
background-color: #fff;
color: #333333;
overflow-y:scroll;
}

body{
font-size: 15px;
line-height: 25px;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
padding:0;
}

img{
border:none;
}

:root a:hover img {
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

a:visited {
color:#a2844f;
text-decoration: underline;
}
a:hover {
color:#4c3b1d;
text-decoration: underline;
}
a {
color:#a2844f;
text-decoration: underline;
}

.point {
position: relative;
top: 3px;
margin-right:5px;
margin-left:5px;
}

p { margin-top: 0; margin-bottom: 0; }

.center { text-align: center; }
.red { color: red;}

/*----------------------------------------
 全体
----------------------------------------*/

div#wrapper{
background-color: #ffffff;
}


/*----------------------------------------
 header
----------------------------------------*/

div#header{
background-image: url(../img/header.png);
background-repeat: repeat-x;
}

div#header_inner{
margin-left:auto;
margin-right:auto;
width:950px;
height:40px;
}

div#header_inner:after{/* clearfix */
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.logo{
float: right;
width:330px;
height: 35px;
margin-top: 5px;
}

div#header_inner h1 {
float: left;
width:620px;
height: 25px;
display: block;
font-size: 1em;
font-weight: normal;
margin: 15px 0 0 0;
}

/*----------------------------------------
 main_baner
----------------------------------------*/

div#main_baner{
background-image: url(../img/main_baner.png);
background-repeat: repeat-x;

}

div#main_baner_inner{
margin-left:500px;
width:950px;
height:450px;
margin: 0 auto;
}
.main .top img {
	margin-bottom: 30px;
}
div#main_baner_inner:after{/* clearfix */
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.main_logo{
float: left;
width:250px;
height: 100px;
margin-left: 5px;
}

.main_menu{
float: left;
width:550px;
height: 100px;
}


.main_menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.main_menu li{
text-indent: -9999px;
float: left;
height: 190px;
}

.main_menu a{
display: block;
width: 100%;
height: 100px;
background-image: url(../img/main_menu.png);
background-repeat: no-repeat;
}

#navi1 a{background-position: 0 0;}
#navi2 a{background-position: -180px 0;}
#navi3 a{background-position: -300px 0;}
#navi4 a{background-position: -418px 0;}

.main_menu a:hover{
background-image: url(../img/main_menu_r.png);
background-repeat: no-repeat;
}

#navi1 a:hover{background-position: 0 0;}
#navi2 a:hover{background-position: -180px 0;}
#navi3 a:hover{background-position: -300px 0;}
#navi4 a:hover{background-position: -418px 0;}

.main_title{
float: left;
width:590px;
height: 350px;

}

.main_img{
float: left;
width:300px;
height: 350px;
}
.main_img_2{
	float: left;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 80px;
	left: 58%;
}


/*----------------------------------------
 content
----------------------------------------*/

div#content{
background-color: #ffffff;
}

div#content_inner{
margin-left:auto;
margin-right:auto;
width:950px;
min-height: 800px;
}

div#content_inner:after{/* clearfix */
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.main{
float: left;
width:900px;
margin-top: 10px;
margin-bottom: 50px;
margin-left: 25px;
margin-right: 25px;
}

.jirei_bg{
float: left;
width:894px;
border: solid 3px #D0B978;
margin-top: 20px;
}

.jirei_img{
float: left;
width:180px;
margin-top: 10px;
margin-left: 12px;
margin-right: 12px;
}

.jirei_text1{
float: left;
width:680px;
height: 80px;
margin-top: 10px;
margin-right: 10px;
background-image: url(../img/main_15.png);
background-repeat: no-repeat;
}

.jirei_text1 p{
margin-left: 40px;
margin-right: 30px;
margin-top: 20px;
font-size: 15px;
line-height: 24px;
}

.jirei_text2{
float: left;
width:680px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.taisaku{
float: left;
width:898px;
border: solid 1px #D0B978;
margin-top: 20px;
}

.map {
		border-bottom: 1px solid #333;
}
.bd {
	padding-bottom: 10px;
	width: 760px;
}
.bdd {
	margin-left: 155px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #02478d;
	width: 760px;
}
.mg30 {
	width: 350px;
	float: right;
}
.mg30 img {
	margin-top: -20px;
	margin-right: 10px;
	clear: right;
}
.mg20 {
	width: 350px;
	float: right;
	margin-right: 50px;
	margin-top: -10px;

}
.mg10 img {
	float: right;
	margin-right: -5px;
	margin-top: -150px;
	
}
/*----------------------------------------
 footer
----------------------------------------*/
div#footer{
background-color: #fff;
color: #333333;
}

div#footer_inner{
width:950px;
margin-left:auto;
margin-right:auto;
}

div#footer_inner:after{/* clearfix */
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.footer_content{
float: left;
width:930px;
height: 100px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

div#footer a:visited {
color:#333333;
text-decoration: none;
}
div#footer a:hover {
color:#ff3366;
text-decoration: underline;
}
div#footer a {
color:#333333;
text-decoration: none;
}

/*----------------------------------------
 詳細設定
----------------------------------------*/


/*------ボーダー--------*/

.border_cc {
border: solid 1px #cccccc;
}

.border_cc_2 {
border: solid 2px #cccccc;
}

.border_cc_3_blue {
border: solid 3px #D4E3ED;
}

.border_cc_3 {
border: solid 3px #cccccc;
}

.border_bot_cc {
border-bottom: solid 1px #cccccc;
}

.border_bot_cc_2 {
border-bottom: dotted 2px #cccccc;
}

.border_left_ff {
border-left: solid 1px #ffffff;
}

.border_bot_dash_cc {
border-bottom:1px dashed #cccccc;
}

.border_bot_dot_cc {
border-bottom:1px dotted #cccccc;
}

.border_top_dash_cc {
border-top:1px dashed #cccccc;
}


/*------背景色--------*/

.bg_color_cc {
background-color:#cccccc;
}

.bg_color_66 {
background-color:#666666;
}

.bg_color_99 {
background-color:#999999;
}

.bg_color_f0 {
background-color:#f0f0f0;
}

.bg_color_ff {
background-color:#ffffff;
}

.bg_color_sat {
background-color:#D4e3ed;
}

.bg_color_1 {
background-color:#fae5ef;
}
.bg_color_2 {
background-color:#e5f3f7;
}
.bg_color_3 {
background-color:#e5f7e5;
}
.bg_color_4 {
background-color:#fff7e4;
}

/*------文字色--------*/

.color_ff {
color:#ffffff;
}

.color_cc {
color:#cccccc;
}

.color_66 {
color:#666666;
}

.color_99 {
color:#999999;
}

.color_red {
color:#D21718;
}

.color_blue {
color:#0388b8;
}


/*------文字位置--------*/

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_s {
font-size: 10px;
line-height: 15px;
font-weight:normal;
}

.text_m {
font-size: 12px;
line-height: 21px;
font-weight:normal;
}

.text_b {
font-size: 15px;
line-height: 25px;
font-weight:normal;
}

.weight_600 {
font-weight: 600;
}

/*------マージン設定--------*/
.margin_top_5 {
margin-top:5px;
}

.margin_top_10 {
margin-top:10px;
}

.margin_top_15 {
margin-top:15px;
}

.margin_top_20 {
margin-top:20px;
}

.margin_top_30 {
margin-top:30px;
}

.margin_right_5 {
margin-right:5px;
}

.margin_right_10 {
margin-right:10px;
}

.margin_right_20 {
margin-right:20px;
}

.margin_right_30 {
margin-right:30px;
}

.margin_bottom_5 {
margin-bottom:5px;
}

.margin_bottom_10 {
margin-bottom:10px;
}

.margin_bottom_20 {
margin-bottom:20px;
}

.margin_bottom_30 {
margin-bottom:30px;
}

.margin_left_5 {
margin-left:5px;
}

.margin_left_10 {
margin-left:10px;
}

.margin_left_20 {
margin-left:20px;
}

.margin_left_30 {
margin-left:30px;
}

.padding_5 {
padding: 5px 5px 5px 5px;
}

.padding_10 {
padding: 10px 10px 10px 10px;
}

/*------幅設定--------*/
.w70{
width: 70px;
}

.w100{
width: 100px;
}

.none {
display:none;
}

/*------WRAP--------*/
.wrap {
	overflow: hidden;
    position: relative;
    zoom:1;
	margin: 20px 0;
	border: solid 3px #D0B978;
	}
	
.wrap .left {
	float: left;
	text-align: center;
	}

.wrap .right,
.wrap .photo {
	float: left;
	}

.pt30 { padding-top: 1px; }
.width100 { width: 100px; }
.width150 { width: 157px; }
.width200 { width: 177px; }
.width250 { width: 227px; }
.width350 { width:327px; }
.width500 { width: 470px; }
.width650 { width: 627px; }
.width750 { width: 750px; }
.width900 { width: 900px; }
.bold { font-weight: bold; }
.bg_eee { background: #eee; }
.border_top { border-top : solid 1px #02478d; padding-top: 20px; }

table.price,
table.company {
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	}

table.price th,
table.company th {
	width: 250px;
	padding: 10px;
	background: #eee;
	}
	
table.price th { background: #eee; }

table.price,
table.price th,
table.price td { border: 1px #666 solid; }
	
table.company { border: solid 1px #fff; }

table.company th { text-align: left; }

table.price td,
table.company td { padding: 10px; }

table.company td.bt {  border-top: solid 1px #02478d; }

table.price td { text-align: center; }

caption { text-align: left; font-weight: bold; }
.copy { font-size: 11px; text-align: center;}