﻿*{
	margin: 0;
	padding: 0;
}
a{
	color: #0000ff;
	text-decoration: none;
}
body{
	background-color: #324;
}
#left{
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	font-size: small;
	/*background-color: #639;
	color: #fff;*/
	margin: 10px;
}
#main{
	float: left;
	width: 100%;
}
#mainWrap{
	padding: 5px 10px 10px 270px;
}

#header{
	padding: 3px 10px;
	background-color: #c9f;
	display: none;
}
#return{
	background-color:#ccffcc;
	padding: 2px;
	margin-top: 10px;
	width: 60px;
}
#return a{
	display: block;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(/icon3.gif);
}
#return a:hover{
	background-image: url(/icon4.gif);
}
#return span{
	display: block;
	padding: 8px 0 0 30px;
}

#title{
	font-size: large;
	font-weight: bold;
}
#menu{
	background-color: #ccc;
	border: solid 1px #999;
	width: 100px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}
#menu:hover{
	background-color: #669;
	color: #fff;
}
#menu ul{
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	background-color: #ccc;
	color: #000;
	width: 65px;
	border: solid 1px #999;
	list-style: none;
	padding: 2px;
	z-index: 10;
}
#menu li{
	position: relative;
	background: url(right06.gif) no-repeat center right;
	list-style: none;
	padding: 2px 5px;
	cursor: pointer;
}
#menu li:hover {
	background-color: #669;
	color: #fff;
}
#menu ul ul{
	left: 65px;
	top: -2px;
	width: 220px;
}
#menu ul ul li{
	background: none;
}
#thumbnail{
	margin-top: 5px;
}

#thumbnail div{
	border: solid 1px #324;
	background-color: #fff;
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
}
#thumbnail div.select{
	border-color: #ff6;
}
#thumbnail img.loading{
	padding: 14px;
	width: 32px;
	height: 32px;
}
#thumbnail img.movie{
	padding: 14px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#thumbnail img.loaded{
	position: absolute;
	cursor: pointer;
}

#contents{
	padding-top: 5px;
	display: none;
}

#comment{
}
.commentInner{
	margin-top: 5px;
	background-color: #ffc;
	padding: 5px;
}
