@charset "shift_jis";
/* CSS Document */

h1 {
	width: 962px;
	height: 101px;
	background: url(../img/title_02.jpg) no-repeat;
	text-indent: -9999px;
}

#wallPaper {
	background: url(../img/main.jpg) no-repeat;
	width: 962px;
	height: 453px;
	position: relative;
}

/*壁紙位置設定用
--------------------------------------------*/
#wallSample {
	position: absolute;
	top: 30px;
	left: 180px;
}
#wallButton1 {
	position: absolute;
	top: 150px;
	left: 580px;
}
#wallButton2 {
	position: absolute;
	top: 192px;
	left: 580px;
}
#wallButton3 {
	position: absolute;
	top: 234px;
	left: 580px;
}
#wallButton4 {
	position: absolute;
	top: 276px;
	left: 580px;
}


/*壁紙サイズ選択
--------------------------------------------*/
#wallPaper800 {
	display: block;
	background: url(../img/menu.gif) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper800:hover {
	display: block;
	background: url(../img/menu.gif) no-repeat 0 -32px;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1024 {
	display: block;
	background: url(../img/menu.gif) no-repeat -175px 0;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1024:hover {
	display: block;
	background: url(../img/menu.gif) no-repeat -175px -32px;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1200 {
	display: block;
	background: url(../img/menu.gif) no-repeat -350px 0;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1200:hover {
	display: block;
	background: url(../img/menu.gif) no-repeat -350px -32px;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1600 {
	display: block;
	background: url(../img/menu.gif) no-repeat -525px 0;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}
#wallPaper1600:hover {
	display: block;
	background: url(../img/menu.gif) no-repeat -525px -32px;
	text-indent: -9999px;
	overflow:hidden;
	width: 175px;
	height: 32px;
}


/*期間
--------------------------------------------*/
#kikan {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 180px;
}
#kikan strong {
	color: gold;
}



















