html,body {
	height: 100%;
}
body {
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: 000;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 1.5em 0 2em 0;
	padding: 0;
}


a, a:visited {
	text-decoration: underline;
	color: #573232;	
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: underline !important;
}


img {
	border: 0;
}

table, tr, td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

.topmenu {
	margin: 1em 0; width: 950px; background: url('/tpl/img/top.gif') no-repeat;
}
	.topback {
		text-align: right; padding-right: 90px;
	}

.cont1 {
	background: #e0d9c7 url('/tpl/img/l_c.jpg') repeat-y; width: 748px; margin-left: 120px;
}
	.cont2 {
		background: url('/tpl/img/l_t.jpg') no-repeat 0 top;
	}
		.cont3 {
			background: url('/tpl/img/l_b.png') no-repeat 0 bottom;
		}
			.content {
				padding: 50px;
			}

.navi, .copy {
	font-size: 0.8em;
}

.copy {
	float: right;
	color: #573232;	
}

.endlist {
	width: 650px;
	height: 100px;	
	background: url('/tpl/img/end.gif') no-repeat 50% 50%;
}

/* main.html */
.main_p {
	margin: 0 2em 2em 2em;		
}
.main_el {
	border-bottom: 1px dotted #573232;
	line-height:0.8em;
	margin: 1em 0;
}
.main_el span {
	float: right;
	color: #573232;
}
.main_a {
	text-decoration: none !important;
}

/* illustration */
.content img {
	margin: 5px;
	border: 1px solid #573232;
}
