@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #333333;
	background: #FFF;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
	
}
#sub {
	width: 150px;
	margin-top:15px;
	margin-left: 10px;
	
}
#sub h1{
	margin-bottom:20px;
}
#nav li {
	list-style-type:none;
	line-height: 1.5em;
}
.viewer {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
	text-align: left;
	overflow: hidden;
	float:right;
}

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

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


