/*　ページ構成　*/
div#page{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	display: table;
}
div#head {
	width: 720px;
	height: 100px;
	position: relative;
}
div#head2 {
	width: 720px;
	height: 100px;
	position: relative;
}
div#menu {
	width: 720px;
	position: relative;
	margin-bottom: 5px;
	display: table;
	height: 25px;
}
div#contents {
	width: 710px;
	position: relative;
	margin: 5px;
}
div#submenu {
	float:left;
	width: 160px;
	height: auto;
	margin-bottom: 5px;
}
div#main {
	float:right;
	width: 545px;
}
div#submenu-d {
}
div#main-d {
}

