@charset "utf-8";
/* CSS Document */
/****************************************
			structure
****************************************/
body{
	background: #f5f5f5 url(../image/bdy_bg2.gif) repeat-x top center;
}

/****************************************
			header
****************************************/

/****************************************
			MainFlash/Image
****************************************/
#mainImage{
	background: url(../image/Mimage_con.jpg) no-repeat;
}

/****************************************
			MainNavi
****************************************/
.mli5{
	background: url(../image/mn_btn05.gif) no-repeat 0 -44px;
	text-indent: -9999px;
}

/****************************************
			Main
****************************************/
.h2{
	background: url(../image/Ptitle_form.png) 22px 18px no-repeat;
}

/******* alpha *********/
.Marea{
	padding: 10px 0 0 32px;
	overflow: hidden;
}
.CSsentence{
	width: 630px;
	padding: 0 0 15px 0;
}
.fred{
	font-weight: bold;
	color: #ad003f;
}
.formtableP{
	padding: 10px 0 0 25px;
}
.formtable{
	border-left: 7px solid #117429;
}
.formtable th,.formtable td{
	background: #eeeeee;
	padding: 10px 12px;
}
.formtable th{
	width: 120px;
	text-align: left;
}
.formtable .FTtd1{
	width: 280px;
}
.formtable .FTtd2{
	width: 140px;
}
.formtable .FTtd3{
	width: 450px;
}
.inputA{
	width: 270px;
}
.inputBdiv{
	padding: 3px 0 3px;
}
*html .inputBdiv{	padding: 0;}
*:first-child+html .inputBdiv{ padding: 0;}

.inputB{
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.inputC{
	font-size: 12px;
	width: 430px;
	height: 150px;
}
.inputD{
	width: 250px;
}
.inquirybtndiv{
	width: 181px;
	height: 34px;
	padding: 20px 0 0 200px;
}
.inquirybtnoff,.inquirybtnon{
	width: 181px;
	height: 34px;
	text-indent: -9999px;
}
.inquirybtnoff{
	background: url(../image/btn_form_confirm.gif) no-repeat;
}
.inquirybtnon{
	background: url(../image/btn_form_confirm.gif) no-repeat 0 -34px;
}

/******* beta *********/

/******* modalbox o *********/
#MB_overlay{
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window{
	position: absolute;
	top: 0;
	text-align: left;
	z-index: 10000;
	background-color: #ffffff;
	color: #000000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame{
	position: relative;
	background-color: #ffffff;
}
#MB_header{
	margin: 0;
	height: 35px;
  background-color: #eeeeee;
  border-bottom: 1px solid #CCC;
}
#MB_caption{
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
}
#MB_close{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #777;
}
#MB_close:hover{
	background: transparent;
	color: #000000
}
#MB_content{
	padding: 0 0 0 0;
	overflow: auto;
	border-top: 1px solid #F9F9F9;
	font-size: 12px;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/******* modalbox d *********/
.confirmdiv{
	width: ;
	height: ;
	padding: 20px 0 30px 55px;
}
.errpadding{
	padding: 10px 0 0 0;
}
.confirmtable{
	padding: 20px 0 0 0;
}
.confirmtable th,.confirmtable td{
	background: #eeeeee;
	padding: 10px 12px;
}
.confirmtable th{
	width: 150px;
	text-align: left;
}
.confirmtable td{
	width: 480px;
}
.returnbtntrue{
	padding: 25px 0 0 260px;
}
.returnbtndiv{
	padding: 25px 0 0 125px;
}
.sendbtndiv{
	padding: 25px 0 0 60px;
}
.returnbtnoff,.returnbtnon,.sendbtnoff,.sendbtnon{
	width: 181px;
	height: 34px;
	text-indent: -9999px;
}
.returnbtnoff{
	background: url(../image/btn_form_return.gif) no-repeat;
}
.returnbtnon{
	background: url(../image/btn_form_return.gif) no-repeat 0 -34px;
}
.sendbtnoff{
	background: url(../image/btn_form_send.gif) no-repeat;
}
.sendbtnon{
	background: url(../image/btn_form_send.gif) no-repeat 0 -34px;
}
