/*
Written by Ozachou with CSSEdit 2.5.2, from 2004.5.10.
2004.10.25 (1st Ed.)
2004.10.31 (2nd Ed.)
2007.07.10 (3rd Ed.) 

*/

body {
	padding: 0px;
	background: repeat-y #e7e7e7 url(../image/shadowbg.gif) 30px;
	color: #000000;
	margin: 0px;
	position: absolute;
	left: 35px;
	top: 0px;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	border-bottom: dotted #4c4c4c 2px;
	margin-bottom: 10px;
	line-height: 27px;
	color: #333;
	padding-bottom: 4px;
	text-shadow: 2px 2px 3px #444;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: dashed #4c4c4c 1px;
	line-height: 24px;
	color: #333;
	text-shadow: 2px 2px 2px #444;
}

p {
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1.6em;
}

p.closer {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

p.centered_closer {
	margin: 0px;
	line-height: 1.6em;
	text-align: center;
	padding: 0px;
}

p.center_caption {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	font-size: smaller;
}

img {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color : #0f5b89;
	text-decoration: none;
}

a:visited {
	color : #4e1587;
	text-decoration : none;
}

a:hover, a:active {
	color : #a51619;
	text-decoration : none;
}

hr {
	border-width: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.centered {
	text-align: center;
}

input {
	background-color: #eee;
	border: 1px solid #000;	
}

input:focus {
	background-color: #fff;	
}

/* @group general */

#page_container {
	width: 700px;
	display: block;
	position: absolute;
	top: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
	height: 100%;
	z-index: 1;
}

#page_header {
	width: 700px;
	height: 30px;
	margin: 0px;
	display: block;
	padding-right: 0px;
	background: no-repeat url(../image/title_logo.jpg) 0px 0px #593732;
	z-index: 2;
}

#navi {
	position: relative;
	background: #ffcc66;
	width: 120px;
	margin: 0px;
	display: block;
	padding: 0px;
	float: left;
}

#main_content {
	width: 500px;
	min-height: 300px;
	display: block;
	position: absolute;
	left: 120px;
	line-height: 1.5em;
	background: #fff;
	padding: 10px 40px 20px 40px;
}

#page_footer {
}
	
/* @end */

/* @group header */

#last_mod {
	color: #fff;
	position: absolute;
	background: transparent;
	text-align: right;
	top: 6px;
	right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "San Serif";
}

#topic_icon {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	width: 40px;
	height: 40px;
}
	
/* @end */

/* @group navi */

#navi ul {
	display: inline;
	float: right;
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	width: 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "San Serif";
}

#navi ul li {
	display: list-item;
	list-style: none;
	margin-bottom: 10px;
	color: #330066;
}

#navi ul li a {
	text-decoration: none;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #2613a6;
}

#navi ul li a:hover, #navi ul li a:active, #navi ul li a:focus {
	background: #c4ebef;
}

.selected {
	display: list-item;
	list-style: none;
	background: #faffe1;
	border-width: 1px;
	border-color: #003366;
	border-style: dashed;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-right: 5px;
	margin: 0px;
}

.current {
	color: #e60000;
}

.sub {
	font-size: small;
	padding-top: 4px;
	padding-left: 6px;
	margin: 0px;
}

.sub_current {
	color: #e60000;
	font-size: small;
	padding-top: 4px;
	padding-left: 6px;
	margin: 0px;
}

.sub_page {
	font-size: small;
	padding-top: 4px;
	padding-left: 12px;
	margin: 0px;
}

.sub_page_current {
	color: #e60000;
	font-size: small;
	padding-top: 4px;
	padding-left: 12px;
	margin: 0px;
}
	
/* @end */

/* @group main_content */

.caption {
	font-size: small;
	line-height: 1.5em;
}

.img_block_center {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: small;
	line-height: 1em;
}

.photo_400x300 {
	padding: 0px 0px 0px 2px;
	display: block;
	background: url(../image/photo_frame/400x300.gif) no-repeat;
	width: 438px;
	height: 336px;
	margin: 5px;
	left: 31px;
	position: relative;
}

.photo_400x200 {
	padding: 0px 0px 0px 2px;
	display: block;
	background: url(../image/photo_frame/400x200.gif) no-repeat;
	width: 438px;
	height: 236px;
	margin: 5px;
	left: 31px;
	position: relative;
}

.photo_400x300 img, .photo_400x200 img {
	top: 15px;
	left: 17px;
	position: relative;
}

#main_content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
}

#main_content ul li {
	list-style: disc outside;
	margin-left: 0px;
	padding-left: 5px;
}

.topic {
	border: solid #808080 1px;
	padding: 20px;
	background: #f2f2f2;
	margin: 20px;
}

.topic .header {
	font-size: 14px;
	color: #330066;
	margin-bottom: 10px;
	line-height: 24px;
	display: inline;
}

.topic_number {
	color: #330066;
	display: inline;
	font-size: smaller;
	padding-left: 12px;
}

.topic .quotation {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: dashed #4c4c4c 1px;
	border-bottom: dashed #4c4c4c 1px;
}

.topic .article .menu {
	color: #21421e;
	background-color: #fdead8;
	border: 1px solid #484848;
	text-align: center;
	padding: 20px;
	margin: 20px;
}

.topic .footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.topic .footer .title, .topic .footer .author, .topic .footer .translator, .topic .footer .publisher, .topic .footer .pub_year, .topic .footer .publication {
	text-align: right;
	margin-bottom: 0px;
}

.topic .comment {
	color: #7b1912;
}

.item {
	margin: 0px;
	padding: 0px;
}

.item_name {
	line-height: 1.4em;
	font-weight: bolder;
	margin-bottom: -10px;
	margin-top: 15px;
}

.gallery {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	display: block;
	float: left;
}

.pattern {
	float: left;
	width: 80px;
	height: 80px;
	padding: 10px;
	display: block;
	margin: 10px;
	color: #fff;
	text-shadow: 0px 0px 20px #000;
	font: bolder 14px "Lucida Grande", "Lucida Sans Unicode", "San Serif";
}

.footer_navi {
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: right;
	padding: 10px 0px 0px 0px;
	margin-top: 20px;
	display: block;
}

.footer_navi .current {
	color: #e60000;
	display: inline;
}

.footer_navi .direction {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}

#content_footer {
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 10px;
	border-top: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "San Serif";
	margin-top: 10px;
}

#archive_header {
	position: relative;
	height: 24px;
	margin: 0px;
	padding-left: 15px;
	background: #2169b3;
	color: #fff;
	left: -40px;
	width: 120px;
	top: -20px;
	font-family: Futura, Lucida, "San Serif";
	padding-top: 10px;
}
	
/* @end */

/* @group footer */

/* @end */