@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;	
}

/*
===== 2: category Title ===========================
*/
#categoryTitle {
	padding: 10px 0 0 18px;
}

/*
===== 3: entry style ===========================
*/
.photo {
	padding: 10px;
}

.blogEntryHeader {
	background: url(images/entryBar.gif) no-repeat left bottom;
	padding-bottom: 5px;
}
.blogEntryHeader h2 {
	line-height: 1.0;
}
.posted {
	color: #6e3c0d;
	font-weight: bold;
}
.blogEntryBottom {
	border-top: #565656 1px dashed;
	margin-bottom: 10px;
	padding-top: 10px;
}
.section {
	margin-bottom: 2em;
}
.section h4 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: #d9d9d9 2px solid;
}
.section img {
	margin-bottom: 10px;
}
