@charset "UTF-8";
#wrapper {
	background: url(../images/page_bg_front.jpg) no-repeat;
	width: 1003px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top-keyword {
	position: relative;
	top: 5px;
	left: 40px;
	font-size: 12px;
	z-index: 100;
}
#page-header {
	height: 150px;
	width: 1003px;
}
#page-header div {
	position: absolute;
	top: 0px;
	overflow: hidden;
	width: 1003px;
	height: 130px;
	z-index: 10;
}
#page-title {
	background: url(../images/page_title_bg.gif) no-repeat;
	line-height: 55px;
	padding-left: 40px;
	font-size: 20px;
}
#sitemap {
	margin-left: 30px;
	list-style-type: disc;
}
#sitemap li ul {
	margin-left: 20px;
	list-style-type: circle;
}
#sitemap li ul li ul {
	margin-left: 20px;
	list-style-type: square;
}
#main{
	background: url(../images/main_bg.jpg) repeat-y;
}
.mcontents {
	width: 680px;
}
.mcontents h3 {
	background: url(../images/page_sub_title_bg.jpg) no-repeat;
	line-height: 29px;
	padding-left: 45px;
	font-size: 14px;
}
.mcontents p {
	margin-left: 30px;
}
.mcontents table {
	margin-left: 30px;
}
.mcontents a {
	color: #003399;
	text-decoration: underline;
}
.mcontents h3 a {
	color: #373737;
	text-decoration: none;
}
.news-date {
	margin-left: 30px;
}
.post {
	margin-bottom: 16px;
}
.entry {
	margin-left: 30px;
}
