@charset "utf-8";
/*################___reset___################*/
* {
position: static;
margin: 0;
padding: 0;
}

div, p, hr, blockquote, address, noscript,
span, img, em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
border: none;
font-style: normal;
font-weight: normal;
}

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

.clearfix{overflow:hidden;}

/* Hides from IE-mac \*/
* html .clearfix{
height:1%;
overflow:visible;}
/* End hide from IE-mac */


/*################___normal tag___################*/
body {
text-align: center;
color: #333322;
font-family: "Hiragino Maru Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
clear: both;
margin: 0 30px;
font-family: Verdana,"Hiragino Maru Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}

h4 {
border-bottom: dashed 1px #666;
font-size: 100%;
}

h5,h6 {
font-size: 90%;
}

p {
margin: 0 25px 1em 30px;
line-height: 1.5;
}

em {
color: #cc3333;
}

strong {
color: #cc3333;
font-size: 140%;
font-weight: bold;
}

small {
font-size: 80%;
}

kbd {
margin: 0;
padding: 2px 6px;
background: #eee;
border: solid #666;
border-width: 0 1px 1px 0;
font-size: 90%;
}

q {
text-decoration: underline;
}

blockquote {
margin: 0.5em 30px;
padding: 10px 0;
background: #f4efe6;
border: 2px dotted #963;
color: #630;
}

ul {
margin: 0.5em 30px 0.5em 50px;
}

ol {
margin: 0.5em 30px 0.5em 60px;
}

dl {
margin: 0.5em 30px;
}

li,dd {
margin: 0 0 1.5em 0;
}

dt {
margin: 0 0 3px 0;
padding: 0 0 0.5em 0;
border-bottom: solid 1px #999;
}

dd {
margin-left: 1em;
}

table {
margin: 0 20px;
border: solid 2px #666;
border-collapse: collapse;
line-height: 150%;
}

thead td,tfoot td {
text-align: center;
}

th {
text-align: right;
}

th,td {
padding: 5px;
border: 1px solid #aab;
}

thead td,th {

background: #f4efe6;

}

img {
margin-left: 20px;
}

input,select {
margin: 0 5px 0 0;
}


/*################___block___################*/
#container {
width: 790px;
margin: 0 auto;
background: url(img/system/back_black.png) repeat-y;
text-align: left;
overflow:hidden;
}

#header {
margin: 0 6px 15px 6px;
background: #79CDF9;
border-bottom: solid 2px #1D475D;
}

/*
#header {
background: url(img/system/header_green.png) bottom no-repeat;
}
*/

#wrap {
overflow:hidden;
}

#main_1col {
float: left;
width: 790px;
margin-bottom:-32768px;
padding-bottom:32768px;
}

#main_2col {
float: left;
width: 575px;
margin-bottom:-32768px;
padding-bottom:32768px;
}

#sub {
float: right;
width: 215px;
margin-bottom:-32768px;
padding-bottom:32768px;
background: #DFF4F8 url(img/system/back_black.png) right repeat-y;
}

#footer {
clear: both;
width: 778px;
margin: 0 6px;
padding: 5px 0;
background: #79CDF9;
border-top: solid 2px #1D475D;
}

/*
#footer {
clear: both;
width: 790px;
padding: 5px 0;
background: url(img/system/footer_green.png) top no-repeat;
}
*/


/*######___header___######*/
#header a {
float: left;
margin: 0;
padding: 5px 20px 5px 20px;
font-family: Verdana,"Hiragino Maru Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
font-size: 18px;
font-weight: bold;
}

#header a {
color: #09203F;
text-decoration: none;
}

#header form {
float: right;
padding: 7px 20px 7px 0;
text-align: right;
}


/*################___page_cover___################*/
#page_cover img {
display: block
margin: 0 auto;
padding: 0;
text-align: center;
}


/*################___global menu___################*/
#global_menu {
margin: 0 6px;
padding: 15px 0 50px 0;
list-style: none;
background: #ffffff;
}

#global_menu li {
float: left;
display: block;
margin: 0;
text-align: center;
}

#global_menu a {
display: block;
width: 194px; /*　タブ幅　*/
padding: 6px 0;
font-size: 12px;
color: #09203F;
text-decoration: none;
}

#global_menu a.tab_end {
width: 196px; /*　最後のタブで幅調整　*/
}

