@charset "Shift_jis";

/*-------------------------------
common
-------------------------------*/
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,
table,th,td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

ul {
padding-left:30px;
}

hr {
	display: none;
}

/*-------------------------------
anchor
-------------------------------*/

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #cccccc;
	text-decoration: underline;
}

a:hover {
	color: #cccccc;
	text-decoration:underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

/*-------------------------------
body
-------------------------------*/

body {
	font: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*-------------------------------
wrapper
-------------------------------*/
#wrapper {
	background: #fff url(../imgs/bg_content.gif) repeat-y center top;
	text-align: center;
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #666;
}

body > #wrapper {
	height: auto;
}

#wrapper .txt {
	margin-bottom: 20px;
}

.must {
	margin-bottom: 8px;
	color:#FF0000;
	font-size:85%;
}

.square {
	color:#663366;
	font-size:100%;
}

/*-------------------------------
header
-------------------------------*/
#header {
	width: 738px;
	margin: 0 auto;
	position:relative;
	border-bottom: solid 1px #666;
}

/*-------------------------------
form
-------------------------------*/

#form {
	text-align: left;
	width: 567px;
	margin: 28px auto 20px;
}

/*table */
#form table {
	border-spacing:0;
	border-collapse:separate;
}
#form .r-table {
	text-align:left;
}

#form .form {
	margin: 25px auto 0;
	width: 567px;
}

#form .form-l,
#form .form-r {
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
	padding: 10px 10px 10px 0px;
	empty-cells:show;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top:1px solid #999999;
}

#form .form-l3 {
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
	padding: 10px 20px 10px 0px;
	empty-cells:show;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top:1px solid #999999;
}

#form .form-lt,
#form .form-rt {
	font-size: 80%;
	font-weight:bold;
	line-height: 1.3;
	text-align: left;
	padding: 10px 0px 10px 10px;
	empty-cells:show;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top:2px solid #999999;
	background-color:#f5f5f5;
}

#form .form-l, 
#form .form-l3, 
#form .form-lt {
	width: 228px;
}

#form .form-r,  
#form .form-rt {
	width: 340px;
}

#form .form-l2 {
	width: 568px;
	}

#form .form-l2	{
	font-size: 80%;
	font-weight:bold;
	line-height: 1.3;
	text-align: center;
	padding: 20px 0;
	empty-cells:show;
	border-left: none;
	border-right: none;
	border-top:1px solid #999999;
	background-color:#FFFFCC;
}


#form .txt {
	margin-bottom: 8px;
	font-size: 80%;
	line-height: 150%;
}

#form ul {
	margin-bottom: 8px;
	font-size: 80%;
	line-height: 150%;

}

#form h3 {
	font-size: 85%;
	line-height: 150%;
}

#form .small {
	font-size: 85%;
}

#submit {
	text-align: center;
}

#form .float-l {
 float:left;
 width:175px;
 text-align:center;
 margin-right:10px;
}


#form p.present {
font-size: 85%;
 font-weight:bold;
}
	
#form .clear {
	clear:both;
	}

/*-------------------------------
footer
-------------------------------*/

#footer {
	width:740px;
	margin: 0 auto;
	padding-top: 9px;
	border-top:solid 2px #000;

}


#footer .copy {
	font-size: 70%;
	text-align: center;
}


/*-------------------------------
thanks
-------------------------------*/
#thanks {
	width: 567px;
	height:100%;
	margin: 28px auto 20px;
}
