﻿@charset "utf-8";
/*
index.css {
	Last update: 1 July, 2009;
}
*/

/*
table of contents
=1 mainContent
=2 subContent
=3 exContent
=4 siteBottom
*/

/* =1 MainContent */
div#mainContent {
	display: inline;
	float: left;
	width: 605px;	/* 615 */
	margin: 0 227px;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-top: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	background: #ffffff;
	background-repeat: no-repeat;
	padding: 0px;
}
div#mainContent a {
	color: #f15c22;	/* 3875b6 */
	text-decoration: none;
}
div#mainContent a:hover {
	color: #f15c22;
	text-decoration: none;
}
div#mainContent p {
	line-height:20px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	text-align : justify;
}
div#mainContent h2 {
	background-color: #ffffff;
	background-image:url(../img/subpage_subject_bar.gif);
 	height:20px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#mainContent h3 {
 	background-color: #ffffff;
 	height:18px;
	margin:0px 0px 0px 0px;
}
div#mainContent h2 span {
	background-color: #ffffff;
	color:#005e5e;
	font-weight:lighter;
	line-height:20px;
	height:20px;
	font-size:13px;
	padding: 3px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
div#mainContent h3 span {
	background-color: #cccccc;
	color:#000000;
	font-weight:lighter;
	line-height:18px;
	height:18px;
	font-size:14px;
	padding: 2px 5px 2px 5px;
	margin:2px 0px 0px 0px;
}
div#mainContent img {
	margin: 0px 0px 0px 0px;
	padding: 0;
	vertical-align:top;
}

/* =2 subContent */
div#subContent {
	display: inline;
	float: left;
	width: 226px;	/* 226px 120px */
	margin-left : -1061px;	/* -950px */
/*	border-top: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff; */
	border-left: solid 0px #ff0000;
	border-right: solid 0px #ffffff;
/*	background: #e9f7ff; */
	background: #ffffff;
}

div#subContent ul {
	margin: 0 15px 20px;
}

div#subContent ul li {
	margin: 5px 0;
}

/* =3 exContent */
div#exContent {
	display: inline;
	float: left;
	width: 137px;	/* 137px 145px */
	margin-left: -217px;	/* -115px */
/*	border-top: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;	*/
	border-left: solid 0px #ff0000;
	border-right: solid 0px #ff0000;
/*	background: #ddeeff;*/
	background: #feefe5;
}

div#exContent ul {
	margin: 0 15px 20px;
}

div#exContent ul li {
	margin: 5px 0;
}
div#exContent h2,h3 {
	background-color: #ddeeff;
	font-weight: bold;
	padding:0;
	padding-left:10px;
	height:24px;
	display:block;
	margin:8px 0 10px 0;
	color : #666666;
	margin-left : 5px;
	margin-right : 10px;
}

div#exContent h3 {
	font-size: 95%;
}
div#exContent span {
	background-color: #dddddd;
	color:#666666;
	font-weight:bold;
	line-height:20px;
	height:20px;
	font-size:18px;
	padding: 2px 10px 2px 10px;
	display:inline-block;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
}
div#exContent a:link,
div#exContent a:visited {
	color: #666666;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
div#exContent a:hover {
	color: #666666;
	text-decoration: underline;	
}

/* ---------- =4 siteBottom ---------- */
div#siteBottom {
	float:left;
	display:block;
	width: 980px;
/*	height: 300px;
	_height:300px;*/
	border-top: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	border-left: solid 1px #ff9966;
	border-right: solid 1px #ff9966;
	background: #ffffff;
	position:relative;
	margin: 0px;
	padding: 0px;
}

div#siteBottom_adv {
	display:block;
	width: 980px;
	border-top: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;

	background: #ffffff;
	position:relative;
}

div#siteBottom a:link,
div#siteBottom a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

div#siteBottom a:hover {
	color: #cccccc;
	text-decoration: underline;
}
div#siteBottom h2 {
	background-color: #015e5e;
	background-image:url(../img/tab_title_background.gif);
	font-weight: bold;
	padding:0;
	padding-left:10px;
	height:23px;
	display:block;
	margin:0px 0px 0px 0px;
	color : #222222;
	margin-left : 0px;
	margin-right : 0px;
}
div#siteBottom h2 span {
	background-color: #ffffff;
	color:#222222;
	font-weight:bold;
	line-height:15px;
	height:15px;
	font-size:15px;
	padding: 4px 10px 2px 10px;
	display:inline-block;
	border-top: solid 1px #015e5e;
	border-bottom: solid 1px #015e5e;
}
