@charset "euc-jp";
/* CSS Document */

html {
	height:100%;
	font-family: Century Gothic, Arial;
}

footer {
	background-color:#F3EFE9;
	padding-bottom:20px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	padding:30px 50px 20px;
	background-color:#FFF;
}

.float {
	float:left;
	width:300px;
	margin-right:50px;
}

.end {
	margin-right:0;
}

h1 {
	color:#6E6767;
	text-align:center;
	font-size:36px;
	line-height:100px;
}

h2 {
	border-bottom:2px solid #333;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}

p {
	margin-top:10px;
	font-size:12px;
	line-height:22px;
}

span {
	font-size:10px;
}

a {
	display:block;
	font-size:10px;
	text-align:right;
	margin-bottom:5px;
}

table {
	font-size:10px;
	display:block;
	width:298px;
	border:1px solid #CCC;
}

tr {
	width:100%;
}

th {
	font-weight:bold;
}

th, td {
	line-height:22px;
	width:42px;
	text-align:center;
	border-bottom:1px solid #ccc;
}

.holi {
	background-color:#FCC;
}

#bottom {
	text-align:center;
	color:#6E6767;
}
