/* CSS Document */

* {
	margin:0; padding:0;
}

body {
background-color: #000000;
text-align: center;
}

#body {
	width: 640px;
	background-color: white;
	text-align: left;
	border-top: 1px solid #333333;
	border-right: 1px solid;
	border-bottom: 1px solid #333333;
	border-left: 1px solid;
}

#header {
	width: 640px;
}

/* メイン */
#main {
	width: 640px;
	text-decoration: none;
}

/* メイン・画像 */
#main img{
	display: block;
	margin: 5px 20px;



}

/* エンター */
p.enter a {
	display: block;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #990000;
	text-align: center;
	height: 15px;
	width: 60px;
	margin-top: 3px;
	margin-left: 290px;
	list-style-type: none;
	color: #999999;
	letter-spacing: 0.1em;

}

p.enter a:hover {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* フッター */
#footer2 {
	width: 640px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}

.c-both {
clear: both;
}
