﻿@charset "UTF-8";

/*----------------------------------------------------
	common element
----------------------------------------------------*/
h2 {
	width: 560px;
	height: 30px;
}
h2,h2 a {
	background-image: url(../img/index/bg_h2.jpg);
	background-repeat: no-repeat;
}
h2 a {
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	width: 80px;
	height: 16px;
	position: absolute;
	top: 4px;
	right: 0px;
	display: block;
}
h2 a:link,h2 a:visited,h2 a:hover,h2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#new,#info {
	width: 560px;
	margin-top: 2.8em;
	position: relative;
	z-index: 1;
	display: block;
}
.if {
	width: 560px;
}
object {
	overflow-y: scroll;
	height: 100px;
	width: 560px;
}
/*----------------------------------------------------
	what's new
----------------------------------------------------*/
#new dl a:link,#new dl a:visited {
	color: #3EB9A7;
}
#new dl a:hover,#new dl a:active {
	color: #86D5C5;
}
#new dt,#new dd {
	padding-top: 12px;
}
#new h2 {
	background-position: 0px 0px;
}
#new h2 a {
	background-position: -560px -4px;
}
#new dl {
	margin-right: 1em;
	margin-left: 1em;
}
#new dt {
	float: left;
}
#new dd {
	margin-left: 5.2em;
}
/*----------------------------------------------------
	seminar information
----------------------------------------------------*/
#info h2 {
	background-position: 0px -30px;
}
#info h2 a {
	background-position: -560px -34px;
}
#info h3 {
	font-size: 110%;
	color: #0F7DE1;
	margin-top: 1.2em;
	background-image: url(../img/index/bg_info.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 24px;
	padding-top: 4px;
	margin-right: 1em;
	margin-left: 1em;
}
#info p {
	line-height: 150%;
	background-repeat: repeat-x;
	background-image: url(../img/index/bg_info.gif);
	background-position: 0px -59px;
	margin-top: 0.4em;
	padding-top: 8px;
	margin-right: 1em;
	margin-left: 1em;
}
