@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;	
}
.blogEntry {
	margin-bottom: 2em;
}
.posted{
	font-size: 12px !important;
	background: url(images/postedTime.gif) no-repeat 0 5px;
	padding-left: 10px;
	color:#009270;
}
.blogEntryHeader h2 {
	background: url(images/entryHeader.gif) no-repeat left bottom;
	padding-bottom: 10px;
	width: 506px;
	line-height: 1.2;
	color:#009270;	
}
.blogEntryBody {
	width: 460px;
	padding-left: 19px;
}
.blogEntryBottom {
	border-bottom: #009270 1px dotted;
	width: 506px;
}
ul.subMenu {
	margin-bottom: 150px;
}