@charset "UTF-8";

/*-
*リセットおよび初期化
*/
*{
	padding:0;
	margin:0;
}

body{
	min-width:949px;
	color:#333333;
	font-family:"Meiryo","Meiryo UI","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:90%;
	line-height:120%;
	letter-spacing:0px;
	text-align:center;
	/*background-color:#efefef;*/
	background-image:url("../img/bg_01.jpg");
	background-repeat:repeat-y;
}


table{
	color:#333333;
	font-family:"Meiryo","Meiryo UI","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:100%;
	line-height:140%;
	letter-spacing:0px;
}

ul,ol,li{
	list-style-type:none;;
}

a{
	color:#36C;
	text-decoration:none;
}
a:hover{
	color:#96C;
	text-decoration:none;
	outline: none;
}

img{border:none}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* フォームレイアウト
 ===================================================================*/
input, textarea, select {
  font-size: 13px;
  margin: 0;
	color: #373737;
}

input, select, textarea {	vertical-align: middle;}

input {	padding: 1px 1px;}

textarea { padding: .2em .2em; resize: none ;}

input.radio, input.checkbox {
  background: none;
  padding: 2px;
  margin: 2px;
}



/*-
*汎用パーツ
*/
.orange{
	color:#c52e00;
}

.red{
	color:#ff0000;
}

.gray01 {
	color: #989898;
}

.txt6{
	font-size:65%;
}
.txt8{
	font-size:75%;
}
.txt10{
	font-size:85%;
}

.txt12{
	font-size:93%;
}

.txt14{
	font-size:115%;
}

.txt16{
	font-size:130%;
}

.txt18{
	font-size:145%;
}

.txtR{
	text-align:right;
}

.txtL{
	text-align:left;
}

.txtC{
	text-align:center;
}

.txtC img{
	margin-left:auto;
	margin-right:auto;
}

.txtPP{
	padding:0 20px 0 20px;
}

.txtB{
	font-weight:bold;
}

.txtN{
	font-weight: normal;
}

.lineH{
	line-height:200%;
}

.lineH130{
	line-height:130%;
}

.contentTtl{
	color:#153777;
	font-size: 1.3em;
	font-weight: 500;
	line-height:150%;
}

.contentSubTtl{
	color:#153777;
	font-size: 115%;
	font-weight: bold;
	margin-bottom:12px;
}

.mTop02{
	margin-top:2px;
}

.mTop05{
	margin-top:5px;
}

.mTop07{
	margin-top:7px;
}

.mTop10{
	margin-top:10px;
}

.mTop15{
	margin-top:15px;
}

.mTop20{
	margin-top:20px;
}

.mTop25{
	margin-top:25px;
}

.mTop30{
	margin-top:30px;
}

.mTop35{
	margin-top:35px;
}

.mTop40{
	margin-top:40px;
}

.mTop45{
	margin-top:45px;
}

.mTop50{
	margin-top:50px;
}

.mTop55{
	margin-top:55px;
}

.mTop60{
	margin-top:60px;
}

.mTop65{
	margin-top:65px;
}

.mBtm03{
	margin-bottom:3px;
}

.mBtm05{
	margin-bottom:5px;
}

.mBtm06{
	margin-bottom:6px;
}

.mBtm10{
	margin-bottom:10px;
}

.mBtm12{
	margin-bottom:12px;
}

.mBtm15{
	margin-bottom:15px;
}

.mBtm20{
	margin-bottom:20px;
}

.mBtm22{
	margin-bottom:22px;
}

.mBtm25{
	margin-bottom:25px;
}

.mBtm30{
	margin-bottom:30px;
}

.mBtm35{
	margin-bottom:35px;
}

.mBtm40{
	margin-bottom:40px;
}

.mBtm45{
	margin-bottom:45px;
}

.mBtm50{
	margin-bottom:50px;
}

.mBtm55{
	margin-bottom:55px;
}

.mBtm60{
	margin-bottom:60px;
}

.mBtm115{
	margin-bottom:115px;
}

.mLft03{
	margin-left:3px;
}

.mLft05{
	margin-left:5px;
}

.mLft10{
	margin-left:10px;
}

.mLft12{
	margin-left:12px;
}

.mLft15{
	margin-left:15px;
}

.mLft20{
	margin-left:20px;
}

.mLft25{
	margin-left:25px;
}

.mLft30{
	margin-left:30px;
}

.mLft35{
	margin-left:35px;
}

.mLft40{
	margin-left:40px;
}

.mLft45{
	margin-left:45px;
}

.mLft50{
	margin-left:50px;
}

.mLft55{
	margin-left:55px;
}

.mLft60{
	margin-left:60px;
}
.mLft80{
	margin-left:80px;
}

.mLft255{
	margin-left:255px;
}

.mRgt05{
	margin-right:5px;
}
.mRgt10{
	margin-right:10px;
}

.pRgt10{
	margin-right:10px;
}

.pRgt15{
	padding-right:15px;
}

.pRgt18{
	padding-right:18px;
}

.pLft25{
	padding-left:25px;
}

.pLft35{
	padding-left:35px;
}


.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

.w40{
	width:40px;
}

.w72{
	width:72px;
}

.w75{
	width:75px;
}

.w80{
	width:80px;
}

.w90{
	width:90px;
}

.w96{
	width:96px;
}

.w100{
	width:100px;
}

.w104{
	width:104px;
}

.w128{
	width:128px;
}

.w140{
	width:140px;
}

.w158{
	width:158px;
}

.w168{
	width:168px;
}

.w180{
	width:180px;
}

.w182{
	width:180px;
}

.w220{
	width:220px;
}

.w228{
	width:228px;
}

.w240{
	width:240px;
}

.w232{
	width:232px;
}

.w260{
	width:260px;
}

.w270{
	width:270px;
}

.w290{
	width:290px;
}

.w325{
	width:325px;
}


.w355{
	width:355px;
}

.w374{
	width:374px;
}

.w380{
	width:380px;
}

.w400{
	width:400px;
}

.w425{
	width:425px;
}

.w435{
	width:435px;
}

.w455{
	width:456px;
}

.w460{
	width:460px;
}

.w530{
	width:530px;
}

.w700{
	width:700px;
}

.w705{
	width:705px;
}

.veaM {
 vertical-align: middle; 
} 

.veaBtm {
 vertical-align: bottom; 
} 