@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 */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #880b00;
	text-decoration: none;
}
a:visited{
	color: #880b00;
	text-decoration: none;
}
a:hover{
	color: #ffc105;
	text-decoration:underline;
}
a:active{
	color: #880b00;
	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: 3px 4px 2px 15px;
	width: 545px;
	height: 45px;
	border: none;
	line-height: 1.0;
}
.posted{
	margin-bottom: 7px;
}
.blogEntryHeader h2 {
	line-height: 1.0;
}
.pageTi{
	margin-bottom: 20px;
}
