@charset "UTF-8";
/* CSS Document */
/*-------------base----------------*/
/* reset styleSheet */
/*img*/
img,
/*box*/
p, blockquote,h1, h2, h3, h4, h5, h6,div,
/*form*/
form, fieldset, textarea,
/*list*/
ul, ol, dl{
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style:none;
}
* {padding:0; margin:0}
html {
	overflow-y:scroll; /* Firefox*/
}
body {
    margin:0;
	padding:0;
	border-style: none;
	background:#ffffff;
	text-align:center;
	width:100%;
}
/*----------------*/
#all {
    margin:0 auto;
	width:100%;
}
/*----------------*/
.clear{clear:both;}
p.hide {display:none;}
.red {color:#CC0000;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.attention{font-size:85%;}
.tx_al_le{text-align:left !important;}
.tx_al_ri{text-align:right !important;}
.p_top{
    float:right;
	clear:both;
}
.p_top a{
    font-size:12px;
	text-align:right;
	margin-bottom:50px;
	margin-right:10px;
}
/*-------font--------*/
#all{
    font-size: 90%;
	line-height:1.4em;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}
/*------------------*/
/*--------------------------------------*/
/*--------------header-----------------*/
#header_line{
    background:url(../img/header_line.gif) repeat-x;
	width:100%;
	min-width:947px;
	padding-top:5px;
	text-align:center;
	z-index:0;
}
#header_req {
    width:935px;
	margin:0 auto;
	position:relative;
	text-align:right;
}
#header_req a{
	top:-5px;
	right:18px;
	position:absolute;
	z-index:2;
}
#header_bg {
    background:url(../img/header_bg.gif) repeat-x top center;
	min-width:947px;
	height:95px;
	width:100%;
	text-align:center;
	clear:both;
	display:block;
	z-index:1;
}
#header_in{
    width:936px;
	margin:0 auto;
	background:url(../img/header.png) repeat-y bottom;
	clear:both;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	height:95px;
	position:relative;
	display:block;
}
#logo {
	height:50px;
	width:480px;
	padding-top:15px;
	padding-left:20px;
	float:left;
}
#header_right {
    position:absolute;
	right:21px;
    float:right;
	width:220px;
}
#header_tel {
    position:absolute;
    top:46px;
    right:0;
    float:right;
    text-align:right;
}
/*--------------------------------------*/
/*---------------nv-----------------*/
#nv_bg{
    width:100%;
	min-width:947px;
	clear:both;
	height:49px;
	text-align:center;
	background:url(../img/nv_bg.gif) repeat-x;
}
*html #nv_bg{
    overflow:hidden;
}
#nv_in{
    width:939px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	margin-top:1px;
	height:49px;
	text-align:center;
	background:url(../img/footer.png) repeat-y bottom center;
}
#nv{
    width:939px;
	margin:0 auto;
	margin-top:-1px;
	height:49px;
	overflow:hidden;
}
ul#nv li{
    float:left;
}
/*--------------------------------------*/
/*--------------contents----------------*/
#contents_bg{
    background:url(../img/bg.gif) repeat-x #e8edf0;
	text-align:center;
	width:100%;
	min-width:947px;
	clear:both;
}
#contents{
    /*width:908px;
	padding:20px 19px 20px 19px;*/
	width:907px;
	padding:20px 19px 20px 19px;
	margin:0 auto;
	text-align:left;
	background:url(../img/contents_bg.png) repeat-y top center;
	clear:both;
}
.dot{
   background:url(../img/dot01.gif) repeat-x left bottom;
   width:100%;
   height:28px;
   padding-bottom:10px;
}
/*---------------footer-----------------*/
#footer_bg{
    width:100%;
	min-width:947px;
	clear:both;
	height:98px;
	text-align:center;
	background:url(../img/footer_bg.gif) repeat-x bottom;
}
#footer_in{
    width:939px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	clear:both;
	text-align:left;
	height:98px;
	overflow:hidden;
	background:url(../img/footer.png) repeat-y bottom center;
}
html* #footer_in{
    padding-right:5px;
}
html[xmlns*=""] body:last-child #footer_in{
    width:936px;
}
#footer{
    width:915px;
	padding:7px 0 0 20px;
}
/*----------IE7------------*/
*:first-child+html #footer { padding:2px 0 0 20px;}
/*-------------------------*/
#footer_line{
	text-align:left;
	float:left;
	clear:both;
	margin-bottom:20px;
	height:11px;
	width:915px;
}
#copy{
    float:left;
	font-size:0;
	width:301px;
	height:11px;
}
#footer_links {
    float:right;
	font-size:0;
	height:11px;
	width:200px;
}
#co_name{
    clear:both;
	margin-top:10px;
	margin-right:10px;
	float:left;
}
#footer_text{
    background:url(../img/footer_line.gif) repeat-y;
	width:300px;
    line-height:1.4em;
	color:#FFFFFF;
	font-size:x-small;
	margin-top:5px;
	float:left;
	padding-left:10px;
}
/*--------------------------------------*/
/*----------------clearfix--------------*/
div:after   {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
} 
div {   
    display: inline-block;   
}
/*----------------pngfix---------------*/
#header_in,#nv_in,#contentsg,#footer_in,#footer_in img{
	behavior: expression(IEPNGFIX.fix(this));
}
/*--------------------------------------*/
/*-------------link base---------------------*/
a:link,a:visited{
    color:#3b76bc;
	text-decoration:underline;
}
a:hover ,a:active{
    color:#173252;/*#00CCFF*/
	text-decoration:underline;
}
/*---------------margin-----------------*/
/* margin-top */
	.mt00 { margin-top: 0px; }
	.mt05 { margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt15 { margin-top: 15px; }
	.mt20 { margin-top: 20px; }
	.mt25 { margin-top: 25px; }
	.mt30 { margin-top: 30px; }
	.mt35 { margin-top: 35px; }
	.mt40 { margin-top: 40px; }
	.mt45 { margin-top: 45px; }
	.mt50 { margin-top: 50px; }
	.mt55 { margin-top: 55px; }
	.mt60 { margin-top: 60px; }	
/* margin-right */
	.mr00 { margin-right: 0px; }
	.mr05 { margin-right: 5px; }
	.mr10 { margin-right: 10px; }
	.mr15 { margin-right: 15px; }
	.mr20 { margin-right: 20px; }
	.mr25 { margin-right: 25px; }
	.mr30 { margin-right: 30px; }
	.mr35 { margin-right: 35px; }
	.mr40 { margin-right: 40px; }
	.mr45 { margin-right: 45px; }
	.mr50 { margin-right: 50px; }
	.mr55 { margin-right: 55px; }
	.mr60 { margin-right: 60px; }
/* margin-bottom */
	.mb00 { margin-bottom: 0px; }
	.mb05 { margin-bottom: 5px; }
	.mb10 { margin-bottom: 10px; }
	.mb15 { margin-bottom: 15px; }
	.mb20 { margin-bottom: 20px; }
	.mb25 { margin-bottom: 25px; }
	.mb30 { margin-bottom: 30px; }
	.mb35 { margin-bottom: 35px; }
	.mb40 { margin-bottom: 40px; }
	.mb45 { margin-bottom: 45px; }
	.mb50 { margin-bottom: 50px; }
	.mb55 { margin-bottom: 55px; }
	.mb60 { margin-bottom: 60px; }
/* margin-left */
	.ml00 { margin-left: 0px; }
	.ml05 { margin-left: 5px; }
	.ml10 { margin-left: 10px; }
	.ml15 { margin-left: 15px; }
	.ml20 { margin-left: 20px; }
	.ml25 { margin-left: 25px; }
	.ml30 { margin-left: 30px; }
	.ml35 { margin-left: 35px; }
	.ml40 { margin-left: 40px; }
	.ml45 { margin-left: 45px; }
	.ml50 { margin-left: 50px; }
	.ml55 { margin-left: 55px; }
	.ml60 { margin-left: 60px; }
	.ml80 { margin-left: 80px; }
/*--------------------------------------*/


#wait_msg {
	/*height: 200px;*/
	text-align: left;
	margin: 60px auto;
	display:none;

}

#wait_msg #msgblock {
	margin: 0;
	padding: 5px;
	text-align: center;

}

#wait_msg #msgblock h2 {
	display: block;
	width: 100%;
	text-align: center;
}

#wait_msg #msgblock p {
	margin: 20px 10px;
	text-align: left;
}

#wait_msg #comment{
	margin: 30px 0;
	padding: 7px;

}
