﻿@charset "utf-8";

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

	CommonElements

======================================= */
body {
	width:180px;
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
}

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;}

#wrapper {
	padding: 0;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	width: 180px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 180px;
	height: 720px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	width: 180px;
	padding: 0;
	overflow: hidden;
}

.loopSlider ul li {
	width: 180px;
	overflow: hidden;
}