#global_menu a:hover {
font-weight: bold;
color: #fff;
}


/*################___sub___################*/
#sub {
}

#sub p {
margin: 15px 20px;
}

#sub ul {
margin: 0.5em 20px 0.5em 30px;
}

#sub ol {
margin: 0.5em 20px 0.5em 35px;
}

#sub dl {
margin: 0.5em 20px 0.5em 15px;
}

#sub img {
display: block;
margin: 5px auto;
padding: 0;
text-align: center;
}

#sub .exp_box {
margin: 15px 20px 15px 14px;
}

#sub h3.tab {
margin: 15px 0 5px 14px;
}

#sub .note_box {
margin: 0 20px 15px 14px;
}

#sub .exp_box p,#sub .note_box p {
margin: 5px 10px;
}

/*################___sub menu___################*/
#menu {
margin: 0 6px 20px 0;
}

#menu ul {
margin: 0;
list-style: none;
font-size: 12px;
}

#menu li {
margin: 0;
}

#menu li span {
display: block;
padding: 5px 10px 5px 10px;
font-weight: bold;
}

#menu li a {
display: block;
width: 100%;		/* Win IE6 用ハック　幅指定しないと動作しない */
overflow: none;
padding: 6px 0px 6px 25px;
text-decoration: none;
}

#menu li > a {
width: auto;		/* Win IE6 用ハック　上記 a の width と組み合わせて使用 */
}

#menu a:hover {
padding: 7px 0px 3px 27px;
}

#menu .current a {
padding: 5px 0px 5px 28px;
}

#menu .current a:hover {
padding: 6px 0px 2px 30px;
}

/*　メニューに画像を使用する場合　↓↓↓↓↓↓↓↓↓↓
#menu ul {
margin: 0 0 0 0;
list-style: none;
font-size: 12px;
background: #fff;
line-height: 100%;
}

#menu li {
margin: 0 0 5px 0;
padding: 0;
}

#menu li span,#menu li.menu_top {
te\xt-indent: -10000px;
co\lor: #fff;
font-size : 1px;
}

#menu li span {
display: block;
margin: 0 0 0 0;
font-weight: bold;
}

#menu ul ul {
margin: 5px 0 0 10px;
}

#menu li a {
display: block;
margin: 3px 0 0 15px;
padding: 7px 5px 7px 30px;
width: 100%
overflow: none;
margin: 0;
text-decoration: none;
}

#menu li span a {
margin: 0;
padding: 0;
height: 80px;
}

#menu li.menu_top,#menu li a.menu_top {
height: 200px;
}

メニューに画像を使用する場合　↑↑↑↑↑↑↑↑↑↑　*/



/*################___box___################*/
.col {
clear: both;
margin: 0 0 20px 0;
}

.box {float: left;}
.top_left,.btm_left {margin-right: 10px;}
.top_left.noh,.btm_left {height: 10px;}
.box_btm {clear: both;}

.box_mid p {
margin: 0 10px 0 30px;
}

.w185 {width: 185px;} /* 幅790・2カラム：メイン575px 3分割 */
.w192 {width: 192px;} /* 幅790ページ 4分割 */
.w211 {width: 211px;} /* 幅790・2カラム：メイン575px・黄金分割：w343 と組み合わせて */
.w256 {width: 256px;} /* 幅790ページ 3分割 */
.w278 {width: 278px;} /* 幅790・2カラム：メイン575px 2分割 */
.w294 {width: 294px;} /* 幅790ページ 黄金分割：w476 と組み合わせて */
.w343 {width: 343px;} /* 幅790・2カラム：メイン575px・黄金分割：w211 と組み合わせて */
.w370 {width: 370px;} /* 幅790・2カラム・w185 と組み合わせて */
.w385 {width: 385px;} /* 幅790ページ 2分割 */
.w476 {width: 476px;} /* 幅790ページ 黄金分割：w294 と組み合わせて */
.w514 {width: 514px;} /* 幅790ページ・w256 と組み合わせて */
.w585 {width: 585px;} /* 幅790ページ・w185 と組み合わせて */
.w770 {width: 770px;} /* 幅790ページ　全幅 */

/*################___exp-box & note-box___################*/
.exp_box {
margin: 20px;
border: solid 1px #999999;
background: #ffffff;
}

