﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#contents {
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}

#content_right {
	width: 241px;
	margin: 15px 0px 15px 15px;
	float: right;
}

#photo {
	width: 241px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 0px;
	font-size: 8pt;
	line-height: 1.2em;
}

#content_right ul {
	list-style: none;
	margin: 0px;
}

#content_right li {
	position: relative;
	display: block;
	width: 233px;
	height: 152px;
	padding: 3px;
	border: 1px solid #000;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: center;
}

#content_right img {
	position: absolute;
	top: 3px;
	left: 3px;
}

#content_left {
	width: 594px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

#infotop {
	background: url(../imgs/info/back.gif);
	width: 594px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 10px;
	border: 1px solid #000;
	text-align: center;
	font-size: 12pt;
	font-weight: bolder;
}

#about dt {
	width: 200px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px dotted #000;
	background-color: #f2f2f2;
	font-size: 11pt;
	font-weight: bolder;
	text-align: center;
}

#about dd {
	width:594px;
	padding-bottom: 2px;
	margin-bottom:15px;
	border-bottom: 1px dotted #000;
	font-size: 10pt;
	text-align: left;
	line-height: 1.5em;
}

.gotop {
	font-size: 11pt;
	font-weight: bolder;
}