﻿@charset "UTF-8";

body,th,td,input,textarea,pre{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro W3", "Hiragino Kaku Gothic Pro", "MS UI Gothic",  "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", verdana, arial, sans-serif;
}
body{
	color: #000000;
	/*Set default font-size to 12-13px or so.*/
	/*This property will be overwritten by JavaScript.*/
	font-size: small;
}
input,textarea{
	/*Some browser doesn't inherit body's font-size, so this line is needed.*/
	font-size: 100%;
}
div,p,blockquote,pre,textarea,li{
	/*For Japanese sentences, 1.5 is better line-height for reading.*/
	line-height: 1.5;
}
a{
	color:#7D87E8;
}
a:visited{
	color: #7D87E8;
}
a:active{
	color: #7D87E8;
}
a:hover{
	color: #7D87E8;
}
.clear-both{
	clear: both;
	float: none;
}
hr.clear-both{
	border: 1px solid transparent;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 1px;
	margin-bottom: 15px !important;
	margin-bottom: 0px;
}
select{
	font-size: 85%;
}

body{
	/*background-color: #000000;*/
	background-color: #000000;
	color: #000000;
	text-align: center;
}
#nav{
	position: relative;
	cursor: move;
	padding: 10px;
	padding-top: 15px;
	height: 10px;
	text-align:center;
}
#nav select{
	cursor: default;
}
#close{
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: default;
}
#close a{
	color: #ffffff;
}
#wrap{
	text-align: left;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
h1{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
	color:#FFFFFF
}
#previews{
	float: left;
	width: 270px;
	border: 1px solid #D9DEDF;
	background-color: #E2E8EA;
	padding-bottom: 5px;
	margin-left: 10px;
}
#galleries{
	z-index: 10;
}
#previews form{
	padding-top: 5px;
	padding-left: 12px;
}
#controls{
	padding-top: 5px;
	height: 30px;
	padding-left: 10px;
}
#transport li{
	width: 80px;
	margin-right: 3px;
	background-color: #556063;
	text-align: center;
	float: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #3A3A3A;
	color: #FFFFFF;
}
#transport li a, #transport li a:visited{
	color: #FFFFFF;
	font-weight: bold;
}
#picture{
	float: right;
	width: 520px;
	margin-right: 10px;
}
#thumbnails{
	margin-left: 20px;
}
#thumbnails div{
	float: left;
	position: relative;
	display:inline;
	width: 24px;
	height: 24px;
	margin: 8px;
}
#thumbnails img{
	border: 1px solid #404040;
	position: absolute;
}
.selectedThumbnail{
	border: 2px solid #F5CB29 !important;
}
#mainImageOutline{
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	padding: 8px;
	padding-right: 9px;
	padding-bottom: 9px;
	border: 1px solid #999999;
}
#mainImage{
}
