#pagebody {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: right;
	width: 770px;
	background-image: url(../img_index/header.jpg);
	background-repeat: no-repeat;
	height: 77px;
}
#navi{
	float: left;
	width: 180px;
}
#navi ul {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../img_index/navi.jpg);
	background-repeat: no-repeat;
}

#navi li {
	list-style-type: none;
}

#navi a {
	display: block;
	height: 38px;
	width: 180px;
	text-decoration: none;
}

#navi em {
	font-size: 9px;
	color: #FFFFFF;
	visibility: hidden;
}
#domein_search {
	background-image: url(../img_index/search_domain.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 770px;
	float: right;
}
body {
	font-size: 12px;
}
#contents_index {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}



#footer {
	float: right;
	height: 100px;
	width: 770px;
	text-align: center;
	margin-top: 30px;
}
#left_banner {
	float: left;
	width: 180px;
}
