﻿@charset "utf-8";

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

	CommonElements

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

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

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	width: 100%;
	text-align: center;
}

.viewer {
	margin: 0 auto;
		width: 710px;
	height: 336px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
		width: 710px;
	height: 336px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 710px;
	height: 336px;
	display: none;
	position: absolute;
}



/* multiple
----------------------- */
.multiple {
	margin: 0 auto;
		width: 710px;
	height: 336px;
	text-align: left;
	overflow: hidden;
}

.multiple ul {
	width: 710px;
	height: 336px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.multiple ul li {
	top: 0;
	left: 0;
		width: 710px;
	height: 336px;
	display: none;
	position: absolute;
}

.multiple ul li span {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #000;
	display: block;
}
