/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html {
	min-height: 100%;
}	

body {
	position: relative;
	background: #333333;
}

p {
	margin: 10px 0px;
	
}

h2 {
	margin: 10px auto;
	font-weight: bolder;
	color: #CC0000;
}

li {
	margin: 2px auto;
}

#box {
	background-color:#FFFFFF;
	width: 780px;
	height: 100%;
	min-height: 100%;
}

#head {
	width: 780px;
	height: 120px;
	background-color: #FFFFFF;
}

#menu {
	/*position: absolute;
	top: 120px;
	left: 0px;*/
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
}

#menu li {
}

#mm a {
	display: block;
	width:200px;
	height: 15px;
	padding: 2px;
	border: #00FFCC solid 1px;
	text-decoration: none;
	background-color:#00CCCC;
}

#mm a:hover {
	background-color: #003366;
	color: #FFFFFF;
}

#main {
	/*position: absolute;
	top: 120px;
	left: 200px;*/
	float: left;
	width: 560px;
	padding: 10px;
	background-color: #FFFFFF;	
}

#foot {
	clear: both;
	width: 780px;
	text-align: center;
	background-color: #73bed8;
}

.cent {
	display:block;
	width: 100%;
	text-align: center;
}
.centr {
	display:block;
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bolder;
}

.kyou {
	color: #0066FF;
	font-weight: bold;
}กก