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

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

#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_06.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 969px;
}
.btn_02 {
		background: url(../img/img_07.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 478px;
}
.btn_03 {
		background: url(../img/img_09.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 635px;
}
.btn_04 {
		background: url(../img/img_10.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 388px;
}
.btn_05 {
		background: url(../img/img_11.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 451px;
}
.btn_06 {
		background: url(../img/img_12.jpg) no-repeat;
		position: relative;
		width: 960px;
		height: 156px;
}


a.btn1{
	background: url(../img/btn_01_off.png) no-repeat;
	width: 733px;
	height: 93px;
	display: block;
	position: absolute;
	right: 109px;
	bottom: 23px;
}

a.btn2{
	background: url(../img/btn_02_off.png) no-repeat;
	width: 486px;
	height: 76px;
	display: block;
	position: absolute;
	right: 240px;
	bottom: 28px;
}
a.btn3{
	background: url(../img/btn_03_off.png) no-repeat;
	width: 609px;
	height: 79px;
	display: block;
	position: absolute;
	right: 41px;
	bottom: 40px;
}
a.btn4{
	background: url(../img/btn_04_off.png) no-repeat;
	width: 609px;
	height: 79px;
	display: block;
	position: absolute;
	right: 39px;
	bottom: 59px;
}
a.btn5{
	background: url(../img/btn_05_off.png) no-repeat;
	width: 553px;
	height: 107px;
	display: block;
	position: absolute;
	right: 200px;
	bottom: 13px;
}
a.btn6{
	background: url(../img/btn_06_off.jpg) no-repeat;
	width: 960px;
	height: 156px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

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;
}

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

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

a:hover.btn6{
		background: url(../img/btn_06_act.jpg) no-repeat;
}
