@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/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;	
}

.topNavi_bg {
	background: url(images/topLink_bg.gif) no-repeat center top;
}

.blogEntryHeader {
	margin: 0;
	padding: 4px 25px;
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 485px;
	height: 38px;
}
.blogEntryHeader h2 {
	padding: 0;
	line-height: 1.2;
}
.blogEntryBody {
	margin-top: 0;
	padding: 10px 25px 0 25px;
	background: url(images/entryBody.gif) repeat-y center top;
	width: 485px;
}
.blogEntryBottom {
	padding: 0 25px;
	background: url(images/entryBottom.gif) no-repeat center top;
	width: 485px;
	height: 14px;
}
.posted {
	background: url(images/postedPoint.gif) no-repeat 0 2px;
	padding-left: 15px;
	font-size: 85%;
}
.line {
	height: 1px;
	border-bottom: #ddd 1px solid;
	margin: 5px 0;
	clear: both;
}
.pageTop {
	margin: 10px 0 10px 0;
}
.back {
	width: 120px;
	float: right;
	background: url(images/back.gif) no-repeat 0 2px;
	padding-left: 18px;
	font-size: 85%;
	margin-bottom:20px;
}
