@charset "utf-8";
/* ---------------------------

初期設定

--------------------------- */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display:inline; }
/* ---------------------------

ボディ・基本設定

--------------------------- */
body{
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	background: url(../img/tsurukame_bg.jpg) no-repeat #100202;
	background-position: center top;
	background-size: 100% auto;
	color: #4a2a0a;
	font-size: 14px;
	line-height: 34px;
}
#wrapper{
	width: 900px;
	height: auto;
	background: url(../img/contentsbg.jpg) repeat-y;
	border-left: 2px solid #4b2e18;
	border-right: 2px solid #4b2e18;
	box-shadow: 0px 0 5px ,-0px 0 5px; 
	margin: 0 auto;
	overflow: hidden;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
a{
	text-decoration: none;
	color: #4a2a0a;
}
.texright{
	text-align: right;
}
.inimage_top{
	display: block;
	width: 520px;
	margin: 40px auto 0 auto;
}
.inimage{
	display: block;
	width: 560px;
	margin: 40px auto 0 auto;
}
h1 a:hover img{
	opacity: 1;
}
/* ---------------------------

ナビゲーション

--------------------------- */
#gnav{
	display:block;
	width:900px;
	height:60px;
	background:url(../img/gnav.gif) no-repeat;
	border-bottom: 2px solid #4a2a0a;
	margin-bottom: 40px;
}

#gnav li{
	display:inline;
	float:left;
	height:60px;
	list-style:none;
}
#gnav li a{
	display:block;
	height:60px;
	width: 180px;
	overflow:hidden;
	text-indent:-9999px;
}

#totop a{
	background:url(../img/gnav.gif) 0 0;
}
#tomap a{
	background:url(../img/gnav.gif) 720px 0;
}
#toprice a{
	background:url(../img/gnav.gif) 540px 0;
}
#tohowto a{
	background:url(../img/gnav.gif) 360px 0;
}
#tocontact a{
	background:url(../img/gnav.gif) 180px 0;
}

#totop a:hover,#totop_active a{
	background:url(../img/gnav.gif) 0 -60px;
}
#tomap a:hover,#tomap_active a{
	background:url(../img/gnav.gif) 720px -60px;
}
#toprice a:hover,#toprice_active a{
	background:url(../img/gnav.gif) 540px -60px;
}
#tohowto a:hover,#tohowto_active a{
	background:url(../img/gnav.gif) 360px -60px;
}
#tocontact a:hover,#tocontact_active a{
	background:url(../img/gnav.gif) 180px -60px;
}
/* ---------------------------

メインコンテンツ

--------------------------- */
#maincont{
	width: 600px;
	float: right;
	margin-right: 40px;
	margin-bottom: 80px;
}
h2{
	margin-bottom: 40px;
}
/* ---------------------------

サブ

--------------------------- */
#subcont{
	width: 200px;
	float: left;
	margin-left: 40px;
	margin-bottom: 60px;
}
#subcont img{
	margin-bottom: 20px;
}


#foot{
	width: 900px;
	color: #ffffff;
	background: #4b2e18;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	line-height: 28px;
	overflow: hidden;
}
#foot a{
	color: #f0f0f0;
}
/* ---------------------------

代参位置図

--------------------------- */
h3{
	width: 600px;
	background: url(../img/line.gif) no-repeat;
	background-position: right center;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.checkpoint td{
	width: 150px;
	height: 30px;
	text-align: 30px;
}
.red{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	background: #bb232c;
	color: #f0f0f0;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.gold{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	background: #dcbf6d;
	background: -moz-linear-gradient(top,  #dcbf6d 0%, #7a552f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcbf6d), color-stop(100%,#7a552f));
	background: -webkit-linear-gradient(top,  #dcbf6d 0%,#7a552f 100%);
	background: -o-linear-gradient(top,  #dcbf6d 0%,#7a552f 100%);
	background: -ms-linear-gradient(top,  #dcbf6d 0%,#7a552f 100%);
	background: linear-gradient(to bottom,  #dcbf6d 0%,#7a552f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbf6d', endColorstr='#7a552f',GradientType=0 );
	color: #f0f0f0;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
/* ---------------------------

代参料金

--------------------------- */
.pricelist{
	width: 600px;
	border: 1px solid #4a2a0a;
	text-indent: 20px;
}
.pricelist th{
	background: #c0aaab;
	text-align: left;
	border: 1px solid #4a2a0a;
	text-indent: 20px;
}
.pricelist td{
	border: 1px solid #4a2a0a;
}
.pricenum{
	font-weight: bold;
	font-size: 16px;
}
/* ---------------------------

代参手順

--------------------------- */
.underline{
	text-decoration: underline;
}
.howtoservice{
	list-style: decimal outside;
	margin-left: 23px;
}
/* ---------------------------

メール申込み

--------------------------- */
#buyform{
	width: 450px;
	margin: 0 auto;
}
#buyform tr{
	height: 40px;
}
#buyform th{
	text-align: left;
	width: 120px;
}
#buyform td{
	width: 330px;
}
.formstyle{
	width: 330px;
	min-height: 20px;
	border: 1px solid #4a2a0a;
	background: #f0f0f0;
}
.formdetail{
	margin-top: 5px;
	height: 120px;
}
.buybtn{
	background: url(../img/btn_send.png) no-repeat;
	width: 300px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	margin: 40px auto 0 auto;
}
.buybtn:hover{
	opacity: 0.8;
}
.formtable{
	width: 450px;
	margin: 30px auto;
	border: 1px solid #4a2a0a;
}
.formtable tr{
	height: 40px;
	border: 1px solid #4a2a0a;
}
.formtable th{
	text-align: left;
	width: 150px;
	border: 1px solid #4a2a0a;
	background: #c0aaab;
	text-indent: 20px;
}
.formtable td{
	width: 260px;
	border: 1px solid #4a2a0a;
	padding: 0 20px;
	line-height: 28px;
	vertical-align: middle;
}
#btnimage2{
	width: 200px;
	height: 40px;
	cursor: pointer;
	font-size: 14px;
	background: #f0f0f0;
	border-radius: 8px;
	border: 1px solid #4a2a0a;
}
#btnimage2:hover{
	background: #4a2a0a;
	color: #f0f0f0;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#btnimage3{
	width: 100px;
	height: 40px;
	cursor: pointer;
	font-size: 14px;
	background: #f0f0f0;
	border-radius: 8px;
	border: 1px solid #4a2a0a;
	margin-right: 10px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#btnimage3:hover{
	background: #4a2a0a;
	color: #f0f0f0;
}
.underdeco{
	display: block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	background: #f0f0f0;
	border-radius: 8px;
	border: 1px solid #4a2a0a;
	margin-right: 10px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.underdeco:hover{
	background: #4a2a0a;
	color: #f0f0f0;
}






