@import "profile.css";
@import "schedule.css";
@import "blog.css";
@import "information.css";
@import "contact.css";

a:link { color: #cd7824; }
a:hover { color: #f27800; }
a:visited { color: #e15118; }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.4;
	font-size: 0.9em;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: url(/images/main/contents_bg.png) repeat 0 0;
}

/*===== wrap =====*/
#wrapper {
	width: 100%;
	height: auto !important;
	_height: 100%;
	min-height: 100%;
	margin: 0 auto -70px;
	background: url(/images/main/mon.png) no-repeat right bottom;
}

/*===== head =====*/
#head {
	width: 100%;
	min-width: 1024px;
	height: 199px;
	border-bottom: 6px solid #313131;
	background-color: #000;
}

.head_left {
	width: 470px;
	height: 199px;
	float: left;
	background: url(/images/main/head_left.png) no-repeat 0 0;
}

h1 {
	margin: 0;
}

.head_left a {
	width: 470px;
	height: 199px;
	text-indent: -9999px;
	display: block;
}

.head_right {
	width: 370px;
	height: 199px;
	float: right;
}

/*===== navi =====*/
#navi {
	width: 536px;
	height: 31px;
	margin-bottom: 30px;
	float: right;
	background: url(/images/main/navi.png) no-repeat 0 0;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li a {
	width: 107px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	float: left;
}

#navi li a:hover { background: url(/images/main/navi.png) no-repeat 0 0; }

.prof #navi li.profile a { background: url(/images/main/navi.png) no-repeat 0 -31px; }
#navi li.profile a:hover { background-position: 0 -31px; }

.bio #navi li.bio a { background: url(/images/main/navi.png) no-repeat -106px -31px; }
#navi li.bio a:hover { background-position: -106px -31px; }

.stage #navi li.stage a { background: url(/images/main/navi.png) no-repeat -214px -31px; }
#navi li.stage a:hover { background-position: -214px -31px; }

.news #navi li.news a { background: url(/images/main/navi.png) no-repeat -321px -31px; }
#navi li.news a:hover { background-position: -321px -31px; }

.mail #navi li.contact a { background: url(/images/main/navi.png) no-repeat -427px -31px; }
#navi li.contact a:hover { background-position: -427px -31px; }

/*===== コンテンツ枠 =====*/
#contents {
	width: 830px;
	margin-bottom: 50px;
	padding: 0 10px;
}

#main_contents {
	width: 550px;
	margin: 0 23px;
}

/*===== トップコメント =====*/
#top-comment {
	width: 830px;
	margin: 5px 10px 20px;
}

.image-right {
	margin: 0 10px;
	float: right;
}

/*===== フッター =====*/
#push {
	height: 70px;
	clear: both;
}

#footer {
	width: 826px;
	height: 70px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 12px;
}
