@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body{
	font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	background: #fff;
}

a:link { text-decoration:none; color: #333;}
a:visited { text-decoration:none; color: #333;}
a:active { text-decoration:none; color: #333;}
a:hover { text-decoration:none; color: #333;}

#container{
}

#carousel{
	margin:0 auto;
	width:590px;
	text-align:left;
	position:relative;
}

#carousel ul li{
	width:120px;
	float:left;
	display:inline;
}

#carousel_prev,
#carousel_next{
	top: 0;
	width:36px;
	height:36px;
	cursor: pointer;
	position: absolute;
}

#carousel_prev{
	top:25px;
	left:-40px;
	background:transparent url(../img/prev.png) no-repeat top left;
}

#carousel_next {
	top:25px;
	right: -40px;
	background:transparent url(../img/next.png) no-repeat top left;
}



/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul{
	display: inline-block;
	overflow: hidden;
}
