@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/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;
}

#mainCol {
	width: 635px;
	float: right;
	padding-top: 8px;
	padding-right: 8px;
}
#leftBlock {
	width: 200px;
	float: left;
}

img.imgFix,
ul.submenu li img,
ul.mainBtn li img {
	vertical-align: middle;
}
ul.mainBtn {

}
ul.mainBtn li {
	float:left;
	margin-bottom: 2em;	
}

#mainCol h2 {
	clear: both;
	margin-bottom: 1em;
}

.topicsBox {
	padding: 10px 23px;
	width: 582px;
	border-left: #e1e1e2 1px solid;
	border-bottom: #e1e1e2 1px solid;
	border-right: #e1e1e2 1px solid;
	margin-bottom: 1em;
}
.rss-js-entry a {
	background: url(images/topicsPoint.gif) no-repeat 0 1px;
	padding-left: 17px;
	padding-bottom: 5px;
}
.rss-js-entry {
	border-bottom: #d4d4d4 1px dotted;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#entriesList dl dd img {
	margin: 0 1em 1em 0;
}



