@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 68%;
	color: #ffffff;
	line-height: 200%;
}

ul,ol,li {
	list-style: none;
	line-height: 100%;
}

dl,dt,dd	{
	line-height: 100%;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a	{
	color: #776538;
	text-decoration: none;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%:
}

*:first-child+html .clear {
	height: 1%:
}

.clear:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*=======================================================================
common
========================================================================*/

#header	{
	width: 100%;
	height: 132px;
	background: url(../img/back_header_second.gif) repeat-x left top;
}

#header_center	{
	width: 1000px;
	margin: 0 auto;
}

#header_top	{
	width: 1000px;
	height: 50px;
}

#header_top ul	{
	width: 588px;
	float: right;
	padding-top: 10px;
}

.nav li	{
	float: left;
	height: 10px;
	margin-right: 18px;
}

.nav li.last	{
	margin-right: 0;
}

#header_middle	{
	width: 1000px;
	position: relative;
}

#logo	{
	width: 393px;
	padding-top: 19px;
}

#search_box	{
	width: 208px;
	position: absolute;
	right: 0;
	top: 0;
}

#search_box li	{
	float: left;
}

#search_box li#btn_signup	{
	margin-right: 19px;
}
/*
#search_box li#btn_acount	{
	margin-right: 16px;
	padding-right: 15px;
	border-right: 1px dotted #3b3631;
}
*/
#search_box li#search_input	{
	margin-right: 7px;
}

input[type="text"]	{
	width: 11.6em;
	background: #44403a;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #a09c96;
}

#btn_cart	{
	width: 180px;
	position: absolute;
	right: 0;
	top: 34px;
}

#back_topicpath	{
	background: #534628;
}

#topicpath_center	{
	width: 1000px;
	margin: 0 auto;
}

#topicpath_center ul	{
	width: 1000px;
	color: #201b15;
	font-size: 9px;
}

#topicpath_center ul li	{
	float: left;
	margin-right: 6px;
	padding: 6px 0;
}

#topicpath_center ul li.home	{
	padding: 5px 0 7px;	
}

#topicpath_center ul li img	{
	vertical-align: middle;
}

#topicpath_center ul li a	{
	color: #a09c96;
}

#mainarea	{
	width: 100%;
	background: #776538;
}

#mainarea_center	{
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer	{
	width: 100%;
	background: url(../img/back_footer.gif) repeat-x left top;
	padding-bottom: 30px;
}

#footer_center	{
	width: 1000px;
	margin: 0 auto;
}

#footer_top	{
	width: 1000px;
	margin-bottom: 12px;
}

#footer_top ul	{
	width: 588px;
	float: left;
	padding-top: 12px;
}

#footer_top ul li	{
	float: left;
}

#footer_top #btn_pagetop	{
	width: 39px;
	float: right;
}

#footer_center #copyright	{
	padding-top: 17px;
	float: left;	
}

#footer_center #bnr	{
	margin-left: 15px;
	float: left;	
}

#footer_center #bnr li	{
	margin-right: 15px;
	float: left;	
}

/*=======================================================================
utility
========================================================================*/

.utility	{
	font-size: 75%;
	line-height: 183%;
}

.utility #mainarea	{
	padding-bottom: 60px;
}

.utility #left_content	{
	width: 690px;
	float: left;
}

.utility #right_content	{
	width: 249px;
	float: right;
}

.utility #right_content dl dt,.utility #right_content dl dd	{
	margin-bottom: 1px;
	line-height: 0;
}

.utility h2	{
	margin-bottom: 29px;
}

#rule .block	{
	padding: 14px 0 26px;
	border-top: 1px dotted #534628;
}

#rule .block h3	{
	color: #201b15;
	font-weight: bold;
	margin-bottom: 7px;
}

#rule .block ul li	{
	line-height: 183%;
}

#rule .block p span	{
	font-size: 83%;
	line-height: 160%;
}

#rule .block table	{
	padding-top: 12px;
	border-spacing: 1px;
}

#rule .block th	{
	padding: 3px 0 3px 15px ;
}

#rule .block td	{
	text-align: center;
}

#rule .block tr.heading_table th,#rule .block tr.heading_table td {
	background: #1b1712;
}

#rule .block th,#rule .block td	{
	background:#534628;
}

#rule .block #howto_table	{
	width: 339px;
}

#rule .block #howto_table th	{
	width: 207px;
}

#rule .block #cost_table	{
	width: 690px;
	margin-bottom: 8px;
}

#rule .block #cost_table th	{
	width: 75px;
}

#rule .block #cost_table th.state	{
	width: 493px;
}

#rule .p_margin	{
	padding-bottom: 18px;
}

#rule .p_margin p	{
	margin-bottom: 1em;
}

#rule img	{
	display: block;
	/*margin: 3px 0;*/
}

#guide a	{
	color: #ffffff;
}

