@charset "UTF-8";
/*GENERAL STYLE*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #DDDFC8;
	font-size: 14px;
	line-height: 1;
}
a { font-weight: bold }
a:link { color: #541800 }
a:visited { color: #532C1C }
a:hover { color: #FF6000 }
a:active { color: #FF6000 }

input, select, textarea { font-size: 12px }

p, pre {
	font-size: 14px;
	line-height: 1.5;
	margin: 20px;
}
hr {
	height: 3px;
	margin: 5px 10px 5px 15px;
}
blockquote {
	font-size: 12px;
	line-height: 1.5;
	margin: 20px;
	padding: 5px;
	background: #E6E6E6;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 5px;
	border-left: 5px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #D5D5D5 url(/assets/images/bg_h1title.gif);
	 
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 10px;
	padding: 5px;
	border-left: 5px solid #FF6000;
	background: #E6E6E6;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 12px;
	padding: 5px;
	border-left: 3px solid #FF6000;
	border-bottom: 1px solid #D5D5D5;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 12px;
	padding: 5px;
	border-left: 3px solid #FF6000;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 12px;
	padding: 5px;
	border-left: 3px solid #D5D5D5;
}
h6 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 15px;
	padding: 5px;
	background: #DDDDDD url(/assets/images/bg_bordertype.gif);
}
ul {
	list-style: square;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 20px 20px 40px;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 20px 20px 40px;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid #888;
	margin: 20px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px;
	background: #E6E6E6;
}
th {
	background-color: #BBB;
}
th, td {
	padding: 5px 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
}

/*GENERAL STYLE END*/

/*LAYOUT*/
#wrapperheader {
	width: 770px;
	margin: 0;
	text-align: left;
	background: #FFF url(/assets/images/bg_wrapperheader.gif);
}
#wrapperfooter {
	width: 770px;
	height: 10px;
	margin: 0;
	text-align: left;
	background: #FFF url(/assets/images/bg_wrapperfooter.gif);
}
#header01 {
	width: 760px;
	height: 45px;
	margin: 0;
	text-align: left;
	background: #599C2B url(/assets/images/bg_header01.jpg);
}
#header02 {
	width: 760px;
	height: 25px;
	margin: 0;
	text-align: left;
	background: #C4E55A url(/assets/images/bg_header02.jpg);
}
#headermenu {
	width: 760px;
	height: 30px;
	margin: 0;
	text-align: left;
	background: #EEE;
}
#headertitle {
	width: 760px;
	height: 50px;
	margin: 0;
	text-align: left;
	background: #EEE;
}
#headersp {
	width: 760px;
	margin: 0;
	text-align: left;
	background: #E6E6E6 url(/assets/images/bg_headersp.gif);
}
#mainwrapper {
	width: 760px;
	margin: 0;
	text-align: left;
	background:#FFF;
}
#sidemenu {
	float: left;
	width: 220px;
	margin: 0;
	text-align: left;
}
#main {
	float: right;
	width: 540px;
	margin: 0;
	text-align: left;
}
#footer00 {
	width: 760px;
	margin: 0;
	text-align: right;
	background: #FFF;
	clear: both;
}
#footer01 {
	width: 760px;
	margin: 0;
	text-align: right;
	background: #599C2B;
	clear: both;
}
#footer02 {
	width: 760px;
	margin: 0;
	text-align: center;
	background: #135000;
}
/*LAYOUT END*/

/*DECORATION*/
.headerlogo {
	float: left;
	padding: 0;
	padding: 5px 0 0 70px;
	line-height: 0;
}
.searchbox {
	float: right;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 15px 5px 0 0;
}
.header02menu {
	float: right;
	padding: 5px 5px 0 0;
}
.headersp-text {
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	padding: 5px 5px 5px 20px;
}
.headersp-text a { text-decoration: none; font-weight: normal }
.footer00-text {
	font-size: 12px;
	color: #FFF;
	padding: 5px;
}
.footer00-text a { text-decoration: none; font-weight: normal }

