@charset "Shift_JIS";
/*******************************************
Site Base and Module Style
MENU
--------------------------------------------
00 Import css Files
01 Base Layout
02 Header Area
03 Main Contents Area
04 Parts
05 Footer
06 Class
07 Link
*******************************************/
/*===========================================
00 Import css Files
===========================================*/

@import url("default.css");


/*===========================================
01 Base Layout
===========================================*/
/* ページ大枠
-------------------------------------------*/
div#main {
	width: 780px;
	margin: 10px auto 20px auto;
	font-size: 75%;
}


/*===========================================
02 Header Area
===========================================*/
/* top                                      
-------------------------------------------*/
div#main div#head_image {
	width: 740px;
	height: 70px;
	_height: 64px;
	padding: 0 20px;
	margin: 0 auto;
	background: url("../images/main_image_mini.jpg") no-repeat top center;
	display: none;
}

div#main div#head_image p.head_left {
	float: left;
	text-indent: -999em;
}

div#main div#head_image p.head_left a {
	display: block;
	width: 132px;
	height: 21px;
	margin-top: 43px;
	background: url(../images/btn_head_back.gif);
	overflow: hidden;
}

div#main div#head_image p.head_left a:hover { background: url("../images/btn_head_back_on.gif");}

div#main div#head_image div.head_right {
	float: right;
	width: 265px;
	margin-top: 22px;
	_margin-top: 25px;
	text-indent: -999em;
}

div#main div#head_image div.head_right p.btn01 a {
	display: block;
	width: 130px;
	height: 50px;
	margin-right: 5px;
	background: url("../images/btn_head_buy_tab.gif") center bottom;
	float: left;
	overflow: hidden;
}

div#main div#head_image div.head_right p.btn01 a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background: url("../images/btn_head_buy_tab_on.gif") center bottom;
}

div#main div#head_image div.head_right p.btn02 a {
	display: block;
	width: 130px;
	height: 50px;
	background: url("../images/btn_head_satei_tab.gif") center bottom;
	float: right;
	overflow: hidden;
}

div#main div#head_image div.head_right p.btn02 a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background: url("../images/btn_head_satei_tab_on.gif") center bottom;
}


/* 下層                                      
-------------------------------------------*/
div#main div#head {
	background: url("../images/head_linebuild.gif") no-repeat bottom right;
	height: 60px;
	border-bottom: 2px solid #346217;
}

div#main div#head p { float:right;}

div#main div#top_image {
	background: url("../images/main_image.jpg") no-repeat top center;
	height: 163px;
	width: 760px;
	padding: 10px;
	display: none;
}

div#main div#top_image p { float: right;}


/*===========================================
03 Main Contents Area
===========================================*/
div#main div#content {
	width: auto;
	border: none;
	padding: 0;
	margin-bottom: 20px;
	_margin-top: -3px;
}

div#main ul#g_menu {
	width: 780px;
	display: none;
}

div#main ul#g_menu li {
	float: left;
	list-style: none;
}

div#main ul#g_menu li.g_menu01 a,
div#main ul#g_menu li.g_menu02 a,
div#main ul#g_menu li.g_menu03 a {
	display: block;
	width: 194px;
	height: 42px;
	text-indent: -9999em;
	/*\*/overflow: hidden;/**/
}

div#main ul#g_menu li.g_menu04 a {
	display: block;
	width: 198px;
	height: 42px;
	text-indent: -9999em;
	/*\*/overflow: hidden;/**/
}

div#main ul#g_menu li.g_menu01 a { background: url(../images/g_menu01.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu02 a { background: url(../images/g_menu02.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu03 a { background: url(../images/g_menu03.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu04 a { background: url(../images/g_menu04.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu01 a:hover,
div#main ul#g_menu li.g_menu01 a.fix { background: url(../images/g_menu01_on.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu02 a:hover,
div#main ul#g_menu li.g_menu02 a.fix { background: url(../images/g_menu02_on.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu03 a:hover,
div#main ul#g_menu li.g_menu03 a.fix { background: url(../images/g_menu03_on.gif) no-repeat 0 0;} 
div#main ul#g_menu li.g_menu04 a:hover { background: url(../images/g_menu04_on.gif) no-repeat 0 0;} 

