@charset "utf-8";
/* ===================================================================
CSS information

 /* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #5397d4;  
    background-image: url(../img/body_BG.png);  
    background-repeat:repeat-x;  
    background-position: bottom;
	
	
}

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/


a:link {
	color:#1c5489;
	text-decoration: none;
}
a:visited {
	color:#1c5489;
	text-decoration: none;
}
a:hover {
	color:#75adaf;
	text-decoration: none;
}
a:active {
	color:#1c5489;
	text-decoration: none;
}
a.alpha:hover img {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}


.nv{color:#009;}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.fltR {
	float:right;
}

.fltL {
	float:left;
}

.clear{clear:both;}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.inLine {display:inline;}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-R20{ margin-right:20px;}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}
.TXT-NV { color:#000099;}
.TXT-WT{ color:#FFF;}


/* 幅
----------------------------------------------------------- */
.W70{width:70%;}
.W65{width:65%;}
.W60{width:60%;}
.W50{width:50%;}
.W40{width:40%;}
.W30{width:30%;}
.W35{width:35%;}
.W25{width:25%;}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{ width:100%;
         height: 110px; 
         background:url(../img/headBG.png) repeat-x;
}
#logoarea{
  width: 950px;
  height: 40px;
  margin: 0px auto;
  padding: 0;
}
.wtlogo{ color:#FFF;
         font-size:80%;
		 font-weight:bold;
}


/*----------------------------------------------------
	#トップImg
----------------------------------------------------*/

#imgArea {
	width:100%;
	height:440px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	padding: 15px 0 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#footer .copyright {
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#ftList {
	font-size: 70%;
	line-height:1.5em;
	height: 120px;
	width:150px;
	border-left-style: dotted;
	border-left-color: #ccc;
    border-leftt-width: thin;
	padding-right: 20px;
	text-indent:1em;
}



/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 950px;
	margin: 0 auto;
}

#footerContents p{font-size:90%;}


.copyright{text-align:center;
           color:#FFFFFF;
		   font-size:60%;
		   line-height:3em;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 900px;
	padding:20px;
	margin: auto;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0ecde');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0ecde')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #f0ecde);
background-image: -ms-linear-gradient(top, #ffffff, #f0ecde);
background-image: -o-linear-gradient(top, #ffffff, #f0ecde);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0ecde));
background-image: -webkit-linear-gradient(top, #ffffff, #f0ecde);
background-image: linear-gradient(top, #ffffff, #f0ecde);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#contents .pageTop {
	clear: both;
	text-align: right;
}





/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 700px;
}

 h2{
	font-size: 120%;
	font-weight: bold;
	width: 680px;
	height:48px;
	text-indent:1em;
	line-height:1.5em;
	background: url(../img/h2Bar.gif) no-repeat;
	padding: 10px 0px;
}





/* 親子ボックス
----------------------------------------------------------- */


#oya_saB{position: relative;
	width: 323px;
	height:235px;
	float:left;
}

#oya_saRB{position: relative;
	width: 323px;
	height:235px;
	float:right;
	margin-right:30px;
}

#oya_sa{position: relative;
	width: 323px;
	height:190px;
	float:left;
}

#oya_saR{position: relative;
	width: 323px;
	height:190px;
	float:right;
	margin-right:30px;
}

.in_point {
	position: absolute;
	left: 19px;
	top: 56px;
}

.in_point ul li{font-size:80%;
                line-height:1.3em;
}

.in_pointR {
	position: absolute;
	left: 18px;
	top: 53px;
	width: 134px;
}

.in_pointR ul li{font-size:80%;
                line-height:1.3em;
}

#oya_saV{position: relative;
	width: 650px;
	height:114px;
}

.in_pointV {
	position: absolute;
	left: 460px;
	top: 50px;
}

.in_pointV2 {
	position: absolute;
	left: 565px;
	top: 50px;
}

#oya_mail {
	position: relative;
	width: 650px;
}
#k_mailBtn {
	position: absolute;
	left: 30px;
	top: 125px;
}

#k_mailBtn02 {
	position: absolute;
	left: 370px;
	top: 125px;
}
#k_jp_m {
	position: absolute;
	left: 7px;
	top: 75px;
	width:153px;
}

.box ul {
	list-style-type: none;
	line-height:1.2em;
	
}
.box ul a {
	background-color: #3f85cc;
	color: #fff;
	display: block;
	width: 182px;
	padding: 5px 10px;
	text-align:center;
	text-decoration: none;
	border-bottom:#FFFFFF 1px solid;
}
.box ul a:hover {
	background-color:#2c65a0;}
	

/* テーブル装飾
----------------------------------------------------------- */
.top table {width:95% ; background:#FFFFFF;padding: 10px; border: 1px solid #ccc ;}

.top table tr td { padding: 10px; border: 1px solid #ccc ;text-align:left; line-height:1.5em;}




/* -----------------------------------------------------------
	#sub
		サイドバー
----------------------------------------------------------- */
#sub {
	float: right;
	width: 200px;
}

#sub span{border-left:#8c7f51 5px solid;
          font-size:120%;
		   font-weight:bold;
		   margin:10px 0px;
}

#sub .box { padding: 5px;
            width:200px;

}




/*サイドの親子ボックス
----------------------------------------------------------- */


#oya_A {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
}
#k_AK {
	position: absolute;
	left: 19px;
	top: 47px;
}
#k_AI {
	position: absolute;
	left: 116px;
	top: 47px;
}
#oya_B {
	position: relative;
	width: 230px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
