@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}
.maincol {
	text-align: left;
}

#mainBlock {
	margin-top: 7px;
	width: 607px;
	float: left;
}
.bannerBlock {
	background: url(images/rightTitle.gif) no-repeat center top;
	padding: 42px 4px 0 7px;
	width: 189px;
	float: right;
}
.menuBlock {
	width: 193px;
	float: left;
}
.newsBlock {
	width: 408px;
	float: right;
}
/*
=====  setting ===========================
*/
div#header .leftCol img {
	margin-top: 35px;
}
#flashcontent {
	margin: 6px 0 6px 6px;
}
.groupLogo {
}
	
#content {
	background: url(images/contentBg.gif) repeat-y right top;
}
.hrLine {
	background: url(images/spacer.gif) no-repeat center top;
	width: 818px;
	height: 12px;
}
ul.menu {
	margin-top: 6px;
	margin-bottom: 6px;
}
ul.menu li a {
	padding: 5px 0 0 10px;
	background: url(images/gnaviBg_on.gif) no-repeat center top;
	width: 176px;
	height: 24px;
	display: block;
}
ul.menu li a:hover {
	background: url(images/gnaviBg.gif) no-repeat center top;
}
ul.menu li.lastChild a {
	background: url(images/gnaviBgLast_on.gif) no-repeat center top;
}
ul.menu li.lastChild a:hover {
	background: url(images/gnaviBgLast.gif) no-repeat center top;
}
ul.menu li a:link,
ul.menu li a:visited {
	color: #a18366;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #3b3635;
	text-decoration: none;
}
ul.menu li a:active{
	color: #a18366;
	text-decoration: none;
}
ul.comMenu {
	padding: 8px 0 0 9px;
}
	
ul.comMenu li {
	background: url(images/menuPoint.gif) no-repeat 0 5px;
	padding-left: 12px;
}
ul.comMenu li a:link,
ul.comMenu li a:visited {
	color: #a18366;
	text-decoration: none;
}
ul.comMenu li a:hover {
	color: #3b3635;
	text-decoration: none;
}
ul.comMenu li a:active{
	color: #a18366;
	text-decoration: none;
}
dl.newsBox {
	padding: 5px 8px;
	margin-bottom: 5px;	
}
dl.newsBox dt {
	background: url(images/newsPoint.gif) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 3px;
}
dl.newsBox dd img {
	padding: 0 7px 0 0;
}
dl.newsBox dd {
	padding: 0 0px 5px 0;

}
.newsBlock h3 {	
	clear: both;
}
#entriesList dl {
	padding: 5px 8px;
	margin-bottom: 10px;
}
#entriesList dl dt {
	width: 60px;
	float: left;
	clear: left;
}
#entriesList dl dd {
	margin-left: 70px;
	background: url(images/blogPont.gif) no-repeat 0 5px;
	padding-left: 12px;
}
.rss-js {
	margin: 5px 8px;
}
.rss-js-entry {
	background: url(images/blogPont.gif) no-repeat 0 5px;
	padding-left: 12px;
}
.ecoBanner {
	margin: 2em 0 1em 0;
}
ul.banner li {
	margin-bottom: 5px;
}
.mainBanner {
	margin-bottom: 10px;
}
