@charset "utf-8";

/* basic settings */
* { margin: 0; padding: 0; }
html { background-color: #E9EAED;}
body { background: #E9EAED url("../images/body/body.gif") repeat-x left top;}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* Start Mac IE5 Exclusion */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* End Mac IE5 Exclusion */
#wrapper {
	width: 100%;
	height: 100%;
	background: transparent url("../images/body/header.gif") repeat-x left top;
}
#container {
	background: transparent url("../images/body/title.png") no-repeat left 43px;
	width: 100%;
	max-width: 1000px;
	min-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
* html #container {
	width : expression(document.body.clientWidth < 502? "500px" : document.body.clientWidth > 1002? "1000px" : "auto"); /* IE */
}
/* End basic settings */

/* navigation */
#header {
	max-width: 800px;
	min-width: 500px;
	height: 39px;
	margin: 0 auto;
}
* html #header {
	width : expression(document.body.clientWidth < 502? "500px" : document.body.clientWidth > 1002? "800px" : "auto"); /* IE */
}
#header a {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 30px;
	background: transparent url("../images/body/navi.gif") no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
}
#header a:hover {
	color: #97C362;
}
#header a span {
	display: block;
	padding-right: 10px;
	background: transparent url("../images/body/navi.gif") no-repeat right top;
}
/* End navigation */

/* Composition */
#contents {
	width: 90%;
	min-width: 500px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	z-index: 1;
}
#menu {
	width: 150px;
	float: left;
	margin-right: -150px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
#center {
	width: 100%;
	float: left;
	margin-right: -150px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#info {
	width: 150px;
	float: left;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
/* End Composition */

/* menu */
#menu ul {
	border: 1px solid #66962D;
	border-width: 1px 1px 0 1px;
}
#menu li {
	list-style: none;
	border-bottom: 1px solid #66962D;
	_height: 1%;
}
#menu li a {
	display: block;
	background: transparent url("../images/body/menu.gif") no-repeat left top;
	padding: 10px 2px 10px 11px;
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #67696B;
	text-decoration: none;
	_zoom: 1;
}
#menu li a:hover {
	background-position: -150px top;
	color: #000;
}
#menu li a div {
	text-align: right;
}
/* deadlink */
#menu li div.temp {
	display: block;
	background: transparent url("../images/body/menu.gif") no-repeat left top;
	padding: 10px 2px 10px 11px;
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #B7BBBE;
	text-decoration: none;
}
/* deadlink */
/* End menu */

/* main contents */
#center h1 {
	margin: 0 152px;
	font-size: 20px;
	background: transparent url("../images/body/h1.gif") left top;
	border: 1px solid #66962D;
	border-width: 1px 1px 2px 10px;
	padding: 1px 0 1px 2px;
	color: #FFFFFF;
}
#center #main {
	margin: 0 152px;
	border: 1px solid #66962D;
	border-top-width: 0;
	background-color: #FFF;
	padding: 5px;
	padding-bottom: 50px;
	font-size: 13px;
	line-height: 150%;
	color: #3C3E44;
}
/* End main contents */

/* information bar */
#info .info {
	border: 1px solid #66962D;
	background-color: #DAF8B6;
	padding: 2px 2px 20px;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	color: #3C3E44;
}
#info h1 {
	background: transparent url("../images/body/info_h1.gif") no-repeat left top;
	padding-left: 19px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #66962D;
	_height: 1%; /* for IE6 */
}
#info h2 {
	font-size: 12px;
	margin: 1ex 0 0;
	border-left: 12px solid #3C3E44;
	padding-left: 2px;
}
#info .login {
	display: block;
	width: 130px;
	height: 40px;
	margin: 1ex auto 0;
	line-height: 40px;
	text-align: center;
	background: transparent url("../images/body/info_login.gif") no-repeat left top;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#info a.login:hover {
	background-position: left -40px;
}
#info .date {
	float: left;
	width: 3.5em;
	padding: 0;
	margin: 0;
}
#info .event {
	margin-left: 3.5em;
	height: 1%;
}
/* End information bar */

