@charset "utf-8";
/* レイアウト */

body {
	margin: 0px;
	padding: 0px;
//	background: #ffffff;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}
#content img {
		vertical-align: middle;
		margin: 0px;
		padding: 0px;
}
	
	
/* 回り込み
--------------------------------*/	
.f-clear {clear: both;}
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* 余白
--------------------------------*/	
.t-right {text-align: right;}
.t-left {text-align: center;}
.t-center {text-align: center;}



/* ボタン
--------------------------------*/	
.btn_01 {
		background: url(../img/img_08.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 854px;
}
.btn_02 {
		background: url(../img/img_15.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 535px;
}



a.btn1{
	background: url(../img/btn_01_off.png) no-repeat;
	width: 191px;
	height: 45px;
	display: block;
	position: absolute;
	right: 511px;
	bottom: 579px;
}


a.btn2{
	background: url(../img/btn_02_off.png) no-repeat;
	width: 265px;
	height: 158px;
	display: block;
	position: absolute;
	right: 55px;
	bottom: 28px;
}




a:hover.btn1{
		background: url(../img/btn_01_act.png) no-repeat;
}

a:hover.btn2{
		background: url(../img/btn_02_act.png) no-repeat;
}
