body {
	font-size:0.8em;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	line-height:1.6em;
	color:#333333;
	text-align:center;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

#title {
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.7em;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#bread {
	color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#bread a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#bread a:hover {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:800px;
	height:680px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#whole {
	width:800px;
	height:680px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    background-image: url(../img/backimg00.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

/*　header領域を定義　================================================ */

#header {
	margin: 0px;
	padding: 0px;
    background-image: url(../img/header00.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 150px;
	width: 800px;
	text-indent: -1000em;
	float: left;
}

/*　contentsを定義　================================= */

#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 500px;
	float: left;
}

object {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 500px;
	float: left;
}

/*　footer領域を定義　=================================================== */

#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 800px;
	height: 20px;
	text-indent: -1000em;
	float: left;
}
