@charset "Shift_JIS";
/*ボディ指定*/
body {
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin: 0px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {  color: #AAAAAA; text-decoration: underline}

h1,h2,h3,h4,h5
{ font-style: normal; font-weight: normal; line-height: 120%; margin: 5px; padding: 0px }

img {
	border: 0px;
}

p 
 {
	margin: 0px;
	padding: 0px;
}
#area {
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.upper {
	float: left;
	clear: both;
}

.clear_both {
	clear: both;
	font-size: -999px;
	height: 1px;
}