/* CSS Document */
@charset "Shift_JIS";
body{
    background:#F0eee9;
}
#pagebg{
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	background-image: url(../pageimg/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}
#page{
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#mainpage_b{
	width: 720px;
	margin: 0px 40px 40px;
	height: 100%;
	}
#toppage {
	text-align: center;
	margin-bottom: 10px;
}
#headimg{
	background-image: url(../pageimg/P01-01.gif);
	margin: 0px;
	height: 15px;
	width: 800px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0px;
}

#footimg{
	background-image: url(../pageimg/P01-02.gif);
	margin: 0px;
	height: 15px;
	width: 800px;
	clear: both;
	overflow: hidden;
	text-indent: -9999px;
}

#headmenu{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 720px;
	height: 25px;
	padding-right: 40px;
	padding-left: 40px;
}

#menu{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 800px;
	height: 45px;
}
#title{
	width: 800px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
img {
	text-decoration: none;
}
