@charset "utf-8";

/*------------------------------------------------
   Reset
------------------------------------------------*/

*{
margin:0;
padding:0;
}

table{
font-size:inherit;
}

ul,li{
list-style:none;
}

textarea{
font-size:inherit;
}

th{
text-align:left;
font-weight:normal;
}

img{
border:0;
}

h3{
font-size:12px;
}

h4{
font-size:12px;
}

a:link{
color:#333;
}
a:visited{
color:#666;
}
a:hover{
color:#999;
text-decoration:none;
}
a:active{
color:#CC0000;
}

/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
width:100%;
height:100%;
}

body{
width:100%;
height:100%;
font-size:12px;
color:#333;
line-height:1;
letter-spacing:0.10em;
text-align:center;
font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "HGS明朝E", serif;
}

body > #wrap{
height:auto;
}

#wrap{
width:930px;
height:100%;
margin:0 auto;
text-align:left;
background:url(../images/all_bg01.gif) no-repeat right top;
}

#head{
position:relative;
width:920px;
height:52px;
font-size:0;
background:url(../images/hd_bg01.gif) repeat-x left top;
}

#head h1{
float:left;
width:243px;
padding:9px 0 0 0;
}

#head #glonavi{
float:right;
width:604px;
padding:5px 0 0 0;
list-style:none;
}

#head #glonavi li{
float:left;
height:47px;
font-size:0;
overflow:hidden;
}

#head #glonavi .last{
}

#head #glonavi li img{
}

#head #hdnavi{
position:absolute;
top:0px;
right:0px;
width:644px;
list-style:none;
}

#head #hdnavi li{
float:right;
padding:0 0 0 5px;
}

#content{
width:920px;
padding:0 10px 0 0;
background:url(../images/all_bg02.gif) repeat-y right top;
}

#leftContent{
float:left;
width:239px;
}

#rightContent{
float:right;
width:681px;
}

#foot{
padding:26px 10px 0 0;
background:url(../images/all_bg03.gif) no-repeat left top;
}

#ftnavi{
padding:0 0 0 491px;
list-style:none;
background:url(../images/ft_bg01.gif) repeat-x left bottom;
}

#ftnavi li{
float:left;
padding:0 0 0 5px;
}

#foot .message{
float:left;
width:500px;
padding:5px 0 0 10px;
font-size:10px;
line-height:1.6;
}

#foot address{
display:block;
float:right;
width:283px;
padding:2px 0 0 0;
font-style:normal;
}

.pageTop{
position:relative;
padding:10px;
text-align:right;
font-size:10px;
}

.pageTop a{
color:#666;
}

/*------------------------------------------------
   Default
------------------------------------------------*/

.commonArea{
width:640px;
margin:0 0 0 20px;
line-height:1.6;
}

.commonArea .borderBox{
padding:10px 17px;
border:#eee solid 1px;
}

.commonArea dl.listType1{
width:604px;
}

.commonArea dl.listType1 dt{
margin:0 0 10px 0;
}

.commonArea dl.listType1 dd{
margin:0 0 22px 1.6em;
}

.commonArea dl.listType1 dd.last{
margin:0 0 0 1.6em;
}

.commonArea dl.listType2{
width:604px;
}

.commonArea dl.listType2 dt{
width:2em;
}

.commonArea dl.listType2 dd{
margin:-1.6em 0 10px 2em;
}

.icnTxt{
padding:0 18px 0 0;
background:url(../images/onl_icn02.gif) no-repeat right center;
}

.icnTxt:hover{
background:url(../images/onl_icn02_on.gif) no-repeat right center;
}


.icnTxt2{
padding:0 18px 0 0;
background:url(../images/sst_icn01.gif) no-repeat right center;
}

.icnTxt2:hover{
background:url(../images/sst_icn01_on.gif) no-repeat right center;
}


.icnTxt3{
padding:0 18px 0 0;
background:url(../images/sst_icn02.gif) no-repeat right center;
}

.icnTxt3:hover{
background:url(../images/sst_icn02_on.gif) no-repeat right center;
}


