#page {
	background-color: #FFA500;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#header {
	height: 210px;
	width: 800px;
}
#header ul#gNav li {
	float: left;
}
#header #gNav {
	padding-left: 50px;
}
#contentsArea {
	background-color: #FFFFFF;
	margin-left: 50px;
	padding: 20px;
	height: 600px;
	width: 660px;
	background-image: url(../../images/toppage_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contentsArea h2 img {
	padding: 0px;
	margin-bottom: 5px;
}
#contentsArea h3 img {
	padding: 0px;
	margin-bottom: 5px;
}
#contentsArea #menuTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}
#contents {
	margin-top: 20px;
	height: 488px;
	width: 660px;
}


#contentsArea #top_mainphoto {
	border: 1px solid #CCCCCC;
	padding: 6px;
	background-color: #FFFFFF;
	float: right;
	width: 310px;
	display: inline;
}
#page #contentsArea #textArea {
	width: 320px;
	float: left;
	color: #000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: normal;
	line-height: 1.5;
}
#contentsArea #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: bold;
	text-align: right;
	font-size: 75%;
	padding-top: 5px;
}
