/*____________________________________ reset ____________________________________*/
html, body {
margin: 0;
padding: 0;
}

div, p, hr, ul, ol, dl, blockquote, address, noscript,
span, img, em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
margin: 0;
padding: 0;
border: none;
font-style: normal;
font-weight: normal;
background-repeat: no-repeat;
}


/*_____________________________________ 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: #332;
font-size: 14px;
font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

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

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

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

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

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

hr {
margin: 1em 20px;
border-bottom: solid 1px #999;
}

em {
color: #cc3333;
}

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

small {
font-size: 80%;
}

kbd {
margin: 0 3px;
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;
background: #e9eff4;
border: 2px dotted #369;
color: #036;
}

ul,ol,dl {
padding: 0.5em 25px 1em 50px;
line-height: 1.5;
}

ol {
padding-left: 3.5em;
}

dl {
padding-left: 25px;
}

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

li,dd {
padding: 0 0 0.5em 0;
}

dd {
margin-left: 1em;
}

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

thead,tfoot {
text-align: center;
}

thead {
border-bottom: solid 2px #666;
}

tfoot {
border-top: solid 2px #666;
}

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

thead td {
background: #e3e6f4;
}

th {
background: #e3e6f4;
border-right: solid 2px #666;
text-align: right;
white-space: nowrap;
}

thead th,tfoot th {
background: transparent;
}

img {
margin: 0 0 0 30px;
vertical-align:bottom;
}

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


/*##___-------------------------------___*/
/*########################___block___########################*/
#display_body {
position: relative;
width: 790px;
margin: 0 auto;
text-align: left;
}

#container {
margin: 0 5px;
}

#header {
width: 780px;
margin: 0;
}

#page_cover {
padding: 10px 0 10px 0;
}

#global_menu {
height: 30px;
}

#wrap {
clear: both;
padding-top: 0px;
}

#main {
float: right;
width: 550px;
padding-top: 10px;
/* ページ中にアンカーを作成する場合、#main #sub 両方で 32768 設定は NG */
/*
margin-bottom:-32768px;
padding-bottom:32768px;
*/
}

#sub {
float: left;
width: 230px;
padding-top: 10px;
/* ページ中にアンカーを作成する場合、#main #sub 両方で 32768 設定は NG */
/*
margin-bottom:-32768px;
padding-bottom:32768px;
*/
}

#footer {
width: 780px;
padding: 5px 0;
}


/*##___-------------------------------___*/
/*########################___header & footer___########################*/
/*__________________________________ header __________________________________*/
#header h1 {
margin: 0;
padding: 15px 20px 20px 15px;
font-size: 18px;
}

#header h1 a {text-decoration: none;}

#header form {
position: absolute;
top: 15px;
right: 15px;
}

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


/*__________________________________ footer __________________________________*/
#footer p {
margin: 0;
padding-top: 3px;
font-size: 11px;
text-align: center;
}

#footer a {text-decoration: none;}


/*########################___global menu___########################*/
#global_menu ul {
float: right;
margin: 0 5px 0 5px;
padding: 0 5px 0 0;
list-style: none;
}

#global_menu li {
float: left;
display: block;
margin: 0;
padding: 0;
text-align: center;
background-position: top right;
}

#global_menu a {
display: inline;
height: 100%;
margin: 0;
padding: 7px 15px 5px 15px;
font-size: 12px;
text-decoration: none;
background-position:  top right;
}

#global_menu > ul li a {
display: block;
}

#global_menu a:hover {
background-position: right -40px;
}


/*##___-------------------------------___*/
/*########################___sub___########################*/
#sub p {
margin-left: 20px;
margin-right: 20px;
}

#sub ul {
padding-left: 40px;
padding-right: 15px;
}

#sub ol {
padding-left: 3em;
padding-right: 15px;
}

#sub dl {
padding-left: 20px;
padding-right: 15px;
}

#sub dl dd {
margin-left: 0.5em;
}

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

#sub .exp_box {
margin: 15px 10px;
}

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

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

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

#sub form {
margin: 0 0 10px 0;
padding: 10px 0 10px 15px;
background: #a3b0bd;
border-bottom: solid 1px #596a7b;
line-height: 1;
}


/*########################___sub menu___########################*/
#menu ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 1;
}

#menu h2 {
margin: 0;
padding: 12px 15px 12px 25px;
font-size: 14px;
}

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

#menu ul.sub_menu {
padding-bottom: 10px;
margin-bottom: 5px;
}

#menu li a {
display: block;
width: 100%;
padding: 9px 15px 9px 25px;
text-decoration: none;
}

#menu li > a {width: auto;}

