* {
	margin:0;
	padding:0;
	border:0;
}

body {
	color:#FFF;
	background:url('../images/background.png');
	font-size:100.01%;
	font-family:'Arial', sans-serif;
}

a {
	color:#FFF;
}

#main {
	font-size:0.8em;
}


/**
	HEADER
*/

#header {
	background:#000;
	padding:0 0 0 25px;
}

#header img {
	display:block;
}


/**
	MENUS
*/

#menus {
	background:#4A1517;
	height:25px;
	padding-left:25px;
	margin-left:25px;
	width:755px;
	border-top:2px solid #682120;
	border-bottom:2px solid #FFF;
}

#menus li {
	display:inline;
	list-style-type:none;
}

#menus li a {
	height:20px;
	padding:5px 8px 0 8px;
	text-decoration:none;
	display:block;
	float:left;
}

#menus li a:hover {
	background:#682120;
}

#menus li.active a {
	background:#FFF;
	color:#682120;
}

#menu1 {
	float:left;
	font-weight:bold;
}

#menu2 {
	float:right;
	margin-right:20px;
}


/**
	CONTENTS
*/

#info {
	float:right;
	margin-left:25px;
	background:#4A1517;
	padding:10px;
	width:350px;
}

#contents {
	margin-left:25px;
	background:#340E0F;
	padding:25px;
	width:730px;
	color:#EEE;
	min-height:550px;
}

h1 {
	font-size:2em;
	font-weight:normal;
	margin-bottom:1em;
}

h2 {
	margin:2em 0 1em 0;
	font-size:1.4em;
	font-weight:normal;
}

#contents p,
#contents dl,
#contents li {
	margin:1em 0;
	line-height:135%;
}

#contents ul {
	margin:1.5em 0;
}

#contents ul li {
	list-style-type:square;
	margin-left:2em;
}

#contents dt {
	font-weight:bold;
}

#contents dd {
	margin:0.3em 0 1em 0;
}

#contents dl.images dt,
#contents dl.images dd {
	padding-left:45px;
}

#contents dl.images dd {
	margin-bottom:2em;
}

#contents dl.images dt img {
	float:left;
	margin-right:0.5em;
	margin-left:-45px;
}

#contents table.visible {
	background:#4A1517;
	border-collapse:collapse;
}

#contents table.visible th {
	text-align:left;
}

#contents table.visible th,
#contents table.visible td {
	border-bottom:1px solid #340E0F;
	padding:0.4em 0.6em;
}

#contents table.visible th {
	border-bottom:1px solid #FFF;
}

#contents table.visible th.number,
#contents table.visible td.number {
	text-align:right;
}

#contents div.player {
	padding:0 2px 2px 0;
	background:#FFF;
	border:1px solid #340E0F;
	width:16px;
	height:16px;
}

#contents address {
	font-style:normal;
}

#contents a img {
	border:1px solid #340E0F;
}

#contents a:hover img {
	border-color:#FFF;
}

#contents .tx-akgallery-pi1 table.albumindex {
	background:#4A1517;
	border-collapse:collapse;
}

#contents .tx-akgallery-pi1 table.albumindex td {
	border-bottom:1px solid #340E0F;
	padding:0.4em 0.6em;
	vertical-align:top;
}

#contents .tx-akgallery-pi1 table.albumindex td p {
	margin-top:0;
}

#contents .tx-akgallery-pi1 table.albumindex td a {
	text-decoration:none;
}

#contents .tx-akgallery-pi1 table.albumindex td a:hover {
	text-decoration:underline;
}

#contents .tx-akgallery-pi1 table.albumindex td.date {
	text-align:right;
}

#contents .tx-akgallery-pi1 ul.imageindex li {
	display:block;
	float:left;
	width:80px;
	height:80px;
	padding:10px;
	background:#4A1517;
	border:0 solid #340E0F;
	border-width:0 1px 1px 0;
	margin:0;
	text-align:center;
}

#contents .backlink {
	display:block;
	clear:left;
	position:relative;
	top:2em;
}

#contents .csc-menu li {
	display:block;
	float:left;
	margin:0;
}

#contents .csc-menu li a {
	display:block;
	width:10em;
	padding:1em;
	background:#4A1517;
	border-right:1px solid #340E0F;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

#contents .csc-menu li a:hover {
	text-decoration:underline;
}

/**
	FORMS
*/

input, textarea {
	font-size:1em;
	font-family:'Arial', sans-serif;
	padding:2px;
	border:1px solid #4A1517;
	background:#EEE;
}


/**
	ve_guestbook
*/

/* list */
.tx-veguestbook-pi1 .tx-guestbook-entry {
	background:#4A1517;
	padding:10px;
	margin:1em 0;
	min-height:9em;
}

.tx-veguestbook-pi1 .tx-guestbook-entry h2 {
	margin-top:0;
	margin-bottom:0.5em;
	clear:both;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:16em;
}

#contents .tx-veguestbook-pi1 .tx-guestbook-left p {
	margin:0.25em 0;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
	margin-left:16em;
	border-left:1px solid #340E0F;
	padding-left:1em;
}

#contents .tx-veguestbook-pi1 p.tx-guestbook-date {
	margin-bottom:1.5em;
	font-size:0.85em;
}

/* form styles */
.tx-veguestbook-pi1 fieldset {
	margin:2em 0;
}

.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding:0.25em 0;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display:block;
	float:left;
	width:10em;
	text-align:right;
	padding-right:0.5em;
}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width:30em;
}

.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#990000;
}

.tx-veguestbook-pi1 .tx-guestbook-captcha img {
	margin-bottom:-6px;
}

.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}

.tx-veguestbook-pi1 .tx-guestbook-form-error {
	font-weight:bold;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit {
	display:block;
	background:#4A1517;
	padding:0.25em 1em;
	color:#FFF;
	border:1px outset #5A1512;
	margin:1em 0 0 10.5em;
}