@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.mainImg {
	background: url(images/bg.jpg) no-repeat center top;
}

.pageTitle {
	margin-bottom: 1em;
}

.section {
	margin-bottom: 2em;
}
.blogEntryHeader {
	border-left: #d9d9d9 10px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 0 0 2px 15px;
}
.blogEntryHeader h3 {
	padding: 0;
}
.back {
	text-align: right;
}
.back a {
	background: url(images/back.gif) no-repeat 0 2px;
	padding-left: 20px;
}
