/* style reset */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	text-indent:-9999px;
}

li {
	list-style:none;
}
a:link {
	color: #002965;
}
a:visited {
	color: #002965;
}
a:hover {
	color: #002965;
	text-decoration:none;
}
img {
	border:0px;
}
.clear {
	clear: both;
}
/* layout */

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	background-image:url(images/bg_all.jpg);
	background-position:top left;
	background-repeat:repeat;
}
#footer {
	background-image:url(images/summerstation03_r12_c1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	width:900px;
	height:61px;
	clear:both;
}
#footer p {
	display:none;
}