@charset "UTF-8";

html {
	color: #333;
	font-size: 125%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font:inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}




body {
	font-family: sans-serif;
	text-align:center;
	font-size: 60%;
	position: relative;
	background: url(../images/header_bg2.jpg) repeat-x left top;
}
a {
	color: #4175A8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #187D51 !important;
}

body #header-container {
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat center top;
	z-index: 100;
	position: relative;
}
#header {
	width: 960px;
	margin: 0 auto;
	height: 140px;
	text-align: left;
	position: relative;
}
#header .logo {
	position: absolute;
	top: 30px;
	left: 4px;
}
#header .catch {
	position: absolute;
	top: 37px;
	left: 263px;
	font-size: 92%;
	font-weight: normal;
	line-height: normal;
}
#header .nav {
	position: absolute;
	top: 67px;
	left: 263px;
}
#header .nav a,
#header .nav a:hover {
	color: #FFF !important;
}
#header .nav ul {
	line-height: 0;
}
#header .nav ul li {
	display: block;
	float: left;
	position: relative;
	width: 174px;
}
#header .nav ul li.nav4 {
	width: 175px;
}
#header .nav ul li a {
	display: block;
	width: 174px;
	height: 37px;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -999px;
}
#header .nav ul li.nav1 a {
	background-image: url(../images/header_nav1.jpg);
}
#header .nav ul li.nav2 a {
	background-image: url(../images/header_nav2.jpg);
}
#header .nav ul li.nav3 a {
	background-image: url(../images/header_nav3.jpg);
}
#header .nav ul li.nav4 a {
	width: 175px;
	background-image: url(../images/header_nav4.jpg);
}
#header .nav ul li a:hover,
#header .nav ul li a.active {
	background-position: 0px -37px;
}
#header .nav ul ul {
	line-height: normal;
	width: 173px;
	background: url(../images/header_subnav_bg.png) no-repeat left top;
	position: absolute;
	left: 1px;
	top: 37px;
}
#header .nav ul .nav-sub {
	display: none;
}
#header .nav ul ul li {
	float: none;
	display: inline;
}
#header .nav ul ul li a {
	background: url(../images/header_arrow1.gif) no-repeat 150px center !important;
	display: block;
	position: relative;
	padding: 7px 25px 7px 11px;
	border-bottom: dotted 1px #FFF;
	text-indent: 0px;
	width: 137px;
	height: auto;
}
#header .nav ul ul li a:hover {
	background: #35976D url(../images/header_arrow1.gif) no-repeat 150px center !important;
}
#header .nav ul ul li.last a {
	border-bottom: none;
}
#header .sub-nav {
	position: absolute;
	top: 33px;
	right: 0px;
}
#header .sub-nav ul {
	line-height: 0;
}
#header .sub-nav ul li {
	display: block;
	float: left;
}
#header .sub-nav ul li.nav1 {
	border-right: solid 1px #808080;
	padding: 4px 0 0 0;
}
#header .sub-nav ul li.nav2 {
	padding: 4px 5px 0 0;
}

#footer-container {
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	background: url(../images/footer_bg.jpg) repeat-x left top;
}
#footer {
	width: 960px;
	height: 120px;
	text-align: left;
	margin: 0 auto;
	line-height: 110%;
	color: #666;
	overflow: hidden;
	position: relative;
}
#footer a {
	color: #666;
}
#footer .nav {
	position: absolute;
	left: 0px;
	top: 33px;
}
#footer .nav li {
	display: inline;
	margin: 0 1em 0 0;
}
#footer .wakengp {
	position: absolute;
	right: 0px;
	top: 33px;
}
#footer .copyright {
	position: absolute;
	left: 0px;
	top: 54px;
}

#breadcrumbs {
	width: 720px;
	height: 17px;
	line-height: 110%;
	overflow: hidden;
	text-align: left;
	font-size: 92%;
}
#breadcrumbs li {
	display: inline;
}