#menu li a.c_page {
padding-left: 35px;
}

#menu li span.cat_open {
display: block;
padding: 11px 15px 11px 35px;
text-decoration: none;
}

#menu li a.cat_open {
padding: 12px 15px 12px 35px;
}

#menu li a.cat_close {
padding: 11px 15px 15px 35px;
}

#menu a:hover {
padding-left: 35px;
background-position: 0px -30px;
}

#menu li a.c_page:hover {
background-position: 0 0;
}

#menu li a.cat_open:hover {
background-position: 0 0;
}

#menu li a.cat_close:hover {
background-position: 0 -40px;
}


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

.box {float: left;background-position: left bottom;}
.box_top h2,.box_top h3 {background-position: top left;}
.box_top,.box_mid {background-position: top right;}
.box_mid,.box_mid div {background-repeat: repeat-y;}
.box_top div,.box_mid div {margin-right: 15px;}
.box_mid div {padding-top: 5px;}

.box_btm {
float: right;
width: 20px;
height: 10px;
background-position: right bottom;
}

.box_top h2,.box_top h3 {
margin: 0;
padding: 10px 0 10px 35px;
line-height: 1;
}

.box_mid p {
margin: 0 0 0 35px;
}

.box h4 {
margin: 0 0 8px 35px;
}

.mid_left {
padding: 5px 0 0 0;
}

.box blockquote {
margin: 0.5em 10px 0.5em 45px ;
}

.box ul {
padding-left: 60px;
padding-right: 10px;
}

.box ol {
padding-left: 4em;
padding-right: 0;
}

.box dl {
padding-left: 40px;
padding-right: 5px;
}

.box table {
margin: 0 5px 0 40px;
}

.box img {
margin-left: 35px;
}

.w1-4 {width: 25%;}	/* 1/4 */
.w1-3 {width: 33%;}	/* 1/3 */
.w3-8 {width: 37%;}	/* 3/4 の 1/2 */
.w1-2 {width: 50%;}	/* 1/2 */
.w2-3 {width: 67%;}	/* 2/3 */
.w3-4 {width: 74%;}	/* 3/4 */
.w100 {width: 100%;}	/* 全幅 */

/*########################___separate___########################*/
.separate {
overflow: hidden;
margin: 0 0 0 20px;
padding-bottom: 10px;
}

.border_v,.border_h {margin-right: 20px;}
.box .separate {margin: 0 0 0 35px;}
.exp_box .separate,.note_box .separate {margin: 0 15px;}