.box .exp_box {
margin: 0 0 0 20px;
}

.exp_box h3 {
margin: 0;
padding: 3px 10px;
border-bottom: solid 1px #999999;
}

.dogear {
background: #ffffff url(img/system/dogear_gray.png) bottom right no-repeat;
}

.exp_box p {
margin: 5px 10px 15px 15px;
}

h3.tab {
display: inline;
margin: 0 0 0 20px;
padding: 5px 40px 5px 10px;
border-left: solid 1px #333;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 200%;
}

.note_box {
margin: 0 20px 20px 20px;
border: solid 1px #333;
background: #ffffff;
}

.box .note_box {
margin: 0 0 20px 20px;
}

.note_box p {
margin: 5px 10px 10px 15px;
}

.exp_box h4,.note_box h4 {
margin: 5px 15px 5px 15px;
}

.exp_box ul,.note_box ul {
margin: 0.5em 10px 0.5em 30px;
}

.exp_box ol,.note_box ol {
margin: 0.5em 10px 0.5em 35px;
}

.exp_box dl,.note_box dl {
margin: 0.5em 10px 0.5em 15px;
}


/*################___frame table___################*/
.table_col {
margin: 0 25px;
border-bottom: solid 1px #999;
}

.col .table_col,.col .table_col_nb {
margin: 0 0 0 25px;
}

.table_col_nb {
margin: 0 25px;
}

.tcell {
float: left;
}

.tcell h3 {
margin: 0 0 6px 0;
padding: 5px 10px 5px 10px;
}

.tcell h4 {
margin: 5px 15px 5px 10px;
}

.tcell p {
margin: 5px 10px 10px 11px;
padding: 0;
}

.table_col ul {
margin: 0 10px 0 30px;
}

.table_col ol {
margin: 0 10px 0 35px;
}

.table_col dl {
margin: 0 10px 0 15px;
}

.table_col img {
margin: 5px 10px 10px 10px;
}

.tcell-w_176 {width: 175px;}
.tcell-w_185 {width: 184px;}
.tcell-w_230 {width: 225px;}
.tcell-w_246 {width: 245px;}
.tcell-w_270 {width: 265px;}
.tcell-w_355 {width: 355px;}
.tcell-w_369 {width: 369px;}
.tcell-w_370 {width: 370px;}
.tcell-w_490 {width: 490px;}
.tcell-w_556 {width: 556px;}


/*################___parts___################*/
h2.fit {
margin: 0 20px 0 6px;
padding: 10px 0 14px 35px;
}

h2.flag {
margin: 0 19px;
padding: 14px 0 10px 25px;
}

.mini_heading {
display: block;
margin: 0 10px 5px 0;
border-bottom: dashed 1px #666;
font-size: 110%;
font-weight: bold;
}





.to_top {
margin: 20px 0 ;
clear: both;
text-align: right;
}

.to_top a {
margin-right: 30px;
text-decoration: none;
font-size: 80%;
color: #353;
}

.to_top a:hover {
text-decoration: underline;
color: #559;
}

.left,.f750 .left,.col p img.left {
float: left;
margin: 0;
margin: 5px 15px 10px 0;
}

.center,.f750 p .center,.col p .center,.tcell .center {
margin: 5px auto;
padding: 0;
text-align: center;
}

.right {
float: right;
}

.listhead {
margin: 0.5em 30px 0.5em 30px;
list-style: none;
}

.listhead.check_red li {
padding: 0 0 0 25px;
}

.tpanel {
margin: 0 10px 0 0;
padding: 8px 0 8px 27px;
font-size: 12px;
font-weight: normal;
}

.tpanel a {
text-decoration: none;
color: #fff;
}

.tpr {
padding: 8px 40px 8px 0px;
color: #fff;
}


/*######___car auc___######*/
h1 {
margin: 0 20px 1em 6px;
padding: 5px 10px 5px 15px;
background: #5CB3E2 url(img/system/f750_1t_skyblueg.png) top right no-repeat;
color: #09203F;
border-bottom: solid 2px #14628C;
font-size: 130%;
}

h2 {
margin: 0 20px 7px 20px;
padding: 5px 0 5px 15px;
background: #E6994D url(img/system/f750_1t_orangeg.png) top -20px no-repeat;
border-bottom: solid 2px #7D4918;
font-size: 110%;
color: #40250C;
}

