/* --- コンテンツ --- */
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#cont_bottom {
	width: 800px;
	bottom: 0;
	margin-left: -400px;
	background: #006 url(img/footer_bg.gif) repeat-y;
	text-align: center;
	color: white;
	height: 20px;
	font-size: 10px;
	border-bottom: 3px solid black;
	left: 50%;
	position: absolute;
	top: 100%;
}

/* --- sub --- */

#sub_menu {
	text-decoration: none;
	color: #36c;
	width: 100%;
	text-align: center;
	text-shadow: white 0 0 4px;
	border-top: 1px solid navy;
	padding-bottom: 10px;
	bottom: 0;
	position: absolute;
	padding-top: 10px;
}

.sub_menu a:link{
	color: navy;
	text-decoration: none;
	font-size: 13px;
}

.sub_menu a:hover{
	color: #f60;
	text-decoration: none;
	font-size: 13px;
}

.sub_menu a:visited{
	text-decoration: none;
	color: blue;
	font-size: 13px;
}

#menuphoto {
	width: 800px;
	height: 25px;
	position: absolute;
	top: 150px;
	z-index: 4;
	border-width: 0;
	border-style: hidden;
	clear: both;
}

.menubtn {
	float: left;
	width: 100px;
	height: 25px;
}

