@charset "utf-8";
/* 基本設定 ここから */

body {
	color: #555555;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku 04 Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/wall_euphoria.png);
	background-color: #999999;
}
* {
 padding: 0;
 margin: 0;
}

.deboTop {
	width:600px;
	height:550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-image: url(../images/euphoria_top.png);
}
.deboTop2 {
	height: 80px;
	width: 460px;
	position: absolute;
	left: 70px;
	top: 330px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
}
.deboTop2 p {
	text-align: center;
	color: #FFFFFF;
}


.bt01 {
	width:200px;
	height:50px;
	position: absolute;
	top: 430px;
	left: 80px;
	padding:0;
}
.bt01 a {
	width:200px;
	height:50px;
	display:block;
	background-image: url(../images/euphoria_top_YN.png);
	background-position: left top;
	padding:0;
	background-repeat:no-repeat;
}
.bt01 a:hover {
	background-image: url(../images/euphoria_top_YN.png);
	background-position:  left bottom;
	background-repeat:no-repeat;
}
.bt02 {
	width:200px;
	height:50px;
	position: absolute;
	top: 430px;
	left: 320px;
	padding:0;
}
.bt02 a {
	width:200px;
	height:50px;
	display:block;
	background-image: url(../images/euphoria_top_YN.png);
	background-position: right top;
	padding:0;
	background-repeat:no-repeat;
}
.bt02 a:hover {
	background-image: url(../images/euphoria_top_YN.png);
	background-position:  right bottom;
	background-repeat:no-repeat;
}
