@charset "utf-8";

/*  基準レイアウト設定 ---------------------------------------------------------------*/
body{
	background:#fff url(../img/common/bg_head.gif) repeat-x;
	color:#666;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}
#wrap{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff url(../img/common/bg_head.gif) repeat-x;
}


/*  ヘッダー (メインイメージ位置含)---------------------------------------------------------------*/
#head{
	position:relative;
	width:800px;
	margin-bottom:27px;
	padding:0;
}

/* 内容----------------------------------------------------------------------- */
h2{
	width:575px;
	height:29px;
	margin-bottom:3px;
	padding:0;
}
.content-box{
	width:575px;
	margin-bottom:20px;
	padding:0;
}

/* もっと詳しくbtn----------------------------------------------------------------------- */
p.btn-more a{
	display:block;
	width:109px;
	height:17px;
	background:#fff url(../img/top/btn_more.gif) no-repeat 0 0;
	text-indent:-9999px;
}
p.btn-more a:hover{
	background:#fff url(../img/top/btn_more.gif) no-repeat 0 -17px;
}

