@charset "utf-8";
/* CSS Document */

h2.title{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	padding:2px 6px 4px;
	border:1px solid #EBC25B;
	border-right:none;
	margin-bottom:20px;
	/*fix*/
	float:none;
	width:auto;
}

#mn{
	width:660px;
	margin:0 auto;
}

#bc{
	padding:12px 0 18px 0;
	width:660px;
	margin:0 auto;
}

.side{
	width:175px;
	float:left;
}

.content{
	margin-left:185px;
	border-right:1px solid #EBC25B;
}

.clear{
	clear:both;
}

.fs{
	display:block;
	border:none;
	border-top:1px solid #CCC;
	margin:30px 10px 10px;
	padding:20px;
}

.fs table{
	white-space:nowrap;
}

.req{
	color:#900;
	font-size:11px;
}

.fs span.req{
	font-size:13px;
	padding-left:6px;
	color:#900;
}

.fs td{
	padding:0 10px 14px 0;
}

.fs input,select{
	font-size:11px;
	color:#333;
}

.fs input[type='text']{
	border: 1px solid #999;
}

.fs input[type='text']:focus{
	background:#FFC;
}

.fs h3{
	font-size:11px;
	margin:10px 0 10px 0;
	font-weight:bold;
}

div.submit{
	display:block;
	border:none;
	border-top:1px solid #CCC;
	margin:30px 10px 10px;
	padding: 10px 20px;
	text-align:right;
}
