@charset"Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	line-height: 120%;
}

body {
	font-size: 90%;
	margin: 0px 20px;
	padding: 0px;
	color: #555555;
	background-color: #000000;
}

body.popup { 
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #000000;
	text-align: center;
}

a img { border: none; }

a:link    { color: #EE6633; text-decoration: none; }
a:visited { color: #EE6633; text-decoration: none; }
a:active  { color: #FFDD00; text-decoration: none; }
a:hover   { color: #FFDD00; text-decoration: none; }

h1 {
	font-size: 1.3em;
	padding: 8px 0px;
	margin: 0px;
}

h2 {
	font-size: 1.1em;
	padding: 4px 0px;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
}

.smallFont {
	font-size: 0.9em;
}

hr.simpleLine {
	border: 1px #999999 solid;
	height: 1px;
}

.clear {
	clear: both;
}

br.spacer {
	line-height: 50%;
}


/* ==================== Wrappers ==================== */

.mainWrapper {
	background-color: #FFFFFF;
	width: 850px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.headerBox {
	margin: 0px;
	padding: 0px;
	height: 120px;
	background: #000000 url(../img/header.jpg) no-repeat;
}

.menuBox {
	margin: 0px;
	padding: 0px;
}
.menuBox ul{
	margin: 0px;
	padding: 0px;
}
.menuBox li{
	float: left;
	list-style: none;
}

.contentsBox {
	padding: 20px;
	margin: 0px;
}

.linkBox {
	text-align: left;
	padding: 5px;
	margin: 0px;
}

.footerBox {
	background-color: #DDDDDD;
	color: #444444;
	text-align: right;
	font-size: 0.9em;
	padding: 6px 10px;
	margin: 0px;
}

div.leftWrapper {
	width: 50%;
	float: left;
}

div.rightWrapper {
	width: 50%;
	float: right;
}

div.popupContents {
	background-color: #FFFFFF;
	width: 350px;
	margin: auto;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}

/* ==================== Propaties ==================== */

div.headerTitle {
	padding-top: 26px;
	padding-left: 120px;
	color: #DD0000;
}

div.simpleBox {
	margin: 3px;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

div.paddingBox {
	margin: 0px;
	padding: 10px;
	border: 0px;
}

img.smallBandpic {
	margin: 1px;
	padding: 0px;
	border: 1px solid #000000;
}

img.Bandpic {
	margin-right: 10px;
	padding: 0px;
}

.title {
	background-color: #DDDDDD;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
}

img.pad {
	padding: 5px 0px;
}

table.linkTable {
        width: 100%;
        border: 0px;
}
table.linkTable td {
        padding: 3px;
	line-height: 100%;
	vertical-align: top;
}

.linkTable a:link    { color: #666666; text-decoration: none; }
.linkTable a:visited { color: #666666; text-decoration: none; }
.linkTable a:active  { color: #FFDD00; text-decoration: none; }
.linkTable a:hover   { color: #FFDD00; text-decoration: none; }

a.bandURL {
	font-size: 0.85em;
}

h1.volume {
	color: #BB2222;
}


/* ------ index ------ */

table td.buttons {
	text-align: center;
	font-size: 0.9em;
}
table td.buttons a:link, table td.buttons a:visited {
	color: #888888;
}
table td.buttons a:active, table td.buttons a:hover {
	color: #CC7777;
}


table.simpleTable {
        width: 395px;
        border-collapse: collapse;
        border: 1px solid #AAAAAA;
}
table.simpleTable td {
	padding: 8px;
}


table.bandTable {
        width: 400px;
        border-collapse: collapse;
        border: 1px solid #AAAAAA;
        border-spacing: 0px;
}
table.bandTable td.pic {
        width: 120px;
        border-bottom: 1px solid #AAAAAA;
	padding: 6px;
}
table.bandTable td.info {
        border-bottom: 1px solid #AAAAAA;
	padding: 6px;
}


/* ------ radio ------ */

div.onairTitle {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	height: 24px;
	background: #FFFFFF url(../img/icon_music.gif) no-repeat;
	vertical-align: middle;
}

a.arrowLink {
	background: url(../img/icon_arrow.gif) no-repeat left center;
	padding-left: 21px;
	margin: 3px;
}

/* ------ profile ------ */

table.profBox {
	width: 90%;
	margin: auto;
	border: 1px solid #AAAAAA;
}

table.profBox td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

div.profTitle {
	background-color: #881111;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 10px;
}

/* ------ news ------ */

table.newsBox {
	width: 90%;
	margin: auto;
	border: 1px solid #AAAAAA;
}

table.newsBox td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

table.newsBox td.right_td {
	text-align: right;
	vertical-align: top;
	padding: 10px;
}

h1.newsTitle {
	color: #DD5555;
}

/* ------ top mail form ------ */

table.mailBox {
	width: 95%;
	margin: auto;
	border: 1px solid #AAAAAA;
}

table.mailBox td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

