@charset "utf-8";
/* CSS Document */

/*中ページ
--------------------------------------------------*/

#main {
	margin: 0 auto;
	width: 1060px;
	background: url(/image/blog/bg_chain.gif) repeat-y top left;
}

#container {
	margin: 0 auto;
	width: 966px;
}

#header {
	position: relative;
	width: 966px;
	height: 142px;
	background: url(/image/blog/bg_header.jpg) no-repeat top left;
}

img.logo {
	position: absolute;
	width: 226px;
	height: 116px;
	top: 16px;
	left: -27px;
}

#header span a.btn-h-top {
	position: absolute;
	display: block;
	width: 58px;
	height: 41px;
	background: url(/image/blog/btn_header_top.jpg) no-repeat top left;
	text-indent: -9999px;
	top: 0;
	left: 155px;
}

#header span a.btn-h-top:hover { background-position: 0 -41px;}


