@charset "UTF-8";
/* CSS Document */


/* default setting */
* {
	margin:0;
	padding:0;
	}
img {
	border: 0;
}
H1,H2,H3{
	padding:0;
	margin:0;
}
HTML {
	height: 100%;
}
BODY {
	background: #000000;
	margin:0 auto;
	height: 100%;
	width: 1024px;
	font-size:80%;
	line-height:120%;
	color:#CCCCCC;
}
/* wrapper */
.wrapper {
	background: #000000;
	min-height: 100%;
	/*	height: 100%; */
	margin:0;
	width:100%;
}
.wrapper .border {
	min-height:100%;
	/*	height: 100%; */
	margin:0 100px;
	width:810px;
	scrollbar-base-color:#333333;
	scrollbar-face-color:#76623b;
	border-left:2px dotted #C1473E;
	border-right:2px dotted #C1473E;
	background-color:#000000;
}

/* HAEDER */
.header {
	margin:0;
	width:815px;
}
.header .menue {
	margin:0;
	padding:0 12px 0 12px;
	width:790px;
	background-image:url(../img/menue_back.jpg);
	width:785px;
}
.header .menue img {
	margin:0 2px;
}

/* MAIN CONTENTS */
.contents {
	width: 810px;
	margin: 0;
	padding: 10px 0;
	background-color:#000000;
}

/*
 * TOP
 */
.contents .left {
	width:480px;
	height:100%;
	float:left;
	margin-left:5px;
}
.contents .left .headline {
	width:495px;
	height:331px;
}
/*
.contents .left .cont{
	width:495px;
	height:270px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	overflow:auto;
}
*/
.contents .left .magazine {
	margin-left:5px;
}
.contents .right {
	width:300px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents .right .othersite {
//	height:310px;
}
.contents .right .othersite ul {
	margin:5px 0 10px 0;
	padding:0;
}
.contents .right .othersite li {
	list-style-type: none;
	display: block;
	padding: 15px 0px 0px 0px
}
.contents .right .othersite .rss {
	width:200px;
	height:100px;
	overflow:auto;
}
.contents .right .counter {
	text-align:right;
	margin:10px 0;
}
.floatclear {
	clear:both;
}
/* CONTENT */
.contents .profile {
	margin: 5px 10px;
}
/* tour, past lives */
table.tourtbl{
	margin: 10px 5px;
	width:740px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#000000;
    empty-cells:show;
}
.tourtbl th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#444400;
    background-color:#675434;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	background-image:url(../img/band_back.jpg);
}
.tourtbl td{
  border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}
/* past lives */
H3.year {
	margin:10px 0;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	color:#71511E;
}
/* FOOTER */
.footer {
	margin:0;
	background-image:url(../img/footer_back.jpg)
}
