* {
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align: bottom;
}

body {
	text-align: center;
	background-image: url(../common_img/bg_main.jpg);
	background-repeat: repeat-x;
}
.sideline {
	width: 776px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.outline {
	width: 776px;
	background-color: #FFFFFF;
}
.header {
	height: 80px;
	width: 776px;
	background-image: url(../common_img/top/bg_header.jpg);
}
.logo {
	float: left;
}
.menu {
	float: right;
}
div.menu ul li {
	float: left;
	margin: 25px 0px 0px 0px;
	list-style-type: none;
}
.footer {
	height: 24px;
}
.clear {
	clear: both;
}
.detail {
	margin: 0px 0px 0px 1em;
}
/* ページの先頭へ */

#page_top {
	clear: both;
	text-align: right;
	margin: 5px 10px 0px 0px;
	font-size: 100%;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #000000;
}