﻿@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;}

/* 定義 */

.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;}
strong.red01 { font-size:150%; color:#CC0000;}

.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; }
.clear hr { visibility:hidden; display:none;}

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

.print { display:none;}

div.line01 { border-bottom:#333 dotted 1px;}
div.line01 hr { visibility:hidden; display:none;}

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

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

body { text-align:center;}

body div.base { width:820px; margin:0 auto; background-image:url(img/bg.png); background-position:center; background-repeat:repeat-y; text-align:left;}

/* header */
#header { height:600px; margin:0 10px; position:relative; background-image:url(img/header_bg.png); background-position:left top; background-repeat:no-repeat;}

#header p.logo { position:absolute; top:50px; left:450px; background-image:url(img/h1_bg.png); background-position:left top; background-repeat:no-repeat; z-index:10;}
#header div.description { margin:3px 10px; font-size:80%; text-align:right; color:#12396B; z-index:1;}
#header div.contact_txt { margin:3px 10px; font-size:80%; text-align:right; color:#12396B; font-weight:bold; z-index:2;}
#header img.mainvisual01 { position:absolute; top:10px; z-index:-20;}
#header img.mainvisual02 { position:absolute; top:306px; z-index:0;}

#header div#FloNavi { position:absolute;}
#header div#FloNavi ul {}
#header div#FloNavi ul li { float:left; display:inline; height:;}
#header div#FloNavi ul li a { display:block; width:100%; height:; text-indent:-9999px;}

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

#header div#FloNavi ul li.button01 {}
#header div#FloNavi ul li.button02 {}
#header div#FloNavi ul li.button03 {}
#header div#FloNavi ul li.button04 {}
#header div#FloNavi ul li.button05 {}
#header div#FloNavi ul li.button06 {}
#header div#FloNavi ul li.button07 {}
#header div#FloNavi ul li.button08 {}
#header div#FloNavi ul li.button09 {}

/* container */
#container {}

div.FootBack { text-align:right;} 

div.textvisual{
text-align:center;
margin-bottom:20px;
}

/* footer */
#footer { clear:both; border-top:#133E73 solid 5px;}

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

#footer div.copyright {}

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

/* List Type [ul] */
ul.type01 {}
ul.type01 li {}
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 { clear:both; float:left; width:115px; height:31px; margin:10px 0; line-height:31px; text-align:center; font-size:110%; background-image:url(img/type01_h4_point_blue_bg.jpg); background-position:left top; background-repeat:no-repeat; color:#FFF;}
dl.type01 dd { margin:0 0 10px 125px; padding-top:10px; height:31px; line-height:31px; font-size:110%; color:#133E73;}

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


/* Table Type */

table.type01 { border-collapse:s; border-spacing:0; border-left:#999 solid 1px; border-top:#999 solid 1px;}
table.type01 tr th { padding:7px; border-right:#999 solid 1px; border-bottom:#999 solid 1px; background-color:#EBEBEB; vertical-align:top;}
table.type01 tr td { padding:7px; border-right:#999 solid 1px; border-bottom:#999 solid 1px;}
table.type01 {}

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 {}
