@charset "utf-8";
* {
	margin:0; padding:0; 
	line-height:1.5;
	color:#444444;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", Meiryo, serif;
	font-size: 15px;

}

body {
	background-color:#000000;
	text-align:center;
}
a {
	color:#dddddd;
}
div#body {
	width:1024px;
	margin:0 auto;
	background-color:#222222;
}

div#header {
	text-align:left;
}
h1 {
	font-size: 28px;
	color:#ffffff;
}
p#header {
	color:#dddddd;
}
div#contents {
	width: 1024px;
	float: left;
	text-align:left;
}
p#contents {
	color:#bbbbbb;
	margin:20px;
}
h2 {
	font-size: 20px;
	color:#dddddd;
	margin:10px 0px 10px 10px;
}
ul#list {
	height: 30px;
	display: table;
	table-layout: fixed;
	width: 1024px;	
	list-style-type:none;
	background-color:#444444;
	border-collapse:separate;
	border-spacing:5px 3px;
}
li#list	{
	display: table-cell;
	text-align:center;
	font-size: 12px;
	background-color:#333333;
	color:#dddddd;
}
li#list a {
	color:#dddddd;
}
h3 {
	font-size: 18px;
	color:#dddddd;
	margin:0px 0px 0px 15px;
}
div#footer {
	height: 20px;
	clear: both;
	background-color: #111111;
}
p#footer {
	color: #bbbbbb;
	font-size: 12px;
}
