

div.get-adobe {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: -51px 0px 0px 0px;
}
div.content-main {
	padding: 0px 0px 0px 0px;
	/*margin: -112px 0px 0px 1px;*/
	margin: 0px 0px 0px 1px;
	width: 958px;
	/*height: 500px;*/
	float: left;
	/*border: 1px solid red;*/
	
	background: url(../images/bg-body-content.png) repeat-x 0px 0px;
	}

div.content-left, div.content-left-sitemap {
	padding: 20px 0px 20px 25px;
	margin: 0px 0px 0px 0px;
	width: 665px;
	/*height: 500px;*/
	float: left;
	/*border: 1px solid green;*/
	
	/*background: url(../images/bg-body-content.png) repeat-x 0px 0px;*/
	}
	
div.content-right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	/*border: 1px solid yellow;*/
	float: right;
	}
	
div.content-right-upper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	background: url(../images/bg-content-right.png) no-repeat 0px 0px;
	}
	
div.content-right-top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	}
	
	
div.content-right-middle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	width: 247px;
	}
	
div.content-right-bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	height: 27px;
	background: url(../images/bg-content-right-bottom.png) no-repeat 0px 0px;
	}
	
div.content-right-lower {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	float: left;
	/*border: 1px solid blue;*/
	background-color: #ddd;
	}
	
div.content-right-lower-top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	width: 247px;
	height: 9px;
	background: url(../images/bg-content-right-lower-top.gif) no-repeat 0px 0px;
	/*border: 1px solid red;*/
	}
	
div.content-right-lower-middle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	background: url(../images/bg-content-right-lower-midd.gif) repeat-y 0px 0px;
	/*border: 1px solid red;*/
	}
div.content-right-lower-bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	background: url(../images/bg-content-right-lower-bott.gif) no-repeat 0px 0px;
	/*border: 1px solid red;*/
	}
	
	
div.content-right-lower-inner {
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 16px;
	width: 220px;
	/*border: 1px solid red;*/
	}
	
div.content-right-lower-inner h1 {
	font-size: 1.1em;
	color: #041337;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	
	}

div.content-right-lower-inner p, div.content-right-lower-inner td, div.content-right-lower-inner li{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	}

div.content-right-lower-inner h2 {
	font-size: 1.0em;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}
	
div.content-right-lower-inner h3 {
	font-size: 0.9em;
	line-height: 1.7em;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}	
	
div.content-right-lower-inner h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: red;
	line-height: 1.7em;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}	
	

div.content-right-lower-inner h5 {
	font-size: 0.9em;
	line-height: 1.4em;
	color:red;
	font-weight: normal;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}



/*--------------------------*/
/*------ site map -----------*/
/*--------------------------*/

#content-body-sitemap ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content-body-sitemap li { margin: 0; }

#content-body-sitemap a
{
	display: block;
	color: #FFF;
	background-color: #020c24;
	width: 450px;
	padding: 6px 18px 6px 12px;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#content-body-sitemap a:hover
{
	background-color: #7b8297;
	color: #FFF;
}

#content-body-sitemap li li a:hover
{
	background-color: #7b8297;
	color: #FFF;
}

#content-body-sitemap li li a
{
	display: block;
	color: #FFF;
	background-color: #111e3d;
	width: 450px;
	padding: 6px 0px 6px 30px;
	text-decoration: none;
	border-bottom: 1px solid #666;
}



/*--------------------------*/
/*-------- ARTICLE DETAIL ----------*/
/*--------------------------*/
	
p.article-detail-date {
	font-weight:bold;
	color:#222222;
	margin-top: -8px;
	font-size: 12px;
	}
	
/*--------------------------*/
/*-------- ARTICLE LIST ----------*/
/*--------------------------*/


DIV.article-list, DIV.article-list-top {
	color: #333;
	line-height: 1.4em;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	}
	
DIV.article-list-top {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	}
	
DIV.article-list-date {
	width: 110px;
	float: left;
	display:block;
	}
	
DIV.article-list-title {
	/*float: left;
	display:block;
	width: 232px;
	border: 1px solid blue;*/
	}
	
DIV.article-list-year{
	float: right;
	display:block;
	width: 220px;
	border:1px solid #bbb;
	text-align:right;
	padding: 3px 3px 3px 3px;
	/*margin-top: -50px;*/
	margin-bottom: 10px;
	color:#eee;
	background-color:#eee;
	}
	
div.news-title-left {
	float: left;
	width: 300px;
	}
	
div.news-search-right {
	float: right;
	width: 300px;
	}
	
.year-select{
	margin-top: 1px;
	}
	
DIV.article-list-year span{
	color:#222;
	font-size: 11px;
	}
