@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sp1 {
	height: 20px;
}


#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrapper_top {
	background-image: url(../images/wrapper_top.png);
	height: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_bottom {
	background-image: url(../images/wrapper_bottom.png);
	height: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
}
#header li {
	display: inline;
}
.img_right {
	margin-left: 150px;
}
#header ul {
	padding-left: 30px;
}

#menu {
	font-size: 12px;
	background-color: #EEE;
	width: 948px;
	height: 23px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	display: none;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #333333;
	margin-top: 5px;
}
#footer li {
	display: inline;
}
#footer ul {
	margin-bottom: 3px;
}
.menu_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footer a {
	text-decoration: none;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
}

