@charset "utf-8";
/* CSS Document */

/*---------------------------------
		CommonCSS [初期化,定義]
---------------------------------*/

/* 初期化 */
body { margin:0; padding:0; font-family: verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
*:first-child + html body {	/* for IF7 */ font-family: "メイリオ","Meiryo";}

h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; font-size:100%;}

ul,dl { margin:0; padding:0; list-style:none;}
ul:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
ul { display:inline-block;}*/
/* for macIE \*/
* html ul { height:1%; }
ul { display:block; }

dt,dd { margin:0; padding:0;}

img { border:none;}

table { font-size:100%;}
th { text-align:left; font-weight:bold;}

input,select { vertical-align:middle;}

/* 定義 */

header,footer,article,section { display:block;}

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/* multi class */
strong { font-weight:bold;}
strong.red { color:#F00;}

.taL { text-align:left; }
.taC { text-align:center; }
.taR { text-align:right; }
.fL { float:left; }
.fR { float:right; }

.w05per { width:5%;}
.w10per { width:10%;}
.w20per { width:20%;}
.w30per { width:30%;}
.w40per { width:40%;}
.w50per { width:50%;}
.w60per { width:60%;}
.w70per { width:70%;}
.w80per { width:80%;}
.w90per { width:90%;}
.w95per { width:95%;}

.clear { clear:both; }

.BdNone { border:0 !important;}
.Nontext { text-indent:-9999px;}

.print { display:none;}

div.line01 {}
div.line01 hr { visibility:hidden; display:none;}

div.line02 {}
div.line02 hr { visibility:hidden; display:none;}

/**/
a{ color:#1986df;}


/*---------------------------------
		BaseCSS ベースデザインCSS
---------------------------------*/

body { -webkit-text-size-adjust:none;}

#base { margin:0 auto; background-image:url(../common/img/bg.png); background-position:center; background-repeat:repeat-y;}

/* header */
header { height:34px; margin:0; position:relative; background:url(../common/img/header_bg.jpg) left top repeat-x;}

header h1 {}

header #gNav {}
header #gNav li { float:left; width:px; height:px;}
header #gNav li a { display:block; width:100%; height:px;}

/*
header #gNav li.button01 a { background-image:url(img/globalnavi/btn_01.png)}
header #gNav li.button02 a { background-image:url(img/globalnavi/btn_02.png)}
header #gNav li.button03 a { background-image:url(img/globalnavi/btn_03.png)}
header #gNav li.button04 a { background-image:url(img/globalnavi/btn_04.png)}
header #gNav li.button05 a { background-image:url(img/globalnavi/btn_05.png)}
header #gNav li.button06 a { background-image:url(img/globalnavi/btn_06.png)}
header #gNav li.button07 a { background-image:url(img/globalnavi/btn_07.png)}
header #gNav li.button08 a { background-image:url(img/globalnavi/btn_08.png)}
header #gNav li.button09 a { background-image:url(img/globalnavi/btn_09.png)}
*/

/*
header #gNav li.button01 { width:px;}
header #gNav li.button02 { width:px;}
header #gNav li.button03 { width:px;}
header #gNav li.button04 { width:px;}
header #gNav li.button05 { width:px;}
header #gNav li.button06 { width:px;}
header #gNav li.button07 { width:px;}
header #gNav li.button08 { width:px;}
header #gNav li.button09 { width:px;}
*/

/* container */
#container {}

div.FootBack { text-align:right;} 

/* footer */
footer { clear:both; background:url(../common/img/footer_bg.jpg) left top repeat-x;}

footer ul { padding:10px; text-align:center; font-size:90%;}
footer ul li { display:inline;}
footer ul li a { padding:0 10px; color:#000;}
footer ul li {}

footer div.copyright { padding:0 0 30px 0; font-size:75%; text-align:center;}

/*---------------------------------
		TypeCSS
---------------------------------*/

/* List Type [ul] */
ul.type01 {}
ul.type01 li { margin:10px 0; padding:0 0 0 20px; background:url(../img/icon/circle01.png) left 0.5em no-repeat;}
ul.type01 li a {}

ul.type02 {}
ul.type02 li {}
ul.type02 li a {}

ul.type03 {}
ul.type03 li {}
ul.type03 li a {}

/* List Type [dl] */
dl.type01 {}
dl.type01 dt { color:#999;}
dl.type01 dd { margin:0 0 5px 0; color:#FFF;}

dl.type02 {}
dl.type02 dt {}
dl.type02 dd {}


/* Table Type */

table.type01 { border-collapse:separate; border-spacing:0; border-top:#CCC solid 1px; border-right:#CCC solid 1px; font-size:90%;}
table.type01 tr th { padding:5px; background-color:#EBEBEB; border-bottom:#CCC solid 1px; border-left:#CCC solid 1px; vertical-align:top; font-weight:normal;}
table.type01 tr td { padding:5px; border-bottom:#CCC solid 1px; border-left:#CCC solid 1px;}

table.type02 {}
table.type02 tr th {}
table.type02 tr td {}
table.type02 {}

table.formtype01 {}
table.formtype01 tr th {}
table.formtype01 tr td {}
table.formtype01 tr td input,select { margin:3px;}
table.formtype01 {}
