@charset "utf-8";
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}body {
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
}
#layoutbox {
	height: 650px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pic/muto_top.jpg);
	background-repeat: no-repeat;
}
#topcontents {
	height: 300px;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
}
#bottombar {
	margin: 0px;
	clear: both;
	float: none;
	height: 10px;
	width: 650px;
	background-image: url(../indexpic/bottom.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#maincontents {
	height: 378px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#contents_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 165px;
	clear: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#contents_right {
	height: auto;
	width: auto;
	clear: right;
	float: right;
	padding: 0px;
	margin-top: 120px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 100px;
}
