@charset "UTF-8";

#wrapper{
	background-image: url('../images/page_bg.png');
	background-position: center top;
	background-repeat: repeat-x;
}


/* ========================================
	_info
======================================== */
._info .infoBody {
    border: 1px solid #7b7b7b;
    border-radius: 3px;
    background-color: #313131;
}
._info .infoTitle {
    display: inline-block;
    background-color: #c80000;
    border-right: 1px solid #7b7b7b;
    padding: 5px;
}
._info .infoArticle {
    display: inline-block;
}


/* ========================================
	_top
======================================== */
._top{
	position: relative;
	background: url('../images/top_bg.png') center top no-repeat;
	height: 404px;
	z-index: 10;
}
._top h1{
	position: absolute;
	top: 33px;
	left: 116px;
}
._top h2{
	position: absolute;
	top: 279px;
	left: 0px;
}


/* ========================================
	_main
======================================== */
._main{
	padding: 0 0 70px;
}
._main .inner:after{
	content: '';
	display: block;
	clear: both;
}

/* ========================================
	_article
======================================== */
._article{
	float: left;
	width: 686px;
	padding: 13px 0 0;
}
._article .article-main{
	padding: 0 0 9px;
	margin: 0 0 20px;
	background-image: url('../images/article_bg_bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
._article .article-main-inner{
	background-image: url('../images/article_bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	padding: 30px;
}
._article .article-main p{
	color: #000;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
}
._article .article-main p.sign{
	text-align: right;
}


._article .pagelink ul:after{
	content: '';
	display: block;
	clear: both;
}
._article .pagelink .prev{
	float: left;
}
._article .pagelink .next{
	float: right;
}



/* ========================================
	_navi
======================================== */
._navi{
	padding: 8px 0 0;
	float: right;
	width: 258px;
}
._navi ul{
	margin: 0 0 5px;
}
._navi li{
	margin: 0 0 11px;
}

/* ========================================
	#footer
======================================== */
#footer .footer-navi{
	padding: 0 0 0 20px;
	float: none;
	text-align: center;
}
