@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 {
	background: url(images/pageTitle_bottom.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}

.blogEntry {
	border: #B4B4B4 1px solid;
	padding: 25px;
}
.blogEntryHeader {
	background: url(images/entryTitle.gif) no-repeat 0 0px;
	padding-left: 30px;
	border-bottom: #a18366 1px solid;
	padding-bottom: 7px;
	padding-top: 3px;
}
.blogEntryHeader h2 {
	font-weight: normal;
	line-height: 1.1;
}
.leftBox {
	width: 240px;
	float: left;
}
.rightBox {
	width: 277px;
	float: right;
}
img.photo {
	padding: 4px;
	border: #b0b0b0 1px solid;
	margin-right: 10px;
}

dl.ob dt {
	width: 100px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.ob dd {
	margin-left: 110px;
	margin-bottom: 5px;
}
ul.thumb {
	margin-top: 10px;
}
ul.thumb li {
	float: left;
	margin-right: 5px;
}

.moreBtn {
	margin-left: 110px;
	margin-top: 5px;
}
