@charset "utf-8";
#contents {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #000000;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
}

#header {
	height: 50px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#contents #colomn {
	height: auto;
	width: 260px;
	float: right;
	padding: 30px 20px 20px;
	background-color: #FFFFCC;
	margin-top: 20px;
	color: #663300;
}
#contents #main_text {
	float: left;
	height: auto;
	width: 420px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#contents h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.2em;
	line-height: 1px;
	color: #333333;
}

#footer {
	height: 50px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