#main-container {
	width: 100%;
	clear: both;
}
#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.col-side {
	float: left;
	width: 200px;
	padding: 17px 0 0 0;
}
.col-main {
	float: right;
	width: 720px;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.col-main2 {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.col-side div.block {
	margin: 0 0 12px 0;
}
.col-side div.block-nav {
	background: url(../images/side_nav_bottom.gif) no-repeat left bottom;
	padding: 0 0 7px 0;
}
.col-side div.block-nav li {
	border-bottom: dotted 1px #5EAB81;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
.col-side div.block-nav li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.col-side div.block-nav li a {
	display: block;
	padding: 13px 21px 13px 11px;
	background: #F6F6F6 url(../images/icon_arrow1r.gif) no-repeat 179px center;
	color: #4F4F4F;
}
.col-side div.block-banner li {
	display: inline;
}
.col-side div.block-banner li a {
	display: block;
	margin: 0 0 6px 0;
}

.page-title1 {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.page-title1 h1,
.page-title1 h2 {
	padding: 38px 0 0 1px;
}
.page-title-bg1 {
	background: url(../images/page_title_bg1.jpg) no-repeat right 17px;
}

.page-title2 {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin: 0 0 46px 0;
}

.page-sub-title1 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
}
.page-sub-title1 h2,
.page-sub-title1 h3 {
	border-left: solid 4px #5EAB81;
	padding: 0 0 0 10px;
	font-size: 109%;
}

.page-sub-title2 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
}
.page-sub-title2 h2,
.page-sub-title2 h3 {
	border-left: solid 4px #5EAB81;
	padding: 0 0 0 10px;
	font-size: 117%;
}

.pagetop-link {
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
	margin: 40px 0 12px 0;
}
.pagetop-link a {
	color: #333;
	font-size: 83%;
	line-height: 110%;
}
.pagetop-link img {
	margin: 0 0 0 5px;
}

.page-link {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 40px 0;
}
.page-link a {
	line-height: 110%;
}
.page-link .left {
	float: left;
}
.page-link .right {
	float: right;
}
.page-link .left img {
	margin: 0 5px 0 0;
}
.page-link .right img {
	margin: 0 0 0 5px;
}

.page-anc {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 35px 0;
}
.page-anc li {
	display: inline;
}
.page-anc2 {
	width: 720px;
	height: 38px;
	overflow: hidden;
	clear: both;
	margin: 17px 0 18px 0;
	text-align:center;
	background: url(../images/page_anc_bg2.gif) no-repeat center center;
}
.page-anc3 {
	width: 720px;
	overflow: hidden;
	clear: both;
	margin: 18px 0 39px 0;
	background: url(../images/page_anc_bg3.gif) repeat left top;
}
.page-anc3 .inner {
	clear: both;
	margin: 4px;
	padding: 0px 9px 9px 9px;
	text-align:center;
	background: #FFF;
}
.page-anc4 {
	width: 720px;
	overflow: hidden;
	clear: both;
	margin: 18px 0 18px 0;
	background: url(../images/page_anc_bg3.gif) repeat left top;
}
.page-anc4 .inner {
	clear: both;
	margin: 4px;
	padding: 0px 9px 9px 9px;
	text-align:center;
	background: #FFF;
}
.page-anc2 ul,
.page-anc3 ul,
.page-anc3 p,
.page-anc4 p {
	padding: 10px 0 0 0;
}
.page-anc2 li,
.page-anc3 li {
	display: inline;
	font-size: 109%;
	color: #666666;
}
.page-anc2 strong,
.page-anc3 strong {
	font-weight: bold;
}


.fsup1 {
	font-size: 109%;
}
.fsup2 {
	font-size: 117%;
}
.fsdw1 {
	font-size:92%;
}
.fsdw2 {
	font-size: 83%;
}

.sep1 {
	border-color: #CCCCCC;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 1px;
	margin: 35px 0;
	padding: 0;
}
.sep2 {
	border-color: #999999;
	border-image: none;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	height: 1px;
	margin: 9px 0;
	padding: 0;
}
.sep3 {
	border-color: #CCCCCC;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 1px;
	margin: 13px 0;
	padding: 0;
}

.plugin-container {
	width: 100%;
	overflow: hidden;
	line-height: 130%;
	margin: 40px 0;
}
.plugin-container a {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.plugin-container span {
	display: block;
	float: left;
	padding: 5px 0 0 0;
}
.plugin-container p.txt {
	margin: 0 0 8px 0;
}

.page-nation1 {
	width: 100%;
	overflow: hidden;
	margin: 33px 0 20px;
}
.page-nation1 div.left {
	float: left;
}
.page-nation1 div.right {
	float: right;
	text-align: right;
}
.page-nation1 a.prev {
	margin: 0 1em 0 0;
}
.page-nation1 a.next {
	margin: 0 0 0 1em;
}
.page-nation1 a.prev img,
.page-nation1 a.next img {
	vertical-align: -0.15em;
}

.com-list1 {
	width: 100%;
	overflow: hidden;
}
.com-list1 div.box {
	width: 100%;
	overflow: hidden;
}
.com-list1 div.left {
	width: 80px;
	float: left;
}
.com-list1 div.right {
	width: 623px;
	float: right;
	padding: 5px 0 0 0;
}
.com-list1 div.utl {
	width: 100%;
	overflow: hidden;
	padding: 0 0 3px 0;
}
.com-list1 div.utl span.date {
	display: block;
	font-size: 10px;
	line-height: 11px;
	padding: 3px 0 0 0;
	width: 104px;
	height: 13px;
	color: #FFF;
	text-align:center;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
}
.com-list-campaign div.utl span.date {
	background: url(../images/home_campaign_date_bg.gif) no-repeat left top;
}
.com-list-whatsnew div.utl span.date {
	background: url(../images/home_news_date_bg.gif) no-repeat left top;
}
.com-list-topics div.utl span.date {
	background: url(../images/home_topics_date_bg.gif) no-repeat left top;
}
.com-list1 div.utl img.new {
	vertical-align: -1em;
	*vertical-align: baseline;
	_vertical-align: baseline;
	*margin: 4px 0 2px;
	_margin: 4px 0 2px;
}
.com-list1 a {
	color: #333;
}

.com-information1 {
	width: 100%;
	overflow: hidden;
}
.com-information1 div.title {
	width: 100%;
	overflow: hidden;
	padding: 11px 0 0 0;
}
.com-information1 div.title h2 {
	font-size: 117%;
}
.com-information1 div.utl {
	width: 100%;
	overflow: hidden;
}
.com-information1 div.utl span.date {
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px 0 0 0;
	width: 135px;
	height: 18px;
	color: #FFF;
	text-align:center;
	overflow: hidden;
	float: left;
	margin: 0 7px 3px 0;
}
/* .com-information1-campaign div.utl span.date {
	background: url(../images/com_campaign_date_bg.gif) no-repeat left top;
}*/
.com-information1-whatsnew div.utl span.date {
	background: url(../images/com_news_date_bg.gif) no-repeat left top;
}
.com-information1-topics div.utl span.date {
	background: url(../images/com_topics_date_bg.gif) no-repeat left top;
}
.com-information1 div.utl img.new {
	vertical-align: -1.2em;
	*vertical-align: baseline;
	_vertical-align: baseline;
	*margin: 7px 0 0 0;
	_margin: 7px 0 0 0;
}
.com-information1 a {
/*	color: #333;*/
}
.com-information1 div.cnt {
	width: 100%;
	overflow: hidden;
}
.com-information1 div.cnt p {
	margin: 0 0 2em 0;
	line-height: 160%;
}
.com-information1 div.prev {
	width: 100%;
	overflow: hidden;
	padding: 2em 0 0 0;
	text-align: center;
}
.red {
	color: #F00;
}

.box-ctgtop {
	width: 740px;
	overflow: hidden;
	margin: 0 -20px 22px 0;
}
.box-ctgtop div.box {
	width: 350px;
	margin: 0 20px 0 0;
	float: left;
}
.box-ctgtop div.title {
	width: 350px;
	height: 47px;
	overflow: hidden;
}
.box-ctgtop div.title a {
	display: block;
	width: 332px;
	height: 36px;
	padding: 18px 0 0 21px;
	background: url(../images/ctg_top_bg.jpg) no-repeat left top;
}

.box-ctgtop div.cnt {
	border: solid 1px #95CDB3;
}
.box-ctgtop div.cnt p {
	height: 4.6em;
	line-height: 150%;
	padding: 13px 12px;
}

.box-ctgtop div.box a {
	color: #333;
}

.block-com-list1 {
	border-top: solid 1px #D8D8D8;
	border-right: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
}
.block-com-list1 div {
	border-bottom: solid 1px #D8D8D8;
	padding: 6px;
}

.block-com-list2 {
	width: 100%;
	overflow: hidden;
}
.block-com-list2 table {
	width: 100%;
}
.block-com-list2 table.head {
	margin: 0 0 8px 0;
	color: #FFF;
	font-weight: bold;
	background: #8F8F8F;
}
.block-com-list2 table.list {
	margin: 0 0 5px 0;
	font-size: 108%;
}
.block-com-list2 table td {
	padding: 3px 10px 2px;
	border: solid 1px #D8D8D8;
}
.block-com-list2 table td.left {
	width: 337px;
}
.block-com-list2 table.list td.right {
	background: #F7F7F7;
}


/*wysiwyg-color*/

.wysiwyg-color-black {
color: black;
}

.wysiwyg-color-silver {
color: silver;
}

.wysiwyg-color-gray {
color: gray;
}

.wysiwyg-color-white {
color: white;
}

.wysiwyg-color-maroon {
color: maroon;
}

.wysiwyg-color-red {
color: red;
}

.wysiwyg-color-purple {
color: purple;
}

.wysiwyg-color-fuchsia {
color: fuchsia;
}

.wysiwyg-color-green {
color: green;
}

.wysiwyg-color-lime {
color: lime;
}

.wysiwyg-color-olive {
color: olive;
}

.wysiwyg-color-yellow {
color: yellow;
}

.wysiwyg-color-navy {
color: navy;
}

.wysiwyg-color-blue {
color: blue;
}

.wysiwyg-color-teal {
color: teal;
}

.wysiwyg-color-aqua {
color: aqua;
}

.wysiwyg-color-orange {
color: orange;
}

