@charset "utf-8";

#main div#contents {
	display: block;
	clear: none;
	float: right;
	height: 1101px;
	width: 700px;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-color: #5B5563;
}

#main #contents h2#contents_title {
	background-image: url(img/title_contents.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 49px;
	width: 700px;
	clear: none;
}
#main #contents div#text1 {
	display: block;
	float: left;
	height: 91px;
	width: 620px;
	margin-top: 40px;
	clear: none;
	margin-left: 40px;
}
#main #contents div#text2 {
	display: block;
	float: left;
	height: 100px;
	width: 620px;
	margin-top: 20px;
	clear: none;
	margin-left: 40px;
}
#main #contents div#text3 {
	display: block;
	float: left;
	height: 120px;
	width: 620px;
	margin-top: 20px;
	clear: none;
	margin-left: 40px;
}

#main #contents div#footer {
	display: block;
	float: left;
	height: 65px;
	width: 700px;
	clear: none;
	margin-top: 300px;
}
#main #contents #footer p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #FFFFFF;
	clear: none;
	float: right;
	height: 20px;
	width: 500px;
	margin-top: 25px;
	margin-right: 20px;
	display: block;
	text-align: right;
}

#main #contents #footer a {
	color: #66CCFF;
}
#main #contents #footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
