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

body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address{
	margin : 0;
	padding : 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#404040;
}
img{
	border:0px;
	}
a{/*リンクされた文字*/
    color:#076AB6;
    font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#076AB6;
    font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#05548F;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0A95FF;
    font-style:normal;
}





/*==hover疑似クラス（画像向け）=============*/
a:hover img.hoverimg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a:hover img.hoverimg_btn{ /*ボタン位置すこし動くver.*/
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	margin-top:-3px;
	margin-bottom:3px;
}

.btn_mini{ /*文中のボタン用*/
	margin-bottom:1px;
	padding:0;
	vertical-align:bottom;
	
}




/*==BackGround=============*/

html,body{
	height:100%;
	background-color:#EDEDED;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px 0; 
	
	background-image:url(../img/bg_repeat.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#EDEDED;
}



/*==Header==================*/

#header_area{
	width:660px;
	height:204px;
	padding:0;
	margin:auto;
	position:relative;
	
	background-image:url(../img/header_contact.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#header_area #logo{
	width:240px;
	height:144px;
	margin:0;
	float:left;
}

#header_area #btn_mailform{
	float:right;
	width:116px;
	position:absolute;
	top:68px;
	right:18px;
	zoom:1;
}

/*==Header_Menu===============*/

#header_area #menu {width: 660px; clear:both; margin:0; padding:0;}
#header_area #menu li{ width: 110px; float:left; display:block; list-style:none;}



/*==MainArea==================*/
#main_area{
	width:660px;
	margin:auto;
	clear:both;	
	
}

/*--Title--*/
#main_area #title_area{
	width:660px;
	margin:10px 0px 20px 0px;
	clear:both;	
}
#main_area #title_area .btn{
	margin:10px 0px 0px 0px;
	float:left;
}

/*--空DIVに入れる用--*/
.floatclear{
	clear:both;	
}
#title_area .textbox01{
	width:100%;
	clear:both;
	text-align:center;
	color:#F69;
	padding:2px 0;
	margin-bottom:5px;
}
#title_area .textbox02{
	width:100%;
	clear:both;
	text-align:center;
	color:#FFF;
	background-color:#FF9CB8;
	padding:2px 0;
}


/*--Contents--*/
#main_area #contents_area{
	width:460px;
	margin:0;
	float:left;	
}

.box_contents{
	width:438px;
	/*margin-right:20px;*/
	background-color:#FFF;
	margin-bottom:20px;
		
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #0099FF;
	border-left:1px solid #0099FF;
 
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	
	overflow: visible; 
}

.box_contents .layout{
	margin:0px 15px 15px 15px;
	clear:both;
	overflow: auto; 
}

.box_contents .layout img{
	margin: 0px 10px 0px 0px;	
	float:left;	
}
.box_contents table{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-spacing: 0px;
	border-collapse: collapse;
}
.box_contents td{
	padding: 4px 5px 4px 10px;
	border-top:1px dotted #999;
}

.box_contents table .header{
	font-weight:bold;
	font-size: 13px;
	background-color:#E5F5FF;
	border-right:1px dotted #999;
}



/*-------------------------------------*/
.box_contents .h2_news01{
	width:438px;
	margin-top:-11px;
	margin-bottom:10px;
	background-image:url(../img/header2_news01.jpg);
	height:40px;
	position:relative;
}
.box_contents .h2_news01 h2{
	width:286px;
	position:relative;
	top:14px; 
	left:52px;
	font-weight:100;
	font-size: 15px;
	color:#FFF;	
}
.box_contents .h2_news01 .btn_news01{
	float:right;
}

/*-------------------------------------*/
.box_contents .h2_index_info{
	width:438px;
	margin-top:-10px;
	margin-bottom:10px;
	background-image:url(../img/header2_index_info.gif);
	height:40px;
	position:relative;
}
.box_contents .h2_index_info h2{
	width:386px;
	position:relative;
	top:14px; 
	left:52px;
	font-weight:100;
	font-size: 15px;
	color:#0096FF;	
}

.content-erea {
	width:380px;
	background: url(../img/content-erea_re.jpg) repeat-y;
	padding:30px;
	min-height:500px;
}
.content-erea-item {
	width:438px;
	background: url(../img/content-erea_re.jpg) repeat-y;
	padding:0 0 20px 1px;
}
.content-erea-station {
	width:438px;
	background: url(../img/content-station_re.jpg) repeat-y;
	padding:20px;
}
.content-erea-faq {
	width:438px;
	background: url(../img/content-erea_re.jpg) repeat-y;
	padding:20px;
}
.content-erea-after {
	width:400px;
	background: url(../img/content-after_re.jpg) repeat-y;
	padding:20px;
	border-top:1px solid #639600;
	margin:20px 0 0 0;
}
.content-erea p {
	margin:10px 0 10px 0;
}
.content-erea-item p {
	color:#0099FF;
	margin:0 0 30px 20px;
	float:left;
	text-align:left;
}
.content-erea-after p {
	float:left;
	margin:10px 0 10px 0;
	padding:0 40px 0 0;
}

