@charset "utf-8";
/*--------余白の設定0--------*/
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-size:12px;    /*font-size:10px相当*/
	font-weight:normal;
	line-height:1.5;
	margin:0;
	height:100%;
	background-color:#ffffff;
}
/*WinIE以外のモダンブラウザ用に上書き(IE7用ハック)*/
html>/**/body{
font-size:12px;
}


/*WinIE font-size継承用*/
table{
font-size:100%;
}

h1,h2,h3,h4,h5,h6,p,table,tr,td,form,img,tl,td,dd,ul,li{
	border:0;
	margin:0;
	padding:0;
}


a{
	text-decoration:none;
}



div#wrapper{
	margin-left:auto;/*センター寄せ対策*/
	margin-right:auto;
	width:860px; /*----横幅の設定-----*/
	text-align:left;
	display:inlline-table;
}
/* Hides from IE-mac \*/
* html div#wrapper{height: 1%;behavior: expression(IEPNGFIX.fix(this));}
*+html div#wrapper{height: 1%;}
div#wrapper{display: block;}
/* End hide from IE-mac */









/*--------------フォーム関係---------------*/
/* input */
input{
	margin:0;
	padding:0;
}


select,input,textarea{
	font-size: 99%;
}


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

div.clearfix {
	display: inline-table;
	min-height: 1%; /*ie7用*/
}

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


/*-----font-size--------*/
.f9{
	font-size:68.4%;
}
.f10{
	font-size:76%;
}
.f11{
	font-size:83%;
}
.f12{
	font-size:91%;
}
.f14{
	font-size:107%;
}

.f15{
	font-size:111%;
}

.f16{
	font-size:125%;
}

/*----table---------*/
table{
	font-size:inherit;
	cellspacing:0;
}




/*----リンク設定----*/
a:link{color:#4E95FD;text-decoration:underline; font-weight:normal;}
a:visited{color:#4E95FD;text-decoration:underline; font-weight:normal;}
a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}

div.news-con dt a:link{color:#000000;text-decoration:none; font-weight:normal;}
div.news-con dt a:visited{color:#000000;text-decoration:none; font-weight:normal;}
div.news-con dt a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
div.news-con dt a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}

div.news-con dd a:link{color:#996633;text-decoration:none; font-weight:normal;}
div.news-con dd a:visited{color:#996633;text-decoration:none; font-weight:normal;}
div.news-con dd a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
div.news-con dd a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}





/*----リストの設定（必ずhtmlソースのほうを改行せずに書くこと)----*/
ul{
	margin:0;
	list-style:none;
}
li {
	display:block;
}




/*-----米印の仕様の際のインデントそろえ-------*/
.kome{
	text-indent:-0.6em;
	padding-left:1.5em;
	padding-bottom:5px;
}

/*-----米印の仕様の際のインデントそろえ-------*/
.kome2{
	text-indent:-1.7em;
	padding-left:1.7em;
	padding-bottom:5px;
}


/*------letterspaceマックie対策------------------*/
.*{
letter-spacing:0 !important;
}

/*------a:linkのマックie対策--------------------*/
a:hover{
	position: relative;
	left: 0;
	top: 0;
}


/*--------inline要素としてのtable----------------*/
div#intable {
	padding-top:4px;
	padding-bottom:20px;
}

div#intable:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


div#intable {display: inline-table;}

/* Hides from IE-mac \*/
* html div#intable {height: 1%;}
*+html div#intable {height: 1%;}
div#intable {display: block;}
/* End hide from IE-mac */


/*--------ie7用対策----------------*/



/*--block------------------------------ */
div.block {
	margin-left:3px;
}
div.block:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.block {display: inline-table;}

/* Hides from IE-mac \*/
* html div.block {height: 1%;}
*+html div.block {height: 1%;}
div.block {display: block;}
/* End hide from IE-mac */


/*------color--------*/
.c_yellow{
	color:#e4e318;
}

.c_brown{
	color:#baa16b;
}

.c_darkbrown{
	color:#6f4b27;
}

.c_green{
	color:#b1b348;
}

.c_darkgreen{
	color:#9da952;
}

.c_black{
	color:#625e59;
}

span#c_black{
	color:#625e59;
}

.c_red{
	color:#FF0000;
	font-weight:bold;
}

/*------調整用--------*/
.pd_t20{
	padding-top:20px;
}




/*---角丸---*/
div.frame h2{
	width:662px;
	background:url(../img/top/frame_t.gif) no-repeat;
}

div.frame h2 img{
padding:7px 0 6px 30px;
}

div.frame .entry {
	width:662px;
	padding:15px 10px 0 10px;
	background:url(../img/top/frame_m.gif) repeat-y;
}
div.frame .update {
	width:662px;
	margin-bottom:0px;
	background:url(../img/top/frame_b.gif) no-repeat left bottom;
}













/*-----------------------form---------------------*/
div#formWrapper{
	background:url(../img/bg_form.gif) repeat-y;
	padding:0 44px 0 31px;
	font-size:120%;
}

.formEnd{
	background:url(../img/bg_form-end.gif) top no-repeat;
}

div#formWrapper input{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

div#formWrapper input{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

div#formWrapper textarea{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

.formTit{
padding:5px 0px 5px 11px;
width:200px;
vertical-align:top;
}

.omitsu{
	padding:30px 0 0 230px;
}

.omitsusp{
	padding:10px 0 0 280px;
}

.formInsp{
/padding-bottom:2px;
}

.popup {
background: url(i_blank.gif) no-repeat;
}

.popup2 {
background: url(i_blank.gif) no-repeat;
}

.popup3 {
background: url(i_blank.gif) no-repeat;
}

.popup4 {
background: url(i_blank.gif) no-repeat;
}


/*-----------------------階層・共通---------------------*/
.adj-box{
position:relative;
height:120px;
}

.box1{
position:absolute;
left:33px;
top:0px;
}

.box2{
position:absolute;
left:444px;
top:0px;
}

.adj1{
padding:49px 0 0 0;
}

.faq{
background:url(../img/faq1.gif) no-repeat;
height:202px;
}

.faq2{
background:url(../img/faq2.gif) no-repeat;
height:180px;
}

.faq3{
background:url(../img/faq3.gif) no-repeat;
height:161px;
}

.faq4{
background:url(../img/faq4.gif) no-repeat;
height:160px;
}

.faq5{
background:url(../img/faq5.gif) no-repeat;
height:220px;
}

.faq6{
background:url(../img/faq6.gif) no-repeat;
height:162px;
}

.faq7{
background:url(../img/faq7.gif) no-repeat;
height:185px;
}





.faq-text1{
padding:116px 0 0 147px;
line-height:20px;
font-size:14px;
}

.faq-text2{
padding:74px 0 0 147px;
line-height:20px;
font-size:14px;
}

#yakkan{
margin:50px 50px 0 50px;
	}
#yakkan{
line-height:2em;
}


