@charset "UTF-8";
/* CSS Document */

/*=======================================
■ ギャラリー
=======================================*/
#cg {
	overflow: hidden;
}
#control {
	position: relative;
	text-align: center;
	width: 1000px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat;
	margin-top: -10px;
	padding-top: 25px;
	height: 50px;
}
#cg ul {
	position: absolute;
	left: 5px;
	top: 15px;
}
#cg li {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
	list-style:none;
}
.cgVoiceR{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../gallery/images/voice_loading.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 106px;
}
.cgVoiceL{
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../gallery/images/voice_loading.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