.content-erea-item table {
	border-top:1px solid #999;
	width:390px;
	margin:10px 0 20px 20px;
	float:left;
}
.content-erea-item td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	font-size:120%;
}

.content-erea-end {
	background: url(../img/content-erea_end.jpg) repeat-y;
	width:480px;
	height:5px;
	margin:0 0 20px 0;
}

.separated {
	margin:15px 0 20px 0;
}

/*--Banner--*/
#main_area #banner_area{
	width:200px;
	margin:0 0 10px 0;
	float:left;	
}
#banner_area-inner {
	margin-top:20px;
}

/*--info01--*/
#main_area #banner_area #info01{
	width:200px;
	height:160px;
	margin-top:8px;
	padding-top:1px;
	background-image:url(../img/banner_info01.jpg);
	background-repeat:no-repeat;
	
	position:relative;
}

/*--info02--*/
#main_area #banner_area #info02{
	width:200px;
	height:100px;
	margin-top:8px;
	padding-top:1px;
	background-image:url(../img/banner_info02.jpg);
	background-repeat:no-repeat;
}


#banner_area table{
	width:180px;
	margin:10px;
}
#banner_area .midashi{
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
	border-bottom:1px solid #999;
}
#banner_area .bodytext{
	font-size: 11px;
	line-height: 16px;
}
#banner_area #btn_info01{
	margin:0;
	width:110px;
	height:30px;
	float:left;
	position:absolute;
	bottom:10px;
	left:45px;
}

.box_contents-page{
	width:440px;
	margin:10px 0 20px 0;
}

#flow-banner-little {
	background: url(../img/flow_banner_little.jpg);
	width:440px;
	height:132px;
}

#banner-in {
	float:left;
	margin:82px 0 0 25px;
}


/*--Footer--*/
#push {
	width:100%;
	height:36px;
	clear:both;
}
#footer_area{
	width:100%;
	height:36px;
	clear:both;
	background-image:url(../img/bg_footer.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#EDEDED;
}
#footer_area td{
	height:30px;
	text-align:center;
	color:#FFF;
	font-size: 11px;
	vertical-align: bottom;
}

#other-page {
	float:left;
	width:210px;
	margin:10px 0 0 -10px;
}

#item-caution {
	padding:15px;
	border:1px solid #ff487c;
	color:#ff487c;
	background-color:#fff;
	width:405px;
	margin:0 0 20px 0;
}

#big-banner { margin:10px 0 0 0; }
.ajast-margin {
	margin:20px 0 0 0;
}

.text-red { color:#ff487c; }
#text-red { color:#ff487c; margin:0 0 10px 20px; }

#erea-title, #erea-title2 {
	font-size:120%;
	font-weight:bold;
	color:#666;
	float:left;
	margin:20px 0 5px 20px;
}
#erea-title2 {
	margin:0 0 5px 0;
	width:90%;
}

#station-table {
	float:left;
	margin:5px 0 10px 0;
	text-align:left;
}

.dot-line {
	background: url(../img/dot_line.gif) repeat-x;
	width:395px;
	height:3px;
	margin:25px 0;
}

.qustion, .answer {
	min-height:33px;
	padding:5px 40px 0 40px;
}
.qustion {
	background: url(../img/faq_q.gif) no-repeat 0 0;
	font-size:120%;
	font-weight:bold;
}
.answer {
	background: url(../img/faq_a.gif) no-repeat 0 0;
}
#com-table {
	border-top:1px solid #ccc;
	width:390px;
	text-align:left;
	margin:0 0 20px 0;
}
#com-table th, #com-table td {
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

#banner_contact {
	width:660px;
	height:145px;
	background: url(../img/big_banner_contact.jpg) no-repeat;
}
#banner_contact p {
	margin:70px 0 0 20px;
	float: left;
}
.banner_contact-img {
	float:left;
	margin:5px 0 0 5px;
}

.btn_mailform {
	margin:30px 0 60px 0;
}

#mailform-table {
	width:300px;
	float:left;
}

.hr {
	float:left;
	width:90%;
	margin:0 0 0 20px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	height: 1px;
}

/*--DropShadow--*/
.dropshadow{
	
    border-left:1px solid #0096FF;
	 border-bottom:1px solid #BFBFBF;
 
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

/*--ajast--*/
.content-erea, .content-erea-item, .content-erea-station, .content-erea-faq { *margin-top:-5px; } /*ie7only*/
#erea-title { *width:90%; } /*ie7only*/
#station-table { *width:90%; } /*ie7only*/
