@charset "utf-8";
/* CSS Document */

/* import CSS */
@import url("reset.css");
@import url("layout.css");
@import url("wysiwyg.css");

@import url("header.css");
@import url("sidebar.css");
@import url("footer.css");

/* 初期設定 */
#wrapper01{
	min-width:950px;
	background:url(/common/footer_bg_01.png) repeat-x bottom center #FAF8EF;
	border-top:#9D6326 solid 4px;
}

#wrapper02{
	width:950px;
	margin:auto;
	overflow:hidden;
	color:#444;
}

.corner{
	border-radius:8px;
}

.over{
}

.current{
}

a{
	color:#127E95;
}

img{
	-ms-interpolation-mode: bicubic;
}

#content{
	float:right;
	width:710px;
}

.contents_head{
	width:715px;
	margin-bottom:20px;
	position:relative;
	z-index:100;
	float:right;
}

.contents_head img{
	vertical-align:bottom;
}

#content .pager{
	font-size:1.2em;
}

#content .pager ul li{
	display:inline;
	font-size:1em;
	padding:0px 10px;
	background:url(/common/footer_bg_line.png) no-repeat 0px 50%;
}

#content .pager ul li.prev{
	background:none;
}

#content .return_page{
	font-size:1.2em;
}

