@CHARSET "UTF-8";

/*****************************************************
* tag common
*********************/
* {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style: none;
}
a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
img {
	border: 0px;
}
textarea {
	font-size: 100%;
}
.necessity {
	color: #F00;
	padding-left: 3px;
}
.gender label {
	padding-left: 5px;
}
.gender td {
	padding-right: 10px;
}

/*****************************************************
* header
*********************/
#ct_header {
	background-image: url(./images/header-repeat.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin-bottom: 1px;
}
#ct_header h1 {
	display: block;
	width: 200px;
	height: 50px;
	float: left;
}
#ct_header h1 a {
	display: block;
	width: 200px;
	height: 50px;
	text-indent: -9999px;
	font-size: 1px;
	background-image: url(./images/header-title.jpg);
	background-repeat: no-repeat;
}
#ct_header .dummy {
	display: block;
	width: 10px;
	height: 50px;
	float: right;
	background-image: url(./images/header-end.jpg);
	background-repeat: no-repeat;
}

#header-menu {
	display: block;
	background-color: #629254;
	color: #000;
	line-height: 28px;
	padding: 0px 7px;
	margin-bottom: 1px;
}
#header-menu a {
	font-size: 14px;
	color: #000;
}
#header-menu a:hover {
	color: #333;
}

/*****************************************************
* body
*********************/
#ct_body {
	background-color: #7D9A3D;
	height: 100%;
}	
#ct_body:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}

/*****************************************************
* menu
*********************/
#ct_menu {
	float: left;
	width: 200px;
	margin-bottom: 1px;
	padding-top: 10px;
}
#ct_menu li {
	line-height: 22px;
	list-style: disc;
	margin-left: 20px;
}
#ct_menu a {
	color: #000;
	font-size: 12px;
}
#ct_menu .banner {
	text-align: left;
}

/*****************************************************
* side menu
*********************/
#side-menu .item .active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}

/*****************************************************
* main body
*********************/
#ct_mainbody {
	margin-left: 200px;
	background-color: #FFF;
	padding: 10px;
	height: 100%;
	padding-bottom: 100px;
}
#ct_mainbody h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#ct_mainbody h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
#ct_mainbody p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
}

#news-list li a {
	font-size: 14px;
	line-height: 22px;
}

/*****************************************************
* footer
*********************/
#ct_footer {
	clear: both;
	line-height: 28px;
	font-size: 14px;
	background-color: #629254;
	padding: 0px 7px;
}

