@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* body style
------------------------------------*/
body {
	background-color: #ffd8b0;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
	background-image: url(image/base/back_image.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/* link styles
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3333FF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	bottom: +1px;
}
/* basic layout
------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#footer {
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* header styles
------------------------------------*/
#header h1 {
	font-size: 100%;
	color: #333333;
	text-align: center;
	display: none;
}

/* footer styles
------------------------------------*/
#footer address {
	text-align: center;
	padding-top: 10px;
	clear: both;
	background-color: #ef8c1d;
	padding-bottom: 10px;
}
#gotop {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
}
