@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: #3d72b9;
	text-decoration: none;
}
a:visited{
	color: #3d72b9;
	text-decoration: none;	
}
a:hover{
	color: #ffc105;
	text-decoration:underline;	
}
a:active{
	color: #3d72b9;
	text-decoration: none;	
}

.pageTitle {
	background: url(images/pageTitle.gif) no-repeat center top;
	width: 839px;
	height: 68px;
}
.categoryTitle {
	background: url(images/categoryTitle.gif) no-repeat left bottom;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 2em;
}

.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat 0 0;
	padding: 0 4px 0 15px;
	width: 585px;
	border: none;
	line-height: 1.0;	
}
.blogEntryHeader h2 {
	line-height: 1.0;
}