@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #F9F9F9;
	height: auto;
	width: auto;
	}


#basement {
	background-repeat: no-repeat;
	background-color:#fcfbf9;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left; /* 中身を左側表示に戻す */
	width: 955px;         /* 幅を決定する */
	height: 600px;
	font-weight: normal;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	}

#copyright {
	text-align:center;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#copyright a {
	text-decoration:none;
	color:#069;
}
#copyright a:hover {text-decoration:underline; color:#069;}

</style>

