@charset "utf-8";
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	text-align: right;
	width: 450px;
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 18px;
}
#logo {
	float: left;
	width: 300px;
}
.font_small {
	color: #999999;
	font-size: 13px;
}
a:link {
	color: #356AA0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #356AA0;
}
a:hover {
	color: #356AA0;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #356AA0;
}
/* FORMS LAYOUT */
.input_mare {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	padding: 5px;
}
select {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 5px;
}
.form_field {
	width: auto;
	margin-left: 136px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sample_title {
	float: left;
	width: 150px;
}


button {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 5px;
}
#top {
	background-image: url(/design/images/bg_top_yellow.gif);
	background-repeat: repeat-x;
	width: auto;
}
.wrapper {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: auto;
	/* background-color: #F9F7ED; */
	background-color: #FFE579;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.font_dt {
	font-size: 12px;
	color: #999999;
}
#p_question {
	font-size: 30px;
	color: #356AA0;
	line-height: 150%;
}
.p_answer {
	font-size: 20px;
	line-height: 200%;
}
#sp_question {
	font-size: 20px;
	color: #356AA0;
	line-height: 150%;
}
.sp_answer {
	font-size: 15px;
	line-height: 150%;
}