@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 */

/*
===== 1: 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;	
}

#sub h3 {
	color: #fff;
	padding: 5px 0pt 0pt 14px;
}
ul.subMenu {
	padding-top: 0;
}


.rss-js-entry {
	background: url(images/blogPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}
ul.list li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: #999 1px dotted;
}
.icon {
	float: left;
	overflow: hidden;
	width: 100px;
}
.set {
	float: left;
	overflow: hidden;
}
ul.list li h3 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #0c5736;
}
ul.list li{
    zoom:1;/*for IE 5.5-7*/
}
ul.list li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.list li{
	display:inline-table;
	/*\*/display:block;/**/
}

