@charset "Shift_JIS";


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

#mailbody {
	position:relative ;
	clear:both ;
	display:block ;
	font-size:1em ;
	line-height: 1.5em ;
	width: 860px ;
	height:auto ;
	background: url("../images/maiBack_top.gif") no-repeat top center ;
	padding-top:85px ;
	margin:0 auto 0 ;
}
#mem {
	width:auto;
	width: 860px ;
	height:auto;
	background: url("../images/maiBack_bottom.gif") no-repeat bottom center  ;
	padding-bottom:75px ;
}

#whitebox {
	width:auto;
	width: 660px ;
	height:auto;
	padding-left:200px ;
	background: url("../images/maiBack_middle.gif") repeat-y top center ;
	position:relative ;
}

#whitebox h3{
	font-size:2.5em;
	position:relative ; 
	top:-1em ;
	width:600px ;
	left:0;
	right:0;
	display:block ;
	text-align:center ;
	padding:5px 0 2px ;
}

#mailbody table {
	width:600px;
	padding:0px;		margin:0px;
}
#mailbody td.left {
	clear:both;
	padding-top:7px;
	width:50px;
	padding-left: 10px;
	float:left;
	line-height:30px;
}
#mailbody td.right {
	width:550px;
	padding-top:15px;
	_padding-top:0px;
	margin-left: 70px;
	_margin-top: -21px;
}

#mailbody ul {
	width:410px;
	height:auto ;
	padding:5px;
	font-size:0.75em;
	line-height: 1.5em;
	margin-bottom:3px ;
	background-color:#ddd
}
#mailbody ul li {
	width:400px;
	height:auto ;
	line-height:1.5em;
	list-style-type:disc ;
	list-style-position: inside ;
	*list-style-type:none ;
	*list-style-position: none ;
	*font-size:1.1em ;
}

/*==============================================*/
/*   欄のフォント関連 */
#mailbody table input[type="text"],
#mailbody table textarea{
	font-size:1.0em;
	line-height: 1.5em;
	border: solid 1px #666;
	border-right: solid 1px #ddd;		border-bottom: solid 1px #ddd;
	background-color:#fff;
	color: #808080;
}
#mailbody table p{
	font-size:1em;
	line-height: 1.5em;
}


/*   欄のサイズ */
#mailbody table input[type="text"]{
	height:auto;
	width:420px;
	_width:200px;
	*line-height: 1.0em;
	padding: 5px 0px 2px 2px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}
#mailbody table textarea{
	height:150px;
	width:420px;
	padding: 0px 0px 0px 2px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

#mailbody table input[type="text"]#fname,
#mailbody table input[type="text"]#lname,
#mailbody table input[type="text"]#fnamer,
#mailbody table input[type="text"]#lnamer{
	width:180px;
}
#mailbody table input[type="text"]#email,
#mailbody table input[type="text"]#emailr{
	width:240px;
}
#mailbody table input[type="text"]#phone1,
#mailbody table input[type="text"]#phone2,
#mailbody table input[type="text"]#phone3,
#mailbody table input[type="text"]#fax1,
#mailbody table input[type="text"]#fax2,
#mailbody table input[type="text"]#fax3{
	width:50px;
}

/*  必須項目  */
#mailbody table .org-attribute{
	padding-left:10px;
	background:url('../images/icon_cmark1.gif')  left  0.8em no-repeat;
	color:red ;
	font-size:0.85em ;
	line-height:2em;
}
#mailbody table th,
#mailbody table td{
	border-top:1px #ccc dotted ;
	padding-top:5px;
	padding-bottom:5px;
}
#mailbody table th.tblhead{
	border-top: solid 2px #ccc;
	padding:10px 0 ;
}
#mailbody table th{
	font-weight:bold ;
	text-align:left ;
	*vertical-align:top;
	*padding-top:8px ;
}

#mailbody #whitebox #button {
	border-top:2px #ccc solid ;
	height:auto ;
	width:600px ;
	font-size:1.0em;
	text-align:center;
	padding:15px 0 0;
	margin-top:10px ;
}
#mailbody #whitebox #button input[type="reset"],
#mailbody #whitebox #button input[type="submit"]{
	height:auto;
	font-size: 1.2em;
	width:200px;
	margin-left: 20px;
	margin:15px auto 0;
	clear:both ;
}



#body_bottom p.caption{
	text-align:center ;
	font-size:12pt;
	line-height:2em;
}

input.submit,
input.reset{
	cursor: pointer ;
}
p.caution{
	clear:both ;
	width:100% ;
	text-align:center;
	font-size:1.6em;
	line-height:2em;
	color:yellow;
	background-color:red;
	position:relative ;
}

body{
	background: url("../images/back_top.gif") ;
	background: url("../images/back_middle.gif") ;
	background: url("../images/footer.gif") ;
	background: url("../images/thead_mail2.jpg")  ;
	background: url("../images/back_bottom.gif") ;
	background: url("../images/maiBack_top.gif") ;
	background: url("../images/maiBack_bottom.gif") ;
	background: url("../images/maiBack_middle.gif") ;
	
	background: none;
}