@charset "Shift_JIS";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}

hr {
	display: none;
}

html {
overflow-y: scroll;
}

/* link style
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #3300cc;
	text-decoration: underline;
}
a:active {
	color: #3300cc;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}

/* basic style
-------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 736px;
}

#header {
	width: 736px;
	margin-top: 150px;
	margin-bottom: 153px;
	padding: 0px;
}

#main {
	width: 313px;
	margin-left: 211px;
	margin-bottom: 153px;
}

#main ul {
	width: 313px;
	height: 16px;
}
#main ul li {
	list-style: none;
	float: left;
}


#fotter {
	width: 736px;
}
