@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 3: 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;
	width: 564px;
}


.section h2 {
	margin-top: 15px;
}
ul.topVoice {
	margin-top: 10px;
	margin-left: 25px;
}
ul.topVoice li {
	background: url(images/voicePoint.gif) no-repeat 0 3px;
	padding-left: 10px;
}
.imgRight {
	float: right;
	margin-right: 7px;
}
.imgLeft {
	float: left;
	margin-left: 7px;
}
.section h3 {
	margin-top: 3px;
}
.newsBox {
	padding: 3px 10px 3px 15px; 
	background: #d9f3e7;
	width: 346px;
	height: 120px;
	line-height: 1.2;
}
dl.newsBox dt {
	background: url(images/newsPoint.gif) no-repeat 0 4px;
	padding-left: 10px;
	font-size: 93%;
}
dl.newsBox dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: #333 1px dotted;
}
.newsBox_bottom {
	padding: 3px 0 0 313px;
	background: url(images/newsBox_bottom.gif) no-repeat center top;
	width: 58px;
	height: 19px;
}

dl.news {
	padding: 3px 10px 3px 15px; 
	background: #d9f3e7;
	width: 346px;
	height: 86px;
	overflow: hidden;
	line-height: 1.2;	
}
dl.news dt {
	background: url(images/newsPoint.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-size: 93%;
}
dl.news dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: #333 1px dotted;
}
.newsBottom {
	padding: 3px 0 0 130px;
	background: url(images/boxBottom.gif) no-repeat center top;
	width: 58px;
	height: 19px;
}