@charset "UTF-8";
/* CSS Document */
 * { margin: 0; }

a{ color:#FFF;
text-decoration:none;}
html{
	witdh:770px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
img{border:none;}

body{
overflow:hidden;	
	}
	
.area1{
	 width:770px;
	height:552px;
	position:absolute;

	}


	.voice{
	position: absolute;
	
	/*	height:102px;
		width:700px;
	float:right;*/
	top:443px;
	right:33px;
	}
	
.voice .jinnan{height:23px;margin-bottom:3px;}
.voice .shiseikan{height:23px;margin-bottom:3px;}
.voice .amane{height:23px;margin-bottom:3px;}

.voice  ul {
	float:right;
}
.voice  ul li{
	float:left;
	margin-right:5px;
}
.voice .jinnan ul li.sample1{
display: inline-block;
list-style:none;
font-size: 14px;
font-weight:bold;

color: #fff;

/*letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 6px;
text-decoration: none;
background-color:#ff7070;*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26, #ff1a00), color-stop(1.00, #ffd1d1));
background: -webkit-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
background: -moz-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
background: -o-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
background: -ms-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
background: linear-gradient(to bottom, #ff1a00 26%, #ffd1d1 100%);*/


height:23px;
/*padding:5px 5px 0 5px;*/

text-align:center;
	
	
}

.voice .shiseikan{

	height:23px;
	margin-bottom:3px;
}

.voice .amane{
	
	height:23px;
	margin-bottom:3px;
}z
.voice .amane2{
	
	height:23px;

}

#copyright {
	width:940px;
	height:80px;
}

#copyright img{ margin-top:30px;}

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

.changecg{ position:absolute; margin-top:407px; margin-left:367px;}
.changecg #next:hover{
	-moz-animation:onmouse 0.3s ease 0s both;
	-webkit-animation:onmouse 0.3s ease 0s both;
	-ms-animation:onmouse 0.3s ease 0s both;
	animation:onmouse 0.3s ease 0s both;
}

/*オンマウス*/	
@-moz-keyframes onmouse {
	from {-moz-opacity:1.0;}
	to {-moz-opacity:0.6;}}
@-webkit-keyframes onmouse {
	from {opacity:1.0;}
	to {opacity:0.6;}}
@-ms-keyframes onmouse {
	from {filter:alpha(opacity=100);}
	to {filter:alpha(opacity=60);}}
@keyframes onmouse {
	from {opacity:1.0;}
	to {opacity:0.6;}}
}