.separate.border_h {border-top: solid 1px #999;}
.separate.border_v .box {border-left: solid 1px #999;}
.separate.border_v .box.left_cell {border-left: none;}

.separate .box {
overflow: hidden;
margin-bottom:-32768px;
padding: 10px 0 32768px 0;
}

.separate p,.box_mid .separate p {margin-left: 0;margin-right: 15px;}
.border_v p,.box_mid .border_v p,.border_h p,.box_mid .border_h p {margin-left: 15px;}
.border_v .left_cell p,.border_h .left_cell p {margin-left: 0;}
.border_v .right_cell p,.border_h .right_cell p {margin-right: 0;}

.separate h3,.separate h4,.exp_box .separate h4,.note_box .separate h4 {
margin: 0 15px 5px 0;
padding: 0 0 3px 0;
}

.separate ul,.separate ol {
padding: 0.5em 25px 1em 2em;
}

.separate dl {
padding: 0.5em 25px 1em 0;
}

.separate .box img {
margin-left: 0;
}

.border_v .box img,.border_h .box img {
margin-left: 15px;
}

.border_v .left_cell img,.border_h .left_cell img {
margin-left: 0;
}

.s1-4 {width: 25%;}	/* 1/4 */
.s1-4ie {width: 24%;}	/* 1/4 分割 IE6 用 */
.s1-3 {width: 33%;}	/* 1/3 */
.s3-8 {width: 37%;}	/* 3/4 の 1/2 */
.s1-2 {width: 49%;}	/* 1/2 */
.s2-3 {width: 66%;}	/* 2/3 */
.s3-4 {width: 75%;}	/* 3/4 */


/*########################___image block___########################*/
.imgblk {display: table;margin: 0 20px 15px 20px;}

.img_left img {margin-left: 0px}
.img_right img {margin-left: 10px}

.img_left p {margin-left: 15px;margin-right: 0;}
.img_right p {margin-left: 0;margin-right: 0;}

.box .imgblk {margin: 0 0 0 5px;}
.box .img_right img,.exp_box .img_right img,.note_box .img_right img{margin: 0 5px 0 10px}
.separate .left_cell .img_left p {margin-left: 15px;margin-right: 0;}

.exp_box .imgblk,.note_box .imgblk {margin: 0 20px 0 5px;}
.exp_box .img_left img,.note_box .img_left img {margin-left: 10px}
.exp_box .img_right p,.note_box .img_right p {margin: 0 0 0 10px;}

.img_right {direction: rtl;}
.img_right * {direction: ltr;}

.imgblk .imgarea,.imgblk .nonimgarea {
display: table-cell;
vertical-align: top;
text-align: left;
}

.imgblk .nonimgarea {width: 100%;}

.img_left h3,.img_left h4 {
margin-left: 15px;
}

.img_right h3,.img_right h4 {
margin: 0 10px 10px 0;
}


/* for IE */
#ltie8 .img_right .imgarea {float: right;}
#ltie8 .img_left .imgarea {float: left;}
#ltie8 .imgblk .imgarea {width: expression(this.getelementsbytagname("img")[0].clientwidth);}
#ltie8 .imgblk .nonimgarea {width: auto;}

/* clear float and get haslayout */
#ltie8 .imgblk,#ltie8 .imgblk .nonimgarea {min-height: 0;}
* html #ltie8 .imgblk,* html #ltie8 .imgblk .nonimgarea {height: 0;}


/*########################___exp & note___########################*/
.exp_box {
margin: 20px;
border: solid 1px #999;
background: #ffffff;
}

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

.exp_box h3 {
margin: 0 0 5px 0;
padding: 3px 10px;
border-bottom: solid 1px #999;
line-height: 1.5
}

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

.exp_box p {
margin-left: 15px;
margin-right: 10px;
}

.dogear {
border-right: solid 2px #777;
border-bottom: solid 2px #777;
background: #ffffff url(img/system/dogear_gray.gif) bottom right no-repeat;
}

h2.tab,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%;
}

.box h2.tab,.box h3.tab {
padding-top: 4px;
}

.note_box {
margin: 0 20px 20px 20px;
padding-top: 5px;
border: solid 1px #333;
background: #fff;
}

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

.exp_box ul,.note_box ul {
padding-left: 35px;
padding-right: 10px;
}

.exp_box ol,.note_box ol {
padding-left: 3em;
padding-right: 10px;
}

.exp_box dl,.note_box dl {
padding-left: 15px;
padding-right: 10px;
}

.exp_box table,.note_box table {
margin: 0 15px 20px 15px;
}

.exp_box img,.note_box img {
margin-left: 15px;
}


/*##___-------------------------------___*/
/*########################___Utility___########################*/
/*__________________________________ heading __________________________________*/
h2 {
margin: 0 15px 5px 15px;
padding: 10px 0 10px 20px;
}

h3 {
margin: 0 15px 10px 15px;
padding: 15px 0 10px 17px;
}


/*__________________________________ text_panel __________________________________*/
.tpanel {
font-size: 12px;
line-height: 2.5;
background-position: top left;
}

p > .tpanel {
padding: 7px 0 7px 0;
}

*:first-child+html .tpanel {
padding: 0
}

.tpanel span,.tpanel a {
margin-left: 2px;
padding: 7px 12px 7px 5px;
text-decoration: none;
background-position: top right;
}

.tpanel a {
padding-right: 30px;
}

.tpanel a:hover {
background-position: -30px right;
}


/*____________________________________ align ____________________________________*/
.left,.col p img.left {
float: left;
margin: 0 15px 10px 0;
}

.center,.box .center,.box.left_cell .center,.exp_box .center,.note_box .center {
display: block;
margin: 5px auto;
padding: 0;
text-align: center;
}

.col .center {
padding-left: 35px;
}

.exp_box .center,.note_box .center {
padding-left: 0;
}

.right {
float: right;
margin: 0 0 10px 10px;
}

.exp_box .right,.note_box .right {
margin: 0 15px 10px 10px;
}


/*__________________________________ space __________________________________*/
.spc_t0 {margin-top: 0;padding-top: 0;}
.spc_b0 {margin-bottom: 0;padding-bottom: 0;}

.spc_t05 {margin-top: 0.5em;padding-top: 0.5em;}
.spc_b05 {margin-bottom: 0.5em;padding-bottom: 0.5em;}

.spc_t1 {margin-top: 1em;padding-top: 1em;}
.spc_b1 {margin-bottom: 1em;padding-bottom: 1em;}

.spc_t15 {margin-top: 1.5em;padding-top: 1.5em;}
.spc_b15 {margin-bottom: 1.5em;padding-bottom: 1.5em;}

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

.spc_t3 {margin-top: 3em;padding-top: 3em;}
.spc_b3 {margin-bottom: 3em;padding-bottom: 3em;}


/*__________________________________ others __________________________________*/
table.w100 {
width: 93%
}

.twrap_no {
white-space: nowrap;
}

.twrap_on {
white-space: normal;
}

.grayout {
color: #aaa;
}

.grayout a {
color: #aaa;
text-decoration: none;
}

.grayout:hover {
color: #332;
}

.grayout:hover a {
color: #0000ec;
}

.grayout a:hover {
text-decoration: underline;
}

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

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

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

.top_navi {
text-align: right;
}

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

/*##___-------------------------------___*/
/*########################___Individual___########################*/
/*__________________________________  __________________________________*/
.head_info {
float: right;
margin: 0 8px 10px 0;
}

#header > .head_info {
margin-right: 15px;
}