/* Original */
.ct01{color:#993300;}
.ct02{color:#DB5E12;}
.ct03{color:#000;}

.whitebox{
padding:5px 8px;
background:#fff;
}

/* Table Skins */
.tblSkin01{
}

.tblSkin01th{
padding:10px 5px;
vertical-align:top;
border-bottom:#ccc dotted 1px;
}

.tblSkin01 td{
padding:10px 5px;
vertical-align:top;
border-bottom:#ccc dotted 1px;
}


/* float */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE-mac */

.fleft{float:left;}
.fright{float:right;}

/* text */
.lh01{line-height:1;}
.lh02{line-height:1.1;}
.lh03{line-height:1.2;}
.lh04{line-height:1.3;}
.lh05{line-height:1.4;}
.lh06{line-height:1.5;}
.lh07{line-height:1.6;}
.lh08{line-height:1.7;}
.lh09{line-height:1.8;}
.lh10{line-height:1.9;}
.lh11{line-height:2;}

.ttl01{font-size:14px;font-weight:bold;}
.ttl02{font-size:16px;font-weight:bold;}

.blt{font-weight:bold;}
.nlt{font-weight:normal;}

.mint{font-size:10px;}
.bigt{font-size:14px;}

.alignl{text-align:left;}
.alignc{text-align:center;}
.alignr{text-align:right;}

.valignt{vertical-align:top;}
.valignm{vertical-align:middle;}
.valignb{vertical-align:bottom;}

.black01{color:#000000;}
.glay01{color:#333333;}
.glay02{color:#666666;}
.glay03{color:#999999;}
.blue01{color:#003366;}
.blue02{color:#006699;}
.blue03{color:#0099cc;}
.red01{color:#cc0000;}
.red02{color:#990000;}
.red03{color:#CC3300;}
.orange01{color:#FF9900;}
.orange02{color:#FF6600;}
.green01{color:#339900;}
.green02{color:#006600;}

/* margin */
.mat01{margin-top:5px;}
.mat02{margin-top:10px;}
.mat03{margin-top:15px;}
.mat04{margin-top:20px;}
.mat05{margin-top:25px;}
.mat06{margin-top:30px;}
.mat07{margin-top:35px;}
.mat08{margin-top:40px;}
.mat09{margin-top:45px;}
.mat10{margin-top:50px;}

.mar01{margin-right:5px;}
.mar02{margin-right:10px;}
.mar03{margin-right:15px;}
.mar04{margin-right:20px;}
.mar05{margin-right:25px;}
.mar06{margin-right:30px;}
.mar07{margin-right:35px;}
.mar08{margin-right:40px;}
.mar09{margin-right:45px;}
.mar10{margin-right:50px;}

.mab01{margin-bottom:5px;}
.mab02{margin-bottom:10px;}
.mab03{margin-bottom:15px;}
.mab04{margin-bottom:20px;}
.mab05{margin-bottom:25px;}
.mab06{margin-bottom:30px;}
.mab07{margin-bottom:35px;}
.mab08{margin-bottom:40px;}
.mab09{margin-bottom:45px;}
.mab10{margin-bottom:50px;}

.mal01{margin-left:5px;}
.mal02{margin-left:10px;}
.mal03{margin-left:15px;}
.mal04{margin-left:20px;}
.mal05{margin-left:25px;}
.mal06{margin-left:30px;}
.mal07{margin-left:35px;}
.mal08{margin-left:40px;}
.mal09{margin-left:45px;}
.mal10{margin-left:50px;}


/* padding */
.pat01{padding-top:5px;}
.pat02{padding-top:10px;}
.pat03{padding-top:15px;}
.pat04{padding-top:20px;}
.pat05{padding-top:25px;}
.pat06{padding-top:30px;}
.pat07{padding-top:35px;}
.pat08{padding-top:40px;}
.pat09{padding-top:45px;}
.pat10{padding-top:50px;}
.pat11{padding-top:55px;}

.par01{padding-right:5px;}
.par02{padding-right:10px;}
.par03{padding-right:15px;}
.par04{padding-right:20px;}
.par05{padding-right:25px;}
.par06{padding-right:30px;}
.par07{padding-right:35px;}
.par08{padding-right:40px;}
.par09{padding-right:45px;}
.par10{padding-right:50px;}

.pab01{padding-bottom:5px;}
.pab02{padding-bottom:10px;}
.pab03{padding-bottom:15px;}
.pab04{padding-bottom:20px;}
.pab05{padding-bottom:25px;}
.pab06{padding-bottom:30px;}
.pab07{padding-bottom:35px;}
.pab08{padding-bottom:40px;}
.pab09{padding-bottom:45px;}
.pab10{padding-bottom:50px;}
.pab11{padding-bottom:55px;}

.pal01{padding-left:5px;}
.pal02{padding-left:10px;}
.pal03{padding-left:15px;}
.pal04{padding-left:20px;}
.pal05{padding-left:25px;}
.pal06{padding-left:30px;}
.pal07{padding-left:35px;}
.pal08{padding-left:40px;}
.pal09{padding-left:45px;}
.pal10{padding-left:50px;}

.paa01{padding:5px;}
.paa02{padding:10px;}
.paa03{padding:15px;}
.paa04{padding:20px;}

.tbl01{
border-left:#9097A4 solid 1px;
border-top:#9097A4 solid 1px;
}

.tbl01 th{
padding:6px 8px;
font-weight:bold;
color:#fff;
vertical-align:top;
border-right:#9097A4 solid 1px;
border-bottom:#9097A4 solid 1px;
background:#202F48;
}

.tbl01 td{
padding:6px 8px;
vertical-align:top;
border-right:#9097A4 solid 1px;
border-bottom:#9097A4 solid 1px;
}

.tbl02{
border-left:#ccc solid 1px;
border-top:#ccc solid 1px;
}

.tbl02 th{
padding:6px 8px;
font-weight:bold;
color:#222;
vertical-align:top;
border-right:#ccc solid 1px;
border-bottom:#ccc solid 1px;
background:#eee;
}

.tbl02 td{
padding:6px 8px;
vertical-align:top;
border-right:#ccc solid 1px;
border-bottom:#ccc solid 1px;
}

.tbl02 .mark{
color:#CC0000;
}

a.redlink{
color:#CC0000;
}

.glayBox{
padding:10px 15px;
background:#eee;
border:#ccc solid 1px;
}

.glayBox .ttl{
font-weight:bold;
color:#202F48;
}

.txt10{
	font-size:10px;
	line-height:130%;
}

.txt14{
	font-size:14px;
	line-height:160%;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
}