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

body {
	margin: 0px;
	padding: 0px;
	background: #DDC4CA;
}

#content {
	width: 900px;
	margin: 0;
	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_19.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 523px;
}
.btn_02 {
		background: url(../img/img_20.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 619px;
}


a.btn1{
	background: url(../img/btn_01_off.png) no-repeat;
	width: 498px;
	height: 92px;
	display: block;
	position: absolute;
	right: 223px;
	bottom: 24px;
}


a.btn2{
	background: url(../img/btn_02_off.png) no-repeat;
	width: 498px;
	height: 80px;
	display: block;
	position: absolute;
	right: 220px;
	bottom: 182px;
}

a.btn3{
	background: url(../img/btn_03_off.png) no-repeat;
	width: 854px;
	height: 154px;
	display: block;
	position: absolute;
	right: 44px;
	bottom: 15px;
}


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

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

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