.separate img {
margin-bottom: 5px;
}

#sub .exp_box h2,.side_announce h2 {
margin: 0;
padding-top: 9px;
font-size: 16px;
}

.side_announce {
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 1px;
}

#sub .exp_box h2 {
padding-left: 10px;
background: #adcaed url(img/system/tb_oblique-line_2px.gif);
}

/*##___-------------------------------___*/
/*########################___Image___########################*/
/*__________________________________ heading __________________________________*/
h2 {background: url(img/system/banner_big.gif) left no-repeat;}
h3 {background: url(img/system/banner_small.gif) left no-repeat;}

.exp_box h3 {background: #adcaed url(img/system/tb_oblique-line_2px.gif);}
h3.tab_black {background: url(img/system/tab_black.gif) top right no-repeat;}


/*__________________________________ box __________________________________*/
.box_top,.box_top h2,.box_top h3 {background-image: url(img/system/frame_1top_gnavy.gif);}
.box_mid,.box_mid div {background-image: url(img/system/frame_2mid_1gray.gif);}
.box,.box_btm {background-image: url(img/system/frame_3btm_1gray.gif);}

.box_top div {background-image: url(img/system/frame_1top_1gray.gif);}

.side_announce h2 {background: url(img/system/sub_item_1top.gif);}
.side_announce div {background: url(img/system/sub_item_2mid.gif); repeat-y }
.side_announce {background: url(img/system/sub_item_3btm.gif) bottom;}



/*__________________________________ others __________________________________*/
.tpanel,.tpanel span {background-image: url(img/system/tpanel_orange.gif);}
.t_link,.t_link a {background-image: url(img/system/tpanel_gr_bl_link.gif);}


/*########################___ --> block & menu___########################*/
/*__________________________________ block __________________________________*/
body {background: #ecf0f6;}
#display_body {background: url(img/system/disp_body.gif) repeat-y;}
#header {background: #fae19d url(img/system/header.gif) bottom no-repeat;}
#global_menu {background: url(img/system/gmenu.gif) top left repeat-x;}
#wrap {background: #f3f3f3}
#main {background: #fff;}
/*
#sub {background: url(img/system/menu_bg.gif) top repeat-y;}
*/
#footer {background: #fff url(img/system/footer.gif) top no-repeat;}

/*__________________________________ global menu __________________________________*/
#global_menu li,#global_menu a {
background-image: url(img/system/lback_gmenu.gif);}

/*__________________________________ sub menu __________________________________*/
/*
#menu h2 {background: url(img/system/menu.gif) top no-repeat;}
*/

#menu li a.cat_close {background: url(img/system/menu_close.gif) top no-repeat;}
#menu li a.cat_open,#menu li span.cat_open {
background: url(img/system/menu_open.gif) top no-repeat;}
#menu li a {background: url(img/system/lback_menu.gif) top no-repeat;}
#menu li a.c_page {background: url(img/system/lback_cpage.gif) top no-repeat;}
#menu ul.sub_menu {background: url(img/system/menu_2btm.gif) bottom no-repeat;}


/*########################___Color___########################*/
a {color: #0000ec;}

h1 a {color: #332;}

#global_menu a {color: #333;}
#global_menu a:hover {color: #33a;}

.to_top a {color: #559;}

#menu li a {color: #333;}
#menu li a:hover {color: #33a;}
#menu li a.c_page,#menu li a.c_page:hover {color: #333;}

#menu li a.cat_close {color: #333;}
#menu li a.cat_close:hover {color: #33a;}
#menu li a.cat_open,#menu li a.cat_open:hover {color: #333;}

#footer {color: #333;}
#footer a {color: #333;}

.tpanel span {color: #001;}
.tpanel a {color: #001;}
.tpanel a:hover {color: #33a;}