#guide .step_box	{
	padding-bottom: 28px;
}

#guide .step_box h3	{
	margin-bottom: 20px;
}

#guide .step_box #border_step1	{
	margin-bottom: 20px;
}

#guide .step_box #border_step2	{
	margin-bottom: 8px;
}

#guide .step_box #border_step3	{
	margin-bottom: 28px;
}

#guide .step_box .float_box	{
	width: 690px;
}

#guide .step_box .float_box .img_box	{
	width: 300px;
	float: left;
}

#guide .step_box .float_box .txt_box	{
	width: 373px;
	float: right;
}

#guide .step_box .float_box .txt_box ul	{
	padding: 10px 0;
}

#guide .step_box .float_box .txt_box li	{
	background: url(../../guide/img/bullet_square.gif) no-repeat left center;
	padding-left: 12px;
	line-height: 200%;
}

#guide .step_box p span	{
	font-size: 83%;
	line-height: 160%;
}

#guide .step_box #float_box_btn	{
	margin-bottom: 16px;
}

#guide .step_box .float_box .btn_box	{
	width: 190px;
	float: left;                   
	padding:54px 0 0 60px;
}

#guide .step_box #registration_box	{
	width: 648px;
	border: 1px solid #534628;
	padding: 12px 15px 12px 27px;
}

#guide .step_box #registration_box #img_key	{
	width:50px;
	float: left;
	padding-top: 10px;
}

#guide .step_box #registration_box #txt_registration	{
	width: 575px;
	float: right;
}

#guide .step_box #registration_box #txt_registration h4	{
	font-weight: bold;
	color: #201b15;
}

#guide .step_box p#txt_complete	{
	margin-bottom: 6px;
}

#policy	{
	font-size: 68%;
}

#policy #left_content #txt_box	{
	border-top: 1px dotted #534628;
	padding-top: 15px;
}

#policy #left_content p	{
	line-height: 200%;
	margin-bottom: 22px;
}

#raw #left_content #table_box	{
	border-top: 1px dotted #534628;
	padding-top: 20px;
}

#raw #left_content table	{
	border-spacing: 1px;
}

#raw #left_content table a	{
	color: #ffffff;
	text-decoration: underline;
}

#raw #left_content table th,#raw #left_content table td	{
	padding: 8px 15px;
	vertical-align: top;
}

#raw #left_content table th	{
	background: #1b1712;
	width: 163px;
}

#raw #left_content table td	{
	background: #534628;
}

#raw #left_content table td	img {
	display: block;
	margin: 3px 0;
}

#inquiry #left_content #txt_box	{
	border-top: 1px dotted #534628;
	padding-top: 15px;
}

#inquiry #back_form	{
	width: 651px;
	height: 476px;
	background: url(../../inquiry/img/back_form.gif) no-repeat left top;
	margin-top: 15px;
	padding: 18px 21px 21px 18px;
}

#inquiry #back_form table	{
	color: #a09c96;
}

#inquiry #back_form table th,#inquiry #back_form table td	{
	vertical-align: text-top;
	padding: 6px 0;
}

#inquiry #back_form table th	{
	width: 130px;
}

#inquiry #back_form table td	{
	color: #ffffff;
	font-size: 90%;
}

#inquiry #back_form table td #comfirm	{
	margin-bottom: 4px;
}

#inquiry #back_form table td #msg	{
	width: 32em;
	background: #44403a;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #a09c96;
}

#inquiry #back_form table #tel_tr th,#inquiry #back_form table #tel_tr td	{
	padding: 20px 0;
}

#inquiry #back_form table #comfirm_tr th,#inquiry #back_form table #comfirm_tr td	{
	padding-bottom: 20px;
}

#inquiry #back_form table #msg_tr th	{
	vertical-align: top;
}

#inquiry #back_form #btn_submit	{
	padding: 18px 0 0 130px;
}

.complete #mainarea	{
	padding-bottom: 250px;
}

.complete #mainarea	a	{
	color: #ffffff;
	text-decoration: underline;
}

#sitemap #mainarea	{
	padding-bottom: 240px;
}

#sitemap .block	{
	border-top: 1px dotted #534628;
	padding: 15px 0 30px 0;
}

#sitemap .block h3#heading_select	{
	margin-bottom: 18px;
}

#sitemap .block h3#heading_creators	{
	margin-bottom: 20px;
}

#sitemap .block h3#heading_utilitymenu	{
	margin-bottom: 20px;
}


#sitemap .block h4	{
	margin-bottom: 20px;
}

#sitemap .block h4#heading_creators	{
	padding-top: 10px;
}

#sitemap .block ul	{
	width: 690px;
}

#sitemap .block li	{
	width: 223px;
	float: left;
	margin-bottom: 20px;
}

#sitemap .block li a	{
	background: url(../../sitemap/img/bullet_square.gif) no-repeat left center;
	padding-left: 13px;
    color: #ffffff;
}