div#main div#content p.btn_more a {
	display: block;
	width: 117px;
	height: 34px;
	text-indent: -9999em;
	background: url(../images/btn_more.gif) no-repeat 0 0;
	float: right;
	overflow: hidden;
}

div#main div#content p.btn_seikyu a {
	display: block;
	width: 194px;
	height: 39px;
	text-indent: -9999em;
	background: url(../images/btn_seikyu.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 10px 0 0 170px;
	_margin: 0 0 0 170px;
}

div#main div#content p.btn_more a:hover {background: url(../images/btn_more_on.gif) no-repeat 0 0;}
div#main div#content p.btn_seikyu a:hover {background: url(../images/btn_seikyu_on.gif) no-repeat 0 0;}

div#main div#content p.btn_more_no {
	display: block;
	width: 117px;
	height: 34px;
	text-indent: -9999em;
	background: url(../images/btn_more_no.gif) no-repeat 0 0;
	float: right;
}

div#main div#content table.tbl_bukken_list {
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

div#main div#content table.tbl_bukken_list td.bukken_a a { color: #2E7BB0; text-decoration: underline;}
div#main div#content table.tbl_bukken_list td a:hover { text-decoration: none;}

div#main div#content table.tbl_bukken_list th {
	font-style: normal;
	text-align: center;
	border:1px solid #B6D2A4;
	font-size: 11px;
	padding: 3px;
}

div#main div#content table.tbl_bukken_list td {
	padding: 3px;
	border:1px solid #B6D2A4;
	font-size: 11px;
}

div#main div#content table.tbl_bukken_list td span {
	text-align: center;
	display: block;
}

div#main div#content table.tbl_bukken_list strong {
	color: #2E7BB0;
	background-color: #E9FBFE;
}

div#main div#content table.tbl_bukken_list tHead {
	 border: 1px solid #B6D2A4;
	 color: #2C7000;
}

div#main div#content table.tbl_bukken_list tHead tr {
	background-color: #E6F2DF;
}
div#main div#content table.tbl_bukken_list tBody {
	 border: 1px solid #B6D2A4;
	 color: #333333;
}

div#main div#content table.tbl_bukken_list tBody td.td_btn_more a {
	display: block;
	width: 35px;
	height: 47px;
	text-indent: -9999em;
	background: url(../images/btn_more_m.gif) no-repeat 0 0;
	overflow: hidden;
}

div#main div#content table.tbl_bukken_list tBody td.td_btn_more a:hover { background: url(../images/btn_more_m_on.gif) no-repeat 0 0;}

div#main div#content table.tbl_bukken_list tBody td span.td_btn_more_no {
	display: block;
	width: 35px;
	height: 47px;
	text-indent: -9999em;
	background: url(../images/btn_more_no_m.gif) no-repeat 0 0;
}


/* Bukken Icon List
-------------------------------------------*/
div#main ul.bu_ico_list {
	margin-bottom: 20px;
	_margin-bottom: -20px;
	margin-left: 0;
}

div#main ul.bu_ico_list li {
	float: left;
	padding-right: 4px;
	padding-bottom: 5px;
	width: 40px;
	position: relative;
	list-style: none;
}

div#main ul.bu_ico_list li img {
	vertical-align: bottom;
	position: relative;
}

div#main ul.bu_ico_list li.bu_ico_info span {
	display: none;
}

div#main ul.bu_ico_list li.bu_ico_show span {
	display: block;
	margin-top: -31px;
	margin-left: -35px;
	padding: 5px;
	min-width: 100px;
	*width: 100px;
	white-space: nowrap;
	text-align: center;
	border: solid 1px #547f39;
	background-color: #fcffee;
	position: absolute;
	top: 0;
	left: 0;
}



/* 03-1 その他流用ページ　プライバシー etc
===========================================*/
/* company
-------------------------------------------*/
div#main table.tbl_company {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
div#main table.tbl_company th { width: 30%;}
div#main table.tbl_company td,
div#main table.tbl_company th {
	padding: 5px;
	border: solid 1px #CCC;

}
div#main table.tbl_company th { background-color: #EAEAEA;}
div#main table.tbl_company table.tabl_company_in { font-size: 140%; width: 50%;}
div#main table.tbl_company table.tabl_company_in th {
	font-weight: normal;
	padding: 2px 0;
	background-color: #FFFFFF;
	width: 50%;
	border: none;
	vertical-align: top;
	font-size: 12px;
}
div#main table.tbl_company table.tabl_company_in td {
	border: none;
	padding: 2px 0;
	width: 50%;
	font-size: 12px;
}