/* footer */
#footer {
	width: 100%;
	height: 120px;
	margin-top: 50px;
	background: #3C3E44 url("../images/body/footer.gif") repeat-x left top;
}
#footer .contact {
	max-width: 800px;
	min-width: 500px;
	height: 120px;
	margin: 0 auto;
	background: transparent url("../images/body/contact_back.gif") no-repeat left bottom;
	text-align: center;	
}
* html #footer .contact {
	width : expression(document.body.clientWidth < 502? "500px" : document.body.clientWidth > 1002? "800px" : "auto"); /* IE */
}
#footer .contact .title {
	float: left;
	padding-left: 15px;
	line-height: 30px;
	background: transparent url("../images/body/contact.gif") no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3C3E44;
}
#footer .contact .title span {
	display: block;
	padding-right: 15px;
	background: transparent url("../images/body/contact.gif") no-repeat right top;
}
#footer .contact .address {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}
/* End footer */

/* general */
.red {
	color: #F02925;
}
.blue {
	color: #2C91EE;
}
.green {
	color: #97C362;
}
img.mail {
	position: relative; top: 2px;
}
a.link {
	color: #3C3E44;
	text-decoration: underline;
}
a.link:hover {
	color: #B7BBBE;
}
.pad {
	padding-left: 10px;
	padding-right: 5px;
}
.text {
	text-align: justify;
	text-justify: distribute;
}
.list li {
	margin-left: 2em;
	margin-right: 5px;
}
#main h2 {
	background: transparent url("../images/body/h2.gif") no-repeat left top;
	font-size: 18px;
	line-height: 16px;
	margin: 1ex 0;
	padding-left: 17px;
	color: #66962D;
	_height: 1%; /* for IE6 */
}
#main h3 {
	background: transparent url("../images/body/h3.gif") no-repeat left top;
	font-size: 16px;
	line-height: 14px;
	margin: 1ex 0;
	padding-left: 15px;
	color: #3C3E44;
	_height: 1%; /* for IE6 */
}
/* pagetop */
#main .pagetop {
	padding: 2ex 0 2ex;
}
#main .pagetop a{
	float: right;
	height: 11px;
	line-height: 11px;
	padding: 0 0 1px 12px;
	border-bottom: 1px solid #719E3B;
	color: #719E3B;
	text-decoration: none;
	background: transparent url("../images/body/pagetop.gif") no-repeat left top;
}
#main .pagetop a:hover {
	background-position: left -11px;
	color: #97C362;
	border-color: #97C362;
}
#main .pagetop a span {
	display: block;
}
/* End pagetop */
/* topmenu */
.top_menu {
	padding: 1ex 0 2ex 2em;
}
.top_menu li {
	list-style-image: url("../images/body/top_menu.gif");
}
.top_menu li.sub {
	list-style-image: url("../images/body/top_menu_sub.gif");
	margin-left: 10px;
}
.top_menu li a {
	color: #97C362;
	font-size: 14px;
}
.top_menu li.sub a {
	color: #B7BBBE;
	font-size: 14px;
}
.top_menu li a:hover {
	font-weight: bold;
}
/* End topmenu */
/* End general */

/* buttons */
a.button {
	float: left;
	padding-right: 20px;
	line-height: 40px;
	background: right top no-repeat;
	outline: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.button span {
	display: block;
	padding-left: 20px;
	background: left top no-repeat;
	background-color: #FFFFFF;
}
a.button:hover {
	background-position: right -40px;
}
a.button:hover span {
	background-position: left -40px;
}
a.btn_green, a.btn_green span {
	background-image: url("../images/button/green.gif");
}
a.btn_blue, a.btn_blue span {
	background-image: url("../images/button/blue.gif");
}
a.btn_orange, a.btn_orange span {
	background-image: url("../images/button/orange.gif");
}
a.btn_pink, a.btn_pink span {
	background-image: url("../images/button/pink.gif");
}
.jump {
	padding: 2ex 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.jump div {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
}
.jump div a {
	position: relative;
	left: -50%;
	margin: 0;
}
/* End buttons */
