a:link {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}
a:active {
	color:#333333;
	text-decoration: underline;
}
a:hover
{
	color:#333333;
	text-decoration: none;
}

body {
	color: #FFFFFF;
	margin: 0;
	background-color: #1F0603;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	overflow-x:hidden;
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-3dlight-color: #996633;
    scrollbar-arrow-color: #996633;
}

ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	display: none;
}


.clearer {
	clear: both;
}

.container {
	width: 510px;
	margin: 0px;
}
.header {
	display: none;
}

.title {
	color: #FFFFFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

.main {
	width: 510px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left {
	width: 510px;
	margin-bottom: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5F441F;
}
.left ul {
	margin: 0;
	padding: 0;
}
.left li {
	border: 0px none #FAFAFA;
	list-style: none;
	margin: 0;
	font-size: 12px;
	float: left;
	background-image: url(img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	line-height: 32px;
}
.left li a {
	color: #666666;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.container .main .left a {
	color: #CCBB8C;
	font-size: 12px;
}


.content {
	float: right;
	width: 510px;
}

.thumbnail {
	padding: 1px;
	border: 0px none #EEEEEE;
	height: 354px;
	margin-bottom: 4px;
	text-align: center;
}
.thumbnail_area {
	padding: 0px;
	border: 0px;
	margin-bottom: 4px;
	text-align: center;
	width: 510px;
}

.thumb_page {
	float: left;
	padding: 0px;
	border: 0px;
	margin: 1px;
	width: 22px;
	height: 30px;
	display: none;
}

.thumb_photo {
	float: left;
	padding: 1px;
	border: 1px solid #544334;
	width: 120px;
	height: 87px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-size: 1.1em;
	text-align: center;
	width: 529px;
	display: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

