@import url("../common/site_common.css");

#container {
	padding: 30px 0px 40px;
	background-image: url(b004bcg.gif);
}
.frame_bottom {
	background-image: url(site_frame3.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-color: #EEEECC;
}

h1 {
	background-image: none;
	font-size: 18px;
	margin: 0px;
	width: auto;
	height: auto;
	border: thin none #99FF00;
	vertical-align: text-botom;
	color: #FFFFFF;
	padding: 0px;
}

.site_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 60px;
	width: 450px;
	padding: 23px 0px 0px;
	background-image: url(site_title.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
.site_cont {
	font-size: 14px;
	background-color: #FFFFFF;
	height: auto;
	width: 400px;
	border: thin solid #CCCC00;
	padding: 10px;
	margin-top: 30px;
	text-align: left;
	margin: 0px auto;
	word-break:break-all; /* IE用:強制改行の設定 */
}
.site_auther {
	font-size: 14px;
	border: thin none #FFFFFF;
	width: auto;
	margin: 0px;
	text-align: right;
	padding: 10px 40px 10px 20px;
}
.frame_top {
	background-image: url(site_frame1.gif);
	background-repeat: no-repeat;
	border: thin none #99FF00;
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-color: #EEEECC;
}
.contents {
	background-image: url(site_frame2.gif);
	background-repeat: repeat-y;
	border: thin none #FF9900;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	background-color: #EEEECC;
	font-size: 14px;
}
.footer {
}
.answer {
	text-align: left;
	border: thin none #339900;
	font-size: 16px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 40px;
	word-break:break-all; /* IE用:強制改行の設定 */
}
.return_btn {
	border: thin none #FF9900;
	margin: 0px;
	padding: 20px 40px 0px 0px;
	height: 25px;
	background-color: #EEEECC;
	text-align: right;
}