/* privacy
-------------------------------------------*/
div#main div#content div.list_set_basew_nomal {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 10px;
}

div#main div#content div.list_set_basew_nomal p {
	line-height: 140%;
	margin-bottom: 10px;

}

div#main ol.privacy_ol {
	list-style-type: none;
	margin-bottom: 15px;
}

div#main ol.privacy_ol ul {
	margin-left: 15px;
	list-style-type: disc;
}

div#main ol.privacy_ol li {
	text-indent: -1.2em;
	margin-left: 1.5em;
	padding-bottom: 3px;
	line-height: 140%;
}

div#main ol.privacy_ol ul li {
	text-indent: -1.5em;
	margin-left: 1em;
	line-height: 140%;
	list-style: none;
}

div#main em.text_italic {
	font-style: normal;
}


div#main div#content table.tbl_privacy_add {
	width: 100%;
	margin-bottom: 15px;
}

div#main div#content table.tbl_privacy_add th {
	width: 30%;
}

div#main div#content table.tbl_privacy_add td,
div#main div#content table.tbl_privacy_add th {
	vertical-align: top;
	padding: 3px 0;
}

div#main div.pdf_dl_area {
	border: solid 1px #CCCCCC;
	background-color: #FAFAFA;
	margin-bottom: 20px;
}

div#main div.pdf_dl_area p img {
	float: left;
	padding: 7px;
} 

div#main div.pdf_dl_area p span {
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
}

div#main p.privacy_suishin {
	color: #336633;
	margin-bottom: 3px;
}

div#main ul.company_info {
	padding-bottom: 20px;
}

div#main table.company_info th, div#main table.company_info td {
	padding-right: 40px;
}

div#main ul.company_info li {
	list-style: none;
}

div#main ul.company_info span {
	display: block;
	float: left;
	width: 100px;
}

div#main ul.company_info span.width_wide {
	width: 400px;
	margin-bottom: 3px;
}

/* notice
-------------------------------------------*/
div#main div.info_box {
	border: solid 1px #CCCCCC;
	background-color: #FAFAFA;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div#main div.info_box p {
	margin: 0;
	margin: 0 20px;
	padding: 0;
}

div#main div.info_box strong {
	display: block;
	margin: 10px 10px 5px 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #336633;
	font-size: 85%;
}

div#main div.info_box ul {
	margin: 0 20px 0 20px;
}

div#main div.info_box ul li {
	line-height: 140%;
}

div#main div.info_box ul li.li2block {
	float: left;
	width: 200px;
	border-right: solid 1px #CCCCCC;
	padding: 3px 0;
	margin-right: 30px;
	list-style: none;
}

div#main div.info_box ul.caution {
	margin: 5px 20px;
}

div#main div.info_box ul.caution li {
	border: none;
	font-size: 88%;
	list-style: none;
	line-height: 140%;
	color: #B00000;
}

div#main div.info_box table.tbl_whitebox {
	margin: 0 20px;
}

div#main div.info_box table.tbl_whitebox td {
	padding: 10px 10px 10px 0;
}

div#main div.info_box table.tbl_whitebox td strong {
	display: inline;
	border: none;
	margin: 0;
	padding: 0 0 0 10px;
	background-image: none;
}

div#main div.info_box table.tbl_whitebox td.bg_col_dargray {
	background-color: #EEEEEE;
	padding: 3px 5px;
}


/* Form
-------------------------------------------*/
div#login {
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
	line-height: 160%;
	margin-bottom: 20px;
	height: 40px;
}

div#main div#content div#login div.login_btn a {
	display: block;
	width: 90px;
	background: url("../images/icon_arrow_on.gif") no-repeat 5px 6px;
	margin: 0 5px;
	padding: 3px 5px 3px 15px;
	border: 1px solid #B6D2A4;
	color: #2C7000;
	text-decoration: none;
	background-color: #EAF2E5;
}

div#main div#content div#login div.login_btn a:hover {
	text-decoration: none;
	border-color: #2C7000;
	background: url("../images/icon_arrow_on.gif") no-repeat 5px 6px;
	background-color: #D5E9C0;
}

div#main div.login_btn {
	width: 245px;
	float: right;
	margin-top: 5px;
}

