.pbPage{
	margin: 0px;
	background: url(images/enq_ttl_bg.gif) repeat-x #ffffff;
	color:#505050;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6em;
}

#wrap{
	background: #ffffff;
	width:800px;
	margin:0;
}

#enq-hed{
	background: url(images/enq_ttl_bg.gif) repeat-x #ffffff;
	margin-bottom:20px;
}

#conteiner{
	width:750px;
	margin:0 auto;
}


div, p, h1, h2, h3{
	margin:0;
	padding:0;
}

img{
	border:0;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	font-size:0;
	line-height:0;
}



/*----- 入力方法 -----*/

.ex-tbl{
}

.ex-tbl td{
	vertical-align:top;
}

.ex-tbl-td1{
	background:#a7bde2;
	text-align:center;
	font-family:"Arial Black", Arial, Gadget, sans-serif;
	font-size:20px;
	color:#ffffff;
	width:40px;
	padding:8px 0;
}

.ex-tbl-td2{
	width:700px;
	padding:5px 0 5px 10px;
}

.ex-tbl-td3{
	height:10px;
	font-size:1px;
}

.ex-blue{
	color:#618cd6;
}

.ex-hed01{
	font-weight:bold;
	color:#618cd6;
	font-size:14px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px dashed #618cd6;
}

.ex-ex{
	background:#f0f0f0;
	padding:6px;
	margin:10px 0;
}

/*----- フッタ -----*/

.fot-logo{
	margin:25px 0 0 0;
	padding:6px 0 7px 10px;
	text-align:center;
	border-top:1px solid #cddcf7;
	line-height:1.3em;
}

.pagetop{
	width: 760px;
	text-align: right;
	margin: 5px 0 0 0;
	font-size: 10px;
}

.fot-link{
	margin:25px 0 0 0;
	font-size:12px;
	line-height:1.4em;
	text-align:center;
}

/*----- リンク -----*/
a{
	color:#0841FE;
}
a:visited{
	color:30365A;
}
a:active{
	color:#ff0000;
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}

/*----- フォント -----*/
.body-10-15{
	font-size:10px;
	line-height:1.5em;
}
.body-10-18{
	font-size:10px;
	line-height:1.8em;
}
.body-11-15{
	font-size:11px;
	line-height:1.5em;
}
.body-11-18{
	font-size:11px;
	line-height:1.8em;
}
.body-12-15{
	font-size:12px;
	line-height:1.5em;
}
.body-12-18{
	font-size:12px;
	line-height:1.8em;
}

.body-13-15{
	font-size:13px;
	line-height:1.5em;
}

.body-13-18{
	font-size:13px;
	line-height:1.8em;
}

.body-14-15{
	font-size:14px;
	line-height:1.5em;
}

.body-14-18{
	font-size:14px;
	line-height:1.8em;
}


/*----- 太字 -----*/
.bold{
	font-weight: bold;
}


/*----- 赤字 -----*/
.red{
	color: #ff0000;
}


/*---------- 見出し ----------*/
.enq-hed01{
	margin:15px 0 10px 0;
	background:url(images/enq_hed01_750.gif) no-repeat 0 0;
	width:750px;
	height:31px;
	overflow:hidden;
}
.enq-hed01 h2{
	padding:7px 3px 3px 20px;
	font-size:14px;
	font-weight:bold;
}




/*----- テーブル -----*/

.stdtbl-12{
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}
.stdtbl-12 td{
	padding: 2px 2px;
	font-size: 12px;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
}


/*----- 矢印 -----*/
.arw-01{
	background: url(images/arw_1.gif) no-repeat 1px 0px;
	margin:5px 15px 0 0;
	font-size:12px;
	padding:1px 0 5px 25px;
}


/*----- 赤矢印プチ -----*/
.arw-petit{
	background:  url(images/arw-petit.gif) no-repeat 0px 2px;
	padding-left:17px;
	font-size:12px;
	margin:8px 0;
	line-height: 1.3em;
}

/* ~~ 画像オンマウス ~~ */
.highlight a:hover *{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/* ~~ 画像オンマウス逆 ~~ */
.highlight-r a *{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.highlight-r a:hover *{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}