h2.t, h2.pa,h3.g {
margin: 0;
padding: 0;
background: none;
font-size: 100%;
color: #333322;
border: none;
}

table.border,table.kaijoutable,table.toiawase {
width: 535px;
margin-bottom: 1em;
}

table td.wid4 {
background: #E5E5F9;
}

th,td {
border: 1px solid #666;
}

.wid2{
width: 40%;
background-color: #ffe4e1;
}
.wid3{
width: 40%;
background-color: #e0ffff;
}

img.center {
display:block;
margin: 0 auto 20px auto;
text-align: center;
}

h3.la {
margin: 0;
font-size: 100%;
}

a.vnd_link {
margin: 0 0 0 5px;
}

.syoukai {
margin: 0.5em 20px 1em 30px;
}

.btm_box {
margin-top: 1em;
}

#sub .note_box {
padding: 1em 0;
}

span.blank {
margin-right: 1.5em;
}

textarea.tag {
width: 85%;
}

table tr.day_sep td,table tr.day_sep th {
background: #ddeeff;
text-align: center;
}


.spc_t2 {margin-top: 2em;padding-top: 2em;}
.spc_b2 {margin-bottom: 2em;padding-bottom: 2em;}

table.rate td {
width: 11%;
padding: 2px 3px;
}

table.rate thead th {
background: #ffffff;
}

table.rate {
font-size: 12px;
line-height: 1.2;
}



/*######___footer___######*/
#footer p {
margin: 0;
font-size: 80%;
text-align: center;
}

#footer a {
text-decoration: none;
color: #333322;
}


/*################___image & color___################*/
/*#####___ ->>sub menu color___#####*/
#menu {border-top: solid 1px #999;
border-bottom: solid 3px #fff;}	/* メニュー全体：上下ボーダー色 */

#menu li span {background: #46B1EC;
border-bottom: solid 2px #155979;}	/* 大メニュー：背景色・下部ボーダー色 */

#menu a {background: #D4F1F8 url(img/system/list_tri_aqua_mini.gif) 4px 0.5em no-repeat;
color: #4a3a1d;}		/* メニュー：背景・文字色 */

#menu a:hover {background: #F8B379 url(img/system/list_tri_aqua_mini.gif) 4px 0.5em no-repeat;
color: #ffffff;
border: solid #555;
border-width: 2px 0px 0px 2px;}	/* メニュー hover */

#menu a,#menu a:hover {
border-bottom: solid 1px #999;}	/* メニュー：区切り色 */

#menu ul ul {border: solid #fff;
border-width: 0px 0 7px 0;}	/*　大メニューとメニューの間隔と色 */


/*#####___ ->>sub menu image___#####*/
/*　画像を使う場合、コメント解除して使用　li に上部、a に底部分の画像を指定
#menu li {
background: url(img/2col_menu_brown.png) no-repeat;
border: none;
}

#menu a {
background: url(img/2col_menu_bottom_brown.png) bottom left no-repeat;
color: #ffffff;
}
*/


.now_1 #menu a.eid_1,.now_2 #menu a.eid_2,.now_3 #menu a.eid_3,
.now_4 #menu a.eid_4,.now_5 #menu a.eid_5,.now_6 #menu a.eid_6,
.now_7 #menu a.eid_7,.now_8 #menu a.eid_8,.now_9 #menu a.eid_9,
.now_10 #menu a.eid_10,.now_11 #menu a.eid_11,.now_12 #menu a.eid_12,
.now_13 #menu a.eid_13,.now_14 #menu a.eid_14,.now_15 #menu a.eid_15,
.now_16 #menu a.eid_16,.now_17 #menu a.eid_17,.now_18 #menu a.eid_18,
.now_19 #menu a.eid_19,.now_20 #menu a.eid_20,.now_21 #menu a.eid_21,
.now_22 #menu a.eid_22,.now_23 #menu a.eid_23,.now_24 #menu a.eid_24,
.now_25 #menu a.eid_25,.now_26 #menu a.eid_26,.now_27 #menu a.eid_27,
.now_28 #menu a.eid_28,.now_29 #menu a.eid_29,.now_30 #menu a.eid_30,
.now_190 #menu a.eid_190 {
background: #e6b388 url(img/system/list_tri_aquap.gif) 4px 0.5em no-repeat;
}		/*　現在位置のメニュー頭につける画像と背景色　*/