div#main div.login_btn a.agrn

div#main div.login:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#main div.login{ display: inline-block; }

.ssl{ float:right; width:300px;}

.ssl p{ padding-top:22px;}


table.tbl_form {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 30px 0;
}

table.tbl_form td {
	padding: 5px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	border:1px solid #B6D2A4;
	color:#2C7000;
}

table.tbl_form td.font_col_nomal {
	color: #333333;
}

table.tbl_list {
	text-align: left;
	width: 99%;
	border-collapse: collapse;
	margin: 10px 0 30px 0;
}

table.tbl_list td {
	text-align: left;
	font-size: 12px;
	padding: 3px 3px 3px 5px;
	border: 1px solid #B6D2A4;
}

table.tbl_list td.green {
	background: #EAF2E5;
	color: #2C7000;
}

.txt_red { color:#F00;}
.line_n { text-align:center; padding:10px; border:1px solid #EAF2E5;}
.clear{ clear:both;}
.txt_ {color:#2C7000; text-align:left;}

.backhome{ text-indent:-999em; margin:0 auto;}

.backhome a{
	display: block;
	width: 132px;
	height: 21px;
	margin: 20px 0;
	text-align: center;
	background: url("../images/btn_form_back.gif") no-repeat;
	/* \*/ overflow:hidden; /* */
}
.backhome a:hover{ background:url("../images/btn_form_back_on.gif") no-repeat;}

div#main div#pass{
	width: 220px;
	float: right;
	line-height: 160%;
	margin-bottom: 10px;
}

div#main div#pass a{
	display: block;
	width: 180px;
	background: url("../images/icon_arrow_on.gif") no-repeat 5px 4px;
	padding: 3px 5px 3px 24px;
	border: 1px solid #B6D2A4;
	color: #2C7000;
	text-decoration: none;
	background-color: #EAF2E5;
	margin-top: 20px;
}
div#main div#pass a:hover{ text-decoration:none; border-color:#2C7000; background:url("../images/icon_arrow_on.gif") no-repeat 5px 4px; background-color: #D5E9C0;}


/* Float Clearここから---------*/
div#login,
div.login_btn,
div#main ul#g_menu li,
div#main div#content div.list_set_basew_nomal,
div#main div#head {
	margin: auto;
	zoom: 1;
}

div#login:after,
div.login_btn:after,
div#main ul#g_menu li:after,
div#main div#content div.list_set_basew_nomal:after,
div#main div#head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html div#login,
* html div.login_btn,
* html div#main ul#g_menu li,
* html div#main div#content div.list_set_basew_nomal,
* html div#main div#head
 {
	display: inline-table;
	/*\*/display: block;/**/
}
/* Float Clearここまで---------*/



/*===========================================
04 Parts
===========================================*/
h3 { font-size: 16px;}

div#main p.ban_01 {
	text-indent: -999em;
	margin-bottom: 8px;
}

div#main p.ban_01 a {
	display: block;
	width: 202px;
	height: 77px;
	background:
	url("../images/ban_ask_buy.gif");
	overflow:hidden;
}

div#main p.ban_01 a:hover { background: url("../images/ban_ask_buy_on.gif");}

div#main p.ban_02 {
	text-indent:-999em;
	clear:both;
}

div#main p.ban_02 a {
	display: block;
	width: 202px;
	height: 77px;
	background: url("../images/ban_ask_satei.gif");
	overflow: hidden;
}

div#main p.ban_02 a:hover { background: url("../images/ban_ask_satei_on.gif");}

* html div#content { padding: 20px 18px;}

div#main div#content div.list_set {
	width: 718px;
	padding: 10px 10px 0 10px;
	border: 1px solid #DDD;
	background: url("../images/bg_grade_n.gif") repeat-x bottom;
	background: url("../images/bg_slash.gif") repeat;
}

div#main div#content div.list_set h3.nolist { color: #666; font-size: 16px;}

div#main div#content div.list_set h3.nolist span {
	margin-top: 3px;
	display: block;
	float: left;
}

div#main div#content div.list_set h3.nolist img {
	margin-left: 10px;
}


div#main div#content div.list_set_basew:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#main div#content div.list_set_basew { display: inline-block;}

/* Hides from IE-mac \*/
* html div#main div#content div.list_set_basew { height: 1%;}
div#main div#content div.list_set_basew { display: block;}
/* End hide from IE-mac */