.footer01-text {
	font-size: 12px;
	color: #FFF;
	padding: 5px;
}
.footer01-text a { text-decoration: none; font-weight: normal }
.footer01-text a:link { color: #FFF }
.footer01-text a:visited { color: #FFF }
.footer01-text a:hover { color: #FFAB78 }
.footer01-text a:active { color: #FFAB78 }

.footer02-text {
	font-size: 11px;
	color: #FFF;
	padding: 3px;
}

.sidemenu01-1 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 15px;
	background: #FFF url(/assets/images/bg_sidemenu-01.gif) repeat-y;
}
.sidemenu01-1 a { text-decoration: none }
.sidemenu01-2 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-01s.gif) repeat-y;
}
.sidemenu01-2 a { text-decoration: none; font-weight: normal }
.sidemenu01-3 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-01ss.gif) repeat-y;
}
.sidemenu01-3 a { text-decoration: none; font-weight: normal }
.sidemenu01-4 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 35px;
	background: #FFF url(/assets/images/bg_sidemenu-01ss.gif) repeat-y;
}
.sidemenu01-4 a { text-decoration: none; font-weight: normal }

.sidemenu02-1 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 15px;
	background: #FFF url(/assets/images/bg_sidemenu-02.gif) repeat-y;
}
.sidemenu02-1 a { text-decoration: none }
.sidemenu02-2 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-02s.gif) repeat-y;
}
.sidemenu02-2 a { text-decoration: none; font-weight: normal }
.sidemenu02-3 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-02ss.gif) repeat-y;
}
.sidemenu02-3 a { text-decoration: none; font-weight: normal }
.sidemenu02-4 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 35px;
	background: #FFF url(/assets/images/bg_sidemenu-02ss.gif) repeat-y;
}
.sidemenu02-4 a { text-decoration: none; font-weight: normal }

.sidemenu03-1 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 15px;
	background: #FFF url(/assets/images/bg_sidemenu-03.gif) repeat-y;
}
.sidemenu03-1 a { text-decoration: none }
.sidemenu03-2 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-03s.gif) repeat-y;
}
.sidemenu03-2 a { text-decoration: none; font-weight: normal }
.sidemenu03-3 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-03ss.gif) repeat-y;
}
.sidemenu03-3 a { text-decoration: none; font-weight: normal }
.sidemenu03-4 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 35px;
	background: #FFF url(/assets/images/bg_sidemenu-03ss.gif) repeat-y;
}
.sidemenu03-4 a { text-decoration: none; font-weight: normal }

.sidemenu04-1 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 15px;
	background: #FFF url(/assets/images/bg_sidemenu-04.gif) repeat-y;
}
.sidemenu04-1 a { text-decoration: none }
.sidemenu04-2 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-04s.gif) repeat-y;
}
.sidemenu04-2 a { text-decoration: none; font-weight: normal }
.sidemenu04-3 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 25px;
	background: #FFF url(/assets/images/bg_sidemenu-04ss.gif) repeat-y;
}
.sidemenu04-3 a { text-decoration: none; font-weight: normal }
.sidemenu04-4 {
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	margin: 2px 0 0 0;
	padding: 5px 2px 5px 35px;
	background: #FFF url(/assets/images/bg_sidemenu-04ss.gif) repeat-y;
}
.sidemenu04-4 a { text-decoration: none; font-weight: normal }


.mainheaderimage {
	margin: 5px 0px 5px 5px;
}

.textright {
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 20px 10px 20px;
}
/*DECORATION END*/

/*CALENDER START*/

.calendar {
	font-size: 16px;
	border-collapse: collapse;
	border: 2px solid #888;
	margin: 20px;
	padding: 0;
	background: #FFF url(/assets/images/bg_calendar.gif) no-repeat;
}
.calendar-month {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 10px 5px 10px;
	padding: 10px;
	border: 1px solid #FF6000;
	background: #E6E6E6 url(/assets/images/bg_calendar-month.gif);
}
.cal_link {
	list-style-type: square;
	font-size: 10px;
	line-height: 1.2;
	margin: 3px;
	padding: 0;
}
.cal_link a{ text-decoration: none; font-weight: normal }

.calendar th {
	text-align: center;
	padding: 5px 5px;
	border: 1px solid #888;
	background-color: #CCCCCC;
}
.calendar td {
	padding: 5px 5px;
	border: 1px solid #888;
}
/*CALENDER END*/

/*LIST START*/
.list {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	border-left: 3px solid #FF6000;
}

/*LIST END*/

