/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "lr SVbN", "Osaka|";
}

a:link { color: #FF0000; text-decoration: underline; }
a:visited { color: #FF0000; text-decoration: underline; }
a:hover {color: #000000; background-color: #FFFFFF; }
a:active {color: #000000; background-color: #FFFFFF; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 750px;
}
#mainmenu {
	width: 750px;
}
#menu {
	float: left;
	width: 160px;
}
#menu ul {
	list-style: none;
	border-top: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #000000;
	background-color: #CCCCFF;
}
#menu a:hover {
	text-decoration: none;
	background: #DDDDDD;
}
#item {
	float: right;
	width: 480px;
	padding: 0px 0px 30px;
}
#left {
	float: left;
	width: 220px;
}
#right {
	float: right;
	width: 440px;
	padding: 0px 0px 30px;
}
#maintop {
	clear: both;
	text-align: left;
	width: 750px;
	background: url(../img/maintopback.jpg) no-repeat;
	padding: 30px 0px 0px;
}
#main {
	clear: both;
	text-align: left;
	width: 750px;
	background: url(../img/mainback.jpg) no-repeat;
	padding: 30px 0px 0px;
}
#contents {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	width: 750px;
	border-top: 1px solid #9999CC;
}
#footer p {
	font-size: 10px;
	line-height: 150%;
	padding: 10px 0px 20px;
}
h1 {
	font-size: 12px;
	line-height: 150%;
}
h2 {
	font-size: 12px;
	line-height: 150%;
	padding: 0px 0px 25px;
}
h3 {
	font-size: 18px;
	color: #000000;
	background: url(../img/h3_back.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	text-indent: 15px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	line-height: 150%;
	color: #660099;
	padding: 0px 0px 15px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 150%;
}
#item table {
	width: 480px;	
}
#item td {
	padding: 7px 0px 7px 20px;
	font-size: 12px;
	line-height: 150%;
}
#item th {
	padding: 7px 20px 7px 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	border-right: 2px dotted #666666;
	text-align: right;
}
.point {
	color: #660099;
}
#exhibition {
	float: right;
	width: 480px;
	padding: 0px 0px 30px;
}
#exhibition table {
	width: 480px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
#exhibition th {
	padding: 5px 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	background: #999999;
	border-left: 1px solid #666666;
}
#exhibition td {
	padding: 5px;
	font-size: 10px;
	line-height: 150%;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	vertical-align: bottom;
}
#exhibition td p {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	color: #FF0000;
}