div#main div#content div.list_set_basew {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

div#main div#content div.list_txt {
	width: 535px;
	float: right;
}

div#main div#content div.list_txt h3.bukken_a a { color: #2E7BB0; text-decoration: underline; font-size: 16px;}
div#main div#content div.list_txt h3.bukken_a a:hover { text-decoration: none;}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table {
	width: 535px;
	margin-bottom: 10px;
}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table strong {
	color: #2E7BB0;
	background-color: #E9FBFE;
}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table td { padding-bottom: 4px; vertical-align: top;}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table td.td_w50 { width: 50px;}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table td.td_w80 { width: 80px;}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table td.td_w160 { width: 160px;}

div#main div#content div.list_set div.list_set_basew div.list_txt table.info_table td.td_w220 { width: 220px;}


div#main div#content table.info_table02 { width: 535px; float: left;}

div#main div#content table.info_table02 td.td_n01 {
	background-color: #EAF2E5;
	border: 1px solid #B6D2A4;
	color: #2C7000;
	padding: 5px;
	text-align: center;
}

div#main div#content table.info_table02 td.td_n02 {
	background-color: #EAF2E5;
	border: 1px solid #B6D2A4;
	color: #2C7000;
	padding: 5px;
	text-align: center;
	border-left: none;
}

div#main div#content table.info_table02 td.td_n_no01 {
	padding: 5px;
	text-align: center;
	border: 1px solid #B6D2A4;
	border-top:none;
}

div#main div#content table.info_table02 td.td_n_no02 {
	padding: 5px;
	text-align: center;
	border: 1px solid #B6D2A4;
	border-top: none;
	border-left: none;
}

div#main div#content #foot_info {
	margin-top: 20px;
	background:url("../images/contact_03.gif") no-repeat top right;
}

div#main div#content div#foot_right {
	width: 274px;
	height: 45px;
	margin-top: 30px;
	float: right;
}

div#main div#content div#foot_right p.ban_03 {
	text-indent: -999em;
	margin-bottom: 8px;
	float: left;
	margin-right: 8px;
}
div#main div#content div#foot_right p.ban_03 a {
	display: block;
	width: 127px;
	height: 38px;
	background: url("../images/btn_foot_buy.gif");
	overflow: hidden;
}

div#main div#content div#foot_right p.ban_03 a:hover { background: url("../images/btn_foot_buy_on.gif");}

div#main div#content div#foot_right p.ban_04 {
	text-indent: -999em;
	float: left;
}

div#main div#content div#foot_right p.ban_04 a {
	display: block;
	width: 127px;
	height: 38px;
	background: url("../images/btn_foot_satei.gif");
	overflow: hidden;
}

div#main div#content div#foot_right p.ban_04 a:hover { background: url("../images/btn_foot_satei_on.gif");}


/*===========================================
05 Footer
===========================================*/
div#main div#foot {
	width: 780px;
	height: 85px;
	color: #666;
	background:url("../images/foot_linebuild.gif") no-repeat center bottom;
	display: none;
}

div#main address#copy_right {
	color:#999;
	font-size: 91%;
	font-style: normal;
	display: none;
}

div#main div#foot p.f_right { margin-top: 15px;}

/*===========================================
06 Class
===========================================*/
.f_left { float:left;}
.f_right { float:right;}
.clear { clear:both;}
.text_acr { text-align: right;}
.text_acc { text-align: center;}
.text_acl { text-align: left;}
.mar_b30 { margin-bottom: 30px;}
.mar_b20 { margin-bottom: 20px;}
.mar_b10 { margin-bottom: 10px;}
ul.caution { color: #B00000;}
ul.caution li { list-style: none;}

p.totop {
	float: right;
	text-indent: -999em;
}
p.totop a {
	display: block;
	width: 112px;
	height: 16px;
	margin: 20px 0;
	background: url("../images/btn_totop.gif") no-repeat;
	overflow: hidden;
}
p.totop a:hover{ background:url("../images/btn_totop_on.gif") no-repeat;}

div.clearsumhr hr {
	clear: both;
	color: #FAFAFA;
	height: 1px;
	border: 1px;
}

/*===========================================
07 Link
===========================================*/
a { color: #336633; text-decoration: none;}
a:hover { text-decoration: underline;}

