@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: mainArea ===========================
*/

div#main_img {
	background: url(images/main_img.jpg) no-repeat center top;
	width: 900px;
	height: 347px;
}

.blogEntry {
	margin-top: 25px;
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 630px;
	height: 52px;
}
.blogEntryHeader h2 {
	border: none;
	padding: 0 0 0 5px;
	line-height: 1.3;
}
.posted {
	margin: 0 20px 0 19px;
	padding: 7px 0 0 5px;
}	
.blogEntryBody {
	background: url(images/entryBody.gif) repeat-y center top;
	padding: 20px 35px 5px 35px;
	width: 560px;
}
.blogEntryBottom {
	padding: 0px 35px;
	background: url(images/entryBottom.gif) no-repeat center bottom;
	width: 560px;
	height: 21px;
}
.photo {
	margin-right: 15px;
	margin-bottom: 5px;
}
#index .blogEntryBody img {
	margin: 0 10px 3px 0;
	float: left;
}

.line02 {
	clear: both;
	margin: 1em 0;
	border-bottom: #333 1px dotted;
	height: 1px;
}
.back {
	clear: both;
	width: 120px;
	margin-left: 530px;
	background: url(images/back.gif) no-repeat 0 3px;
	padding-left: 18px;
	font-size: 85%;
}