@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;
}