/*ヘッダー*/
#header {
	width: 100%;
	height: 158px;
	background-image: url(../images/headnabiback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header table {
	float: right;
}
/*メイン*/
#main {
	width: 100%;
	height: 100%;
}
/*サイドナビ*/
#sidenabi {
	float: left;
	width: 170px;
	height: 100%;
	text-align: right;
	padding-top: 10px;
	padding-left: 10px;
}
#sidenabi img {
	float: left;
}
/*コンテンツ類*/
#contents {
	float: right;
	width: 710px;
	height: 100%;
}
#contentsbox {
	float: left;
	border: 1px solid #85B685;
	margin-top: 10px;
	height: 100%;
	padding: 25px;
	margin-right: 10px;
	width: 650px;
}
#box0 {
	width: 100%;
	height: 100%;
}
#box0 img {
	float: left;
}
/* topへ戻るボタン */
#modoru {
	float: left;
	width: 650px;
	height: 22px;
	padding-top: 10px;
	text-align: right;
}
#modoru a:link {
	text-decoration: none;
	color: #666666;
}
#modoru a:visited {
	text-decoration: none;
}
#modoru a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
#modoru a:active {
	text-decoration: none;
}
.modoru {
	font-size: 55%;
	color: #666666;
}
/* topへ戻るボタン */
#modoru2 {
	float: left;
	width: 500px;
	height: 22px;
	padding-top: 10px;
	text-align: right;
}
#modoru2 a:link {
	text-decoration: none;
	color: #666666;
}
#modoru2 a:visited {
	text-decoration: none;
}
#modoru2 a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
#modoru2 a:active {
	text-decoration: none;
}
