* { margin:0; padding: 0; list-style: none; }
body {
	font-family: Arial,Tahoma;
	color: #333;
	background-color: #FFF;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container h1 {
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 20;
	color: #eee;
	background-color: #333;
	line-height: 2em;
}

#page {
	width: 920px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

#page #menuwaku {
	width: 452px;
	margin-bottom: 10px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#page #menuwaku #menu {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 20px;
}


#page #menuwaku #menu li {
	list-style-type: none;
	float: left;
}
#page #menuwaku #menu li a {
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #333;
	font-weight: bold;
}
#page #menuwaku #menu li a:hover {
	text-decoration: underline;

}

#page #menuwaku #menu li #last {
	border-right-style: none;
}

#container #setumei {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container #setumei h2 {
	font-size: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #222;
	border-left-color: #222;
	margin-bottom: 10px;
}
#container #setumei #settei {
	margin-left: 15px;
	margin-right: auto;
}
#container #setumei #settei tr th {
	text-align: left;
	width: 100px;
	padding: 2px;
	line-height: 1.3em;
	vertical-align: top;
}
#container #setumei #settei tr td {
	width: 130px;
	padding: 2px;
	vertical-align: top;
	line-height: 1.3em;
}
#container #setumei #settei tr .on {
	width: 130px;
	padding: 2px;
	vertical-align: top;
	line-height: 1.3em;
}
#container #setumei #settei tr .bikou {
	width: 370px;
	padding: 2px;
	vertical-align: top;
	line-height: 1.3em;
	font-size: 15px;
	color: #606;
}
#container #setumei p {
	margin-left: 10px;
	padding-left: 10px;
}

img { border: 0; }