body {
	text-align: center;
	background-color: #D8D8D8;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	line-height: 1.3;
	color: #333;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	height: 760px;
	margin-top: 0px;
}
#header {
	width: 800px;
}
#header ul#navi {
	height: 40px;
	width: 800px;
	background-image: url(images/navi_back.gif);
	background-repeat: repeat-x;
}
#header ul#navi li#nav01 {
	width: 81px;
}
#header ul#navi li#nav05 {
	width: 101px;
}
#header ul#navi li#nav02 {
	width: 145px;
}
#header ul#navi li#nav04 {
	width: 142px;
}
#header ul#navi li#nav06 {
	width: 122px;
}
#header ul#navi li#nav07 {
	width: 118px;
}
#header ul#navi li#nav03 {
	width: 91px;
}
#header ul#navi li {
	float: left;
}
#contents {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	font-size: 90%;
	color: #FFF;
	background-color: #666;
	clear: both;
	width: 800px;
	text-align: right;
	padding-top: 20px;
}

#infoblock {
	width: 540px;
	height: 100px;
}
#contents #mainContents {
	width: 540px;
	float: left;
}

#SideContents {
	float: right;
	width: 200px;
}
#contentsBlock {
	width: 540px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
	margin-bottom: 10px;
}
.titleMenu {
	float: left;
}
.contentsMenu {
	clear: both;
}
.text {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 90%;
	color: #333;
	line-height: 1.5;
	height: 80px;
	width: 140px;
}
.photoMenu {
	float: right;
}
.photo {
	float: right;
}
#contents #mainContents #contentsBlock .contentsL {
	float: left;
	width: 250px;
}
#contents #mainContents #contentsBlock .contentsR {
	float: right;
	width: 250px;
}

