﻿@charset "utf-8";

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

	CommonElements

======================================= */
body {
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background: #fff;
	height:100%;
}

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


#container {
	width:960px;
	margin:0 auto;
	padding-bottom:90px;
}




#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 190px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top:35px;
}

#loopslider ul {
  	width: 100%;
	height: 190px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	height: 180px;
	width:180px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-top:10px;
}

#loopslider #loopleft {
	top: 0;
	left: 0;
	width: 39px;
	height: 190px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	background:url(../img/top/arrow_left.png);
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	text-indent:-9999px;
}
#loopslider #loopright {
	top: 0;
	right: 0;
	width: 39px;
	height: 190px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	background:url(../img/top/arrow_right.png);
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	text-indent:-9999px;
}

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

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