@charset   "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #535353;
	line-height: 18px;
	text-align: center;
	background: #def4de;
	background-image: url(../material/main/bg_01.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, lr@oSVbN,sans-serif;
	font-size: 12px;
}

a:link{
	color: #3373e8;
}

a:visited{
	color: #731a80;
}

a:hover{
	color : #ed1b83;
	text-decoration: none;
}

a:active{
	color : #bfff00;
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	width: 790px;
	margin: 0 auto;
}

#return {
	float: right;
	width: 230px;
	margin-right: 10px;
}

#rh {
	float: left;
	width: 110px;
}

#rt {
	float: left;
	width: 120px;
}

#return a {
	padding-left: 5px;
	position: relative;
	bottom: 14px;
}

#footer .banner {
	clear: both;
	width: 200px;
	margin: 20px auto;
}