/*#####___ -frame border___#####*/
.frm_1g .top_left {background: url(img/system/1t_l_01_gray.png) top left no-repeat;}
.frm_1g .box_top {background: url(img/system/1t_r_01_gray.png) top right no-repeat;}
.frm_1g .mid_left {background: url(img/system/2m_l_01_gray.png) top left repeat-y;}
.frm_1g .box_mid {background: url(img/system/2m_r_01_gray.png) top right repeat-y;}
.frm_1g .btm_left {background: url(img/system/3b_l_01_gray.png) bottom left no-repeat;}
.frm_1g .box_btm {background: url(img/system/3b_r_01_gray.png) bottom right no-repeat;}


/*#####___ -table border___#####*/
.t460_2 {background: url(img/system/t460_2.png) left repeat-y;}

.t540_2 {background: url(img/system/t540_2.png) left repeat-y;}
.t540_12 {background: url(img/system/t540_12.png) left repeat-y;}
.t540_21 {background: url(img/system/t540_21.png) left repeat-y;}
.t540_3 {background: url(img/system/t540_3.png) left repeat-y;}

.t750_2 {background: url(img/system/t750_2.png) left repeat-y;}
.t750_12 {background: url(img/system/t750_12.png) left repeat-y;}
.t750_21 {background: url(img/system/t750_21.png) left repeat-y;}
.t750_3 {background: url(img/system/t750_3.png) left repeat-y;}
.t750_13 {background: url(img/system/t750_13.png) left repeat-y;}
.t750_121 {background: url(img/system/t750_121.png) left repeat-y;}
.t750_112 {background: url(img/system/t750_112.png) left repeat-y;}
.t750_31 {background: url(img/system/t750_31.png) left repeat-y;}
.t750_211 {background: url(img/system/t750_211.png) left repeat-y;}
.t750_4 {background: url(img/system/t750_4.png) left repeat-y;}

/*#####___ ->> global menu___#####*/
#global_menu a {
background: #3994C5 url(img/system/tab_glb_blue.png) top right no-repeat;
}

#global_menu a:hover {
background: #28678A url(img/system/tab_glb_blue_h.png) top right no-repeat;
}

#global_menu a.tab_end {
background: #3994C5 url(img/system/tab_glb_blue.png) top left no-repeat;
}

#global_menu a.tab_end:hover {
background: #28678A url(img/system/tab_glb_blue_h.png) top left no-repeat;
}

/*#####___ ->> others___#####*/
.exp_box h3 {background: #c1dac1 url(img/system/tb_oblique-line_2px.gif);}

.listhead.check_red li {background: url(img/system/list_cbox_red.png) 0em no-repeat;}

.tp_brown {background: url(img/system/tpanel_brown.png) left no-repeat;}
.tp_navy {background: url(img/system/tpanel_navy.png) left no-repeat;}

.tpanel_tri_brown {background: url(img/system/tpanel_tri_brown.png) right no-repeat;}
.tpanel_tri_navy {background: url(img/system/tpanel_tri_navy.png) right no-repeat;}


/*#####___ ->> color header___#####*/
h2.fit_green {background: url(img/system/headline_fit_green.png) left no-repeat;}


h2.flag.flag_navy {background: url(img/h2_flag_navy.png) left no-repeat;}
h2.flag.fflag_navy2 {background: url(img/h2_fflag_navy.png) left no-repeat;}

h3.tab_black {background: url(img/system/tab.png) top right no-repeat;}


/*#####___ ->> color flame header___#####*/



/*#####___ ->> color frame panel___#####*/
.f270beige h3 {background: url(img/system/f270_1t_beige.png) top left no-repeat;}
.f270beige {background: url(img/system/f270_2m_beige.png) left repeat-y;}
.f270beige .f_bottom {background: url(img/system/f270_3b_beige.png) bottom left no-repeat;}


.kanren{
        font-size:14px;
        color: #660000;
        background-color: #fff;
        padding:0px 15px 0px 5px;
        margin:0px 30px 0px 5px;
        text-align: left;
        	}

.kanren a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}



