@charset "shift-JIS";

body {
	background:transparent url(../images/bg-index.jpg) center 180px no-repeat;
	margin:0 auto;
	padding:0;
	width:640px;
	border-left:1px solid #f5f5f5;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, arial, verdana, sans-serif;
	font-size:small;
	}

a {
	text-decoration:none;
	}

a:link {
	color:#4682b4;
	}

a:visited {
	color:#696969;
	}

a:hover {
	color:#87ceeb;
	}

a:active {
	color:#87ceeb;
	}

#box {
	width:640px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	}

#box img {
	margin:70px 0 330px 20px;
	}

#navi {
	clear:both;
	position:absolute;
	top:490px;
	left:500px;
	height:25px;
	}

#navi ul {
	margin:0;
	padding:0;
	}

#navi li {
	list-style-type:none;
	padding-right:10px;
	width:60px;
	display:inline;
	float:left;
	text-align:right;
	}

#comment {
	position:absolute;
	top:450px;
	left:0;
	width:640px;
	color:#fff;
	text-align:right;
	}

#footer {
/*	background:transparent url(../images/bg_footer.gif) center repeat-x;*/
	margin-top:50px;
	color:#c0c0c0;
	text-align:center;
	font-size:12px;
	}



.clear {
	clear:both;
	}



