﻿@charset "utf-8";
/* CSS Document */


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #FFF;
	margin:0;
	line-height:1;
}
#wrapper {
	width: 100%;
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	font-size:160%;
}
#header {
	width: 1040px;
	margin: 0 auto;
}
#header p {
	margin: 0;
}
#content {
	background: url(../images/content_bg.png) 0 0 repeat-y;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
#footer {
	clear: both;
	background: #cca543 url(../images/footer_bg.jpg) repeat-y center top;
	font-size: 12px;
	color: #666;
	padding: 10px 0;
	margin: 0px;
	line-height: 2;
	text-align: center;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h1 {
	margin: 0 auto;
	background: url(../images/header_01.jpg) 0 0 no-repeat;
	height: 570px;
	text-indent: -9999px;
}
h2 {
	margin: 0 0 30px;
	clear:both;
	text-align: center;
}
h3 {
	margin: 0 0 20px;
	clear:both;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}
li {
	line-height:1.8;
}

.box {
	padding:0 60px 20px;
	line-height:1.8;
}
.box p {
	margin: 0 0 1.5em;
}



.box02 {
	background: #fffcfd;
	border: 2px dotted #e5c3c5;
	margin: 0 auto 50px;
	padding: 20px 35px 10px;
	box-shadow: 1px 1px 4px #a97;
}
.box02 div {
	padding: 10px 45px;
}
.box02 p {
	margin: 0 0 1.5em;
}


.goldBox {
	background: url(../images/special_gold_btm.png) center bottom no-repeat;
	padding-bottom: 46px;
}
.goldBox .tit {
	/*height: 93px;*/
	margin: 0;
}
.goldBox li {
	margin: 0;
}
.goldBox li img {
	display: block;
}

.voiceBox {
	width: 860px;
	margin-bottom: 20px;
	background: url(../images/voice_h.png) 0 0 no-repeat;
}
.voiceBox .name {
	padding: 99px 70px 40px;
	text-align: right;
	font-weight: bold;
	font-size: 140%;
	margin: 0;
	color: #730;
}
.voiceBox div {
	background: url(../images/voice_bg.png) center bottom repeat-y;
	padding: 0 70px 2px;
}
.voiceBox div p {
	color: #730;
	margin: 0 0 1em;
}

#form1 {
	border-top: 1px solid #CCC;
}
.formbox {
	width: 760px;
	margin: 0 auto 30px;
}
.formbox form {
	background: #FFF;
}

.formbox label {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: block;
	padding: 15px 20px 10px;
}
.formbox label.btn {
	border: none;
	display: block;
	padding: 25px 0 0;
	text-align: center;
}

.formbox label span.item {
	float: left;
	padding: 5px 20px 0 0;
	text-align: right;
	width: 160px;
}
.formbox label strong {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5;
}

.formbox .input_text {
	border: 1px solid #a0a0a0;
	border-radius: 2px;
	height: 25px;
	margin: 0 0 10px;
	padding: 2px;
	width: 300px;
}

.formbox textarea {
	border: 1px solid #a0a0a0;
}

.formbox select {
	border: 1px solid #a0a0a0;
	border-radius: 2px;
	padding: 2px;
}

.formbox .def {
	border: 1px solid #a0a0a0;
	margin-left: 185px;
}

.formbox .def02 {
	border: 1px solid #a0a0a0;
}

#form1 fieldset {
	display:none;
	border: 0;
	margin-left: 1px;
	width: 600px;
	padding-left: 113px;
	padding-top: 0;
}
#form1 fieldset textarea {
	border: 1px solid #a0a0a0;
}


.file{
	padding:5px;
	font-size:11px;
	width:180px;
	margin-left: 115px;
}

.file02{
	padding:5px;
	font-size:11px;
	width:180px;
}


ul {margin:0; padding:0;}
li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 1.4;
}
.marked li {list-style-type: disc;}

hr.hr_01 {
	border: 1px dotted #e0e0e0;
	margin: 40px  auto;
	width: 900px;
}


#privacy {
	border: 1px solid #DDD;
	font-size: 10px;
	height: 100px;
	margin: 25px auto;
	overflow: auto;
	padding: 15px;
	text-align: left;
	width: 830px;
}

#privacy p span {
	display: block;
	font-weight: bold;
}

/* footer */
#footer li {
	border-right: 1px solid #FFFFFF;
	display: inline;
	line-height: 50px;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#footer li.last {
	border: medium none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding-bottom: 2em;
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
.tbl01 {
	clear: both;
	border-top: 1px solid #e5ddc3;
	border-right: 1px solid #e5ddc3;
	width: 860px;
	margin-bottom: 30px;
	font-size: 80%;
}
.tbl01 th {
	border-bottom: 1px solid #e5ddc3;
	border-left: 1px solid #e5ddc3;
	background: #fffcf2;
	padding: 0.5em 1em 0.3em;
	font-weight: normal;
	vertical-align: middle;
}
.tbl01 td {
	border-bottom: 1px solid #e5ddc3;
	border-left: 1px solid #e5ddc3;
	padding: 0.5em 1em 0.3em;
	vertical-align: middle;
}
.tbl01 th span {
	font-weight: bold;
	font-size: 110%;
	color: #995c1f
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a,a:visited {
	color: #04c;
	cursor: pointer;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
a.arw {
	background: url(../images/arw_01.png) 0 5px no-repeat;
	padding-left: 15px;
}
/*画像透過*/
a.imgHover:hover img{
   opacity:0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha( opacity=70 )";
}


/*------------------------------------------------------------
	右寄せ／左寄せ
------------------------------------------------------------*/
.fR { float: right;} 
.fL { float: left;} 
.imgR { float: right; margin: 0 0 1em 2em;} 
.imgL { float: left; margin: 0 2em 1em 0;} 
.center { text-align:center !important;}
.right { text-align: right !important;}

/*------------------------------------------------------------
	テキストサイズ・装飾
------------------------------------------------------------*/
.bold { font-weight:bold; }
.red { color:red;}
.blue { color:#00a1e5;}
.orange { color:#e55912;}
.small { font-size: 80%;line-height:1.5;}
.large { font-size:1.2em; line-height:1.6;}
.large2 { font-size:1.6em; line-height:1.6;}
.bgYellow { background: #faf4e1;padding: 7px 10px 2px;}
.bgCream{
	background-color: #fffbe5;
	padding: 25px 50px 15px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/
/*clear*/
.clear {clear:both;}

/* clerfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mr15 { margin-right:15px !important; }
.ml5 { margin:-left:5px !important; }
.ml8 { margin:-left:8px !important; }
.ml9 { margin:-left:9px !important; }
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml20 { margin-left:20px !important;}
.ml120 { margin-left:120px !important;}
.pl55 { padding-left:55px !important;}




