/*---reset---*/
a:link, a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #c53316;
	text-decoration: none;
}
body {
	background: #ebf6fc url(cssimg/body.gif) left top repeat-x;
	color: #515151;
	font-family: Arial;
	font-size:80%;
	letter-spacing: 0.05em;
}
img {
	border: 0;
}
body, #menu ul, #submenu ul, #footer p  {
	margin: 0; padding: 0;
}
#menu ul li, #submenu ul li, #content ul li {
	list-style: none;
	list-style-image: none;
}

/*---DefaultSetting---*/
#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#container, #main, #header, #footer {
	position: relative;
}
#nav, #nav2, #menu {
	position: absolute;
	z-index: 3;
}

/*---container---*/
#container {
	background: #fff;
	margin: 20px auto 30px auto;
	padding-bottom: 3px;
	width: 956px;
}

/* Header */
#header {
	background: url(cssimg/header.jpg) left top no-repeat;
	height: 335px;
	width: 956px;
}
#header_pics a {
	margin: 0 -6px 0 15px;
}
#header_pics img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px;
}
#header_pics {
	padding-top: 67px;
}
#nav {
	display: block;
	font-size: 0.9em;
	height: 17px;
	_height: 20px;
    right: 20px;
	top: 40px;
}
#nav a {
	color: #708dd1;
	margin: 0 3px;
    padding: 8px 0 3px 27px;
    _padding: 6px 0 3px 27px;
}
#nav a:hover {
	color: #224cad;
}
#nav .nav_home {
	background: url(cssimg/nav_home.gif) left top no-repeat;
}
#nav .nav_fav {
	background: url(cssimg/nav_fav.gif) left top no-repeat;
}
#nav2 {
	display: block;
	color: #666;
	font-size: 0.9em;
	height: 17px;
    padding: 3px 3px 0 15px;
    right: 22px;
	top: 63px;
	text-transform: uppercase;
}
#nav2 a {
	color: #666;
}
#nav2 a:hover {
	color: #000;
}
/* Main */
#main {}

/* Content */
#content {
	min-height: 555px;    height:auto!important;    height: 555px;
	font-size: 0.95em;
	line-height: 1.5;
	padding: 0 71px 25px 113px;
}

/* Menu */
#menu {
	left: 85px;
	top: 89px;
}
#menu li {
	background: url(cssimg/menu_li.jpg) left top no-repeat;
	display: inline;
	float: left;
}
#menu li a {
	display: block;
	color: #fff;
	background: url(cssimg/menu.gif) 0 0 no-repeat;
	padding: 12px 2px 15px 18px;
	text-indent: -9999px;
	width: 147px;
}
#menu li a:hover {
	background: url(cssimg/menu.gif) 0 -46px no-repeat;
}
#menu li a#menu_2 {
	background: url(cssimg/menu.gif) -167px 0 no-repeat;
}
#menu li a#menu_3 {
	background: url(cssimg/menu.gif) -334px 0 no-repeat;
}
#menu li a#menu_4 {
	background: url(cssimg/menu.gif) -501px 0 no-repeat;
}
#menu li a#menu_5 {
	background: url(cssimg/menu.gif) -668px 0 no-repeat;
}
#menu li a#menu_2:hover {
	background: url(cssimg/menu.gif) -167px -46px no-repeat;
}
#menu li a#menu_3:hover {
	background: url(cssimg/menu.gif) -334px -46px no-repeat;
}
#menu li a#menu_4:hover {
	background: url(cssimg/menu.gif) -501px -46px no-repeat;
}
#menu li a#menu_5:hover {
	background: url(cssimg/menu.gif) -668px -46px no-repeat;
}

/* Submenu */
#submenu {
	background: #ddd;
	left: 31px;
	top: 0;
	position: absolute;
	width: 172px;
}
#submenu h3 {
	background: #576574;
	border-bottom: 1px solid #b5c5d5;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 7px 4px 6px 32px;
}
#submenu li {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #bababa;
	padding: 0 0 1px 0;
}
#submenu li li {
	border-bottom: 0;
}
#submenu li a {
	background: url(cssimg/submenu_lia.gif) left top no-repeat;
	color: #333;
	display: block;
	font-size: 0.9em;
	padding: 8px 4px 6px 32px;
}
#submenu li a:hover {
	background: #738da8 url(cssimg/submenu_lia2.gif) left top no-repeat;
	color: #fff;
}
#submenu li li a {
	background: #d5dce5 url(cssimg/submenu_lilia.gif) left top no-repeat;
	color: #294c71;
	font-size: 0.95em;
	padding: 8px 4px 6px 47px;
}
#submenu li li a:hover {
	background: #bccae0 url(cssimg/submenu_lilia2.gif) left top no-repeat;
	color: #294c71;
}

/* Footer */
#footer {
	background: url(cssimg/footer.jpg) center top no-repeat;
	clear: both;
}
#footer a:link, #footer a:visited { text-decoration: underline;}
#footer a:hover, #footer a:active { text-decoration: none;}
#footer p {
	font-size: 0.95em;
	*font-size: 0.85em;
	padding: 10px 0 10px 8px;
	text-align: center;
}
#footer p.data {
	padding: 0;
	position: absolute;
	right: 30px;
	top: 45px;
	width: 190px;
}
#footer p.data a {
	color: #999;
	text-decoration: none;
}
#footer p.data a:hover {
	text-decoration: underline;
}

