#center {
	width: 900px;
	background-image: url(/img/background.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#body {
	width: 900px;
	padding: 0px 0px 10px 0px;
	float: left;
	margin: 0px;
	background-color: #000000;
}
#header {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/img/logo_text.gif);
	background-repeat: no-repeat;
	height: 50px;
	float: left;
	background-color: #000000;
}	
#header pre {
	padding: 0px 5px 0px 0px;
	margin: 20px 0px 0px 0px;
	float: right;
	font-size: 12px;
	letter-spacing: 0em;
}
#header a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#header a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
#header a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navi {
	width: 900px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
	float: left;
	background-color: #333333;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}	
#navi #info {
	height: 25px;
	width: 164px;
	background-image: url(/img/navi/info.gif);
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#navi #profile {
	height: 25px;
	width: 103px;
	text-indent: -5000px;
	background-image:  url(/img/navi/profile.gif);
}
#navi #gallery {
	height: 25px;
	width: 111px;
	text-indent: -5000px;
	background-image:    url(/img/navi/gallery.gif);
}
#navi #face {
	height: 25px;
	width: 80px;
	background-image:  url(/img/navi/face.gif);
	text-indent: -5000px;
}
#navi #past{
	height: 25px;
	width: 102px;
	text-indent: -5000px;
	background-image:    url(/img/navi/past.gif);
}
#navi #school {
	height: 25px;
	width: 100px;
	background-image:  url(/img/navi/school.gif);
	text-indent: -5000px;
}
#navi #link {
	height: 25px;
	width: 70px;
	background-image:  url(/img/navi/link.gif);
	text-indent: -5000px;
}
ul#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
ul#navi li a{
	text-decoration: none;
	display: block;
	float: left;
}
#navi a:link {
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
}
#navi a:hover {
	background-position: 0px -25px;
}
#navi a:active {
	text-decoration: none;
}
#index {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background-color: #666666;
}
#index_img {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}
#contents {
	width: 840px;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	float: left;
}
#contents hr {
	border-top: 2px dotted #FFFFFF;
	height: 2px;
	background-color: #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	clear: both;
}
#menu {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 200px;
	float: left;
}
#menu a:link {
	text-decoration: none;
	color: #3366FF;
}
#menu a:visited {
	text-decoration: none;
	color: #3366FF;
}
#menu a:hover {
	background-position: 0px -21px;
	color: #FFCC00;
}
#menu a:active {
	text-decoration: none;
	color: #3366FF;
}
#main_contents {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#main_contents h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}
#main_contents h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}
#main_contents h3 {
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #CC6600;
}
#main_contents h4 {
	color: #CC6600;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background-image: url(/img/h4.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	line-height: 1em;
}
#main_contents h5 {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}
#main_contents h6 {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/img/h6.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	clear: both;
	line-height: 1em;
	float: right;
	display: block;
}
#main_contents a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #0033FF;
}
#main_contents a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #0033FF;
}
#main_contents a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
#main_contents a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0033FF;
}
#main_contents p {
	margin: 10px 20px 0px 20px;
	line-height: 1.5em;
	padding: 0px;
}
#past table {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 600px;
}
#past th {
	margin: 0px;
	padding: 8px 5px 5px 5px;
	background-color: #EEEEEE;
	text-indent: 10px;
	font-weight: bolder;
}
#past td {
	margin: 0px;
	padding: 5px 5px 20px 5px;
}
#footer {
	width: 880px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	list-style-type: none;
	float: left;
	background-color: #000000;
}	
#footer p {
	margin: 10px 20px 0px 20px;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
}
#footer pre {
	font-weight: bold;
	padding: 0px;
	font-size: 10px;
	margin: 0px;
	line-height: 1em;
	text-align: right;
}
#footer hr {
	border-top: 1px solid #FFFFFF;
	height: 1px;
	background-color: #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#footer_navi {
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 20px 0px 0px 0px;
	border-top: 2px dotted #FFFFFF;
	height: 30px;
}	
ul#footer_navi li {
	margin: 0px;
	padding: 0px 12px 0px 12px;
	float: left;
}
ul#footer_navi li a{
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
}
.border {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer_navi a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_navi a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_navi a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
#footer_navi a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