/*INFO START*/
.info_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 5px 0px 20px;
	padding: 5px;
	border-left: 5px solid #FF6000;
	border-bottom: 1px solid #FF6000;
}
.info_caption {
	font-size: 12px;
	line-height: 1.2;
	margin: 0px 5px 15px 24px;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #FF6000;
	border-right: 1px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #DDDDDD;
}
.info_pageno {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	margin: 5px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
}
.info_pagenavi {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #DDDDDD url(/assets/images/bg_bordertype.gif);
	display: block;
}
/*INFO END*/

/*LOGINFORM START*/
.loginform {
font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 20px 10px 20px;
	padding: 15px;
	border-left: 5px solid #FF6000;
	border-right: 5px solid #FF6000;
	border-top: 1px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #DDDDDD url(/assets/images/bg_login.jpg) no-repeat;
}
/*LOGINFORM END*/

/*LOGINFORM_SIDEMENU START*/
.loginform_sidemenu {
font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border-left: 5px solid #0E3ECC;
	border-right: 5px solid #0E3ECC;
	border-top: 1px solid #0E3ECC;
	border-bottom: 1px solid #0E3ECC;
	background: #DDDDDD url(/assets/images/bg_loginsidemenu.jpg);
}
/*LOGINFORM_SIDEMENU END*/

/*SERCH START*/
.search_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	border-left: 3px solid #FF6000;
}
.search_caption {
	font-size: 12px;
	line-height: 1.2;
	margin: 0px 40px 20px 40px;
	padding: 15px 15px 15px 15px;
	background: #DDDDDD;
}
.search_pagenavi {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #DDDDDD url(/assets/images/bg_bordertype.gif);
	display: block;
}
.ajaxSearch_highlight {
	font-weight: bold;
}
/*SERCH END*/

/*LOGINFORM START*/
.form_title {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0px 30px;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #FF6000;
	background: #E6E6E6;
}
.form_imputarea {
	font-size: 14px;
	margin: 0px 5px 5px 30px;
	padding: 5px 5px 5px 80px;
	border-left: 5px solid #AAAAAA;
	background: #E6E6E6;
}
.form_button {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 5px 5px 30px;
	padding: 5px 15px 5px 15px;
	border-top: 2px solid #FF6000;
	border-bottom: 2px solid #FF6000;
	background: #DDDDDD;
	display: block;
}
.errors {
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 5px 5px 30px;
	padding: 5px 15px 5px 15px;
	border: 2px solid #FF0000;
	background: #FFC0C0;
	display: block;
}
/*LOGINFORM END*/

/*TOP LAYOUT START*/
.top_banner {
	margin: 5px 0px 0px 5px;
}
#top_message {
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #FFE9CE;
}
.top_message {
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #BD6600 url(/assets/images/message_bg.jpg);
}
#top_news01{
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #F6FFDA;
}
.top_news01 {
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #6F9500 url(/assets/images/news01bg.jpg);
}
#top_news02{
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #DAF5FF;
}
.top_news02 {
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #006BA1 url(/assets/images/news02bg.jpg);
}
#top_news_employee{
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #FFF3C8;
}
.top_news_employee {
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #756C02 url(/assets/images/news-employee-bg.jpg);
}
#top_news03{
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #DBE4FF;
}
.top_news03 {
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #2C46A4 url(/assets/images/news03bg.jpg);
}
.top_newsTitle {
	font-size: 12px;
	line-height: 1.2;
	margin: 2px 5px 2px 10px;
	padding: 4px 8px 4px 8px;
	border-left: 3px solid #FF6000;
	background: #FFF;
}
.top_newsTitle a { text-decoration: none }
.top_newsCaption {
	font-size: 11px;
	font-color: #444444;
	line-height: 1.2;
	margin: 2px 5px 15px 30px;
	padding: 0;
}
.top_newsFooterText {
	text-align: right;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	background: #DDDDDD url(/assets/images/bg_bordertype.gif);
}
.top_newsFooterText a { text-decoration: none; font-weight: normal }

.tochii_searchbox {
	float: center;
	font-size: 15px;
	margin: 5px;
	padding: 15px 15px 15px 80px;
	background: #DDDDDD url(/assets/images/bg_serch.jpg);
	border: 1px solid #AAAAAA;
}

/*TOP LAYOUT END*/

.date_list {
	font-size: 12px;
	color: #555;
	margin: 0px 0px 0px 10px;
}