/*---contentSetting---*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	clear: both; margin: 10px 0; padding: 0;
}
#content h4, #content h5, #content h6 {
	font-size: 1em;
    padding: 0px 0 0 30px;
    *padding: 2px 0 0 30px;
}
#content h1 {
	background: url(cssimg/h1.gif) left top no-repeat;
	color: #006699;
	font-size: 1.25em;
	margin-left: -20px;
	padding: 4px 0 4px 40px;
}
#content h2 {
	background: url(cssimg/h2.gif) left top no-repeat;
	color: #cc6600;
	font-size: 1.2em;
    margin-left: -22px;
    padding: 2px 0 5px 20px;
}
#content h3 {
	background: #c67765 url(cssimg/h3.gif) left top no-repeat;
	color: #fff;
    font-size: 1.1em;
    padding: 6px 0 4px 25px;
}
#content h4 {
	background: url(cssimg/h4.gif) left top no-repeat;
	color: #4d7f12;
}
#content h5 {
	background: url(cssimg/h5.gif) left top no-repeat;
	color: #047c48;
}
#content h6 {
	background: url(cssimg/h6.gif) left top no-repeat;
	color: #595959;
	font-weight: normal;
}
#content a:link, #content a:visited { text-decoration: underline;}
#content a:hover, #content a:active { text-decoration: none;}

#content input,#content textarea {
	border: 1px solid #999;
}
#content input {
	background: url(cssimg/input.gif) left top repeat-x;
}
#content textarea {
	background: url(cssimg/textarea.gif) left top repeat-x;
}
#content input.button {
	background: url(cssimg/button.gif) left top repeat-x;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-family: Arial;
	height: 21px;
	letter-spacing: 0;
	text-align: center;
	width: 80px;
}
#content p {
	line-height: 1.7;
	margin: 0 0 15px 20px;
}
#content ul, #content dl, #content ol {
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
#content ul ul {
	margin: 10px 0 0 0px;
}
#content ul li li {
	background: url(cssimg/lili.gif) left top no-repeat;
	padding: 5px 0 7px 18px;
}
#content ul li span {
	color: #2989ac;
	font-weight: bold;
}
#content ul li {
	background: url(cssimg/ulli.gif) left top no-repeat;
	padding: 3px 0 7px 15px;
}
#content dl a:link, #content dl a:visited {
	text-decoration: none;
}
#content dt {
	background: url(cssimg/ulli.gif) left top no-repeat;
	font-weight: bold;
	margin-top: 10px;
	padding: 4px 0 7px 15px;
}
#content dd {
	margin: 0;
	padding: 0 0 0 15px;
}
#content ol li {
	margin: 0 0 6px 31px;
}
#content p#pages {
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 0 15px 0px;
	padding: 5px;
	text-align: center;
	width: 93%;
	margin-left:30px;
}
#content p#pages  a:link, #content p#pages  a:visited {
	color: #666;
	text-decoration: none;
}
#content p#pages  a:hover, #content p#pages  a:active {
	color: #333;
	text-decoration: underline;
}
/*---TableStyle---*/
caption {	
	color: #336699;
    font-size: 1.1em;
	font-weight: bold;
    margin-left: -30px;
    padding: 3px 0 5px 29px;
    *padding: 3px 0 5px 0px;
	text-align: left;
}
#content .table_type1 a:link, #content .table_type1 a:visited {
	color: #993300;
	text-decoration: underline;
}
#content .table_type1 a:hover, #content .table_type1 a:active {
	color: #c53316;
	text-decoration: none;
}
.table_type1 {
	background: #fdfdfd;
	border: 0;
	color: #333;
	border-right: 1px solid #ccc;
	*margin-bottom: 15px;
}
.table_type1 th, .table_type1 td {
	padding: 8px 0px 8px 7px;
	vertical-align: top;
}
.table_type1 th {
	background: #589bc2 url(cssimg/th.gif) left top repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.table_type1 td {
	background: #fcfcfc url(cssimg/td.gif) left top repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

.table_type2 {
	margin: 10px 0;
}
.table_type2 th, .table_type2 td {
	border-bottom: 1px dashed #c2c2c2;
	padding: 8px 5px;
	vertical-align: top;
}
.table_type2 td {
	text-align: left;
}
.table_type2 th {
	color: #333;
	text-align: right;
	width: 100px;
}

.table_type3 {
	margin: 10px 0;
}
.table_type3 th, .table_type3 td {
	padding: 8px 5px;
	vertical-align: top;
}
.table_type3 td {
	text-align: left;
}
.table_type3 th {
	color: #333;
	font-weight: normal;
	text-align: left;
	width: 100px;
}

#top {
	display: block;
	clear: both;
	padding: 25px 0;
}
.back {
	clear: both;
	float: right;
}