@charset   "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #432f15;
	line-height: 18px;
	text-align: center;
	background: #ffffff;
	background-image: url(../material/main/bg_02.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

a:link{
	color: #3373e8;
}

a:visited{
	color: #731a80;
}

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

a:active{
	color : lime;
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	width: 760px;
	margin: 0px auto;
	padding-bottom: 50px;
}

#header ul {
	margin-bottom: 15px;
}

#footer {
	float: left;
	clear: both;
	width: 760px;
	margin-bottom: 50px;
}


