﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html,
body,
#top_border,
#right_border,
#left_border,
#bottom_border,
#noshow,
#pink_back {
	width: 100%;
	height: 100%;
}
#pink_back {background:url(../images/top/pink_back.png) repeat-x top;}
#top_border {background:url(../images/common/window_border.gif) repeat-x top;}
#right_border {background:url(../images/common/window_border.gif) repeat-y right;}
#left_border {background:url(../images/common/window_border.gif) repeat-y left;}
#bottom_border {background:url(../images/common/window_border.gif) repeat-x bottom;}

#all {
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 55px;
	color: #5f6527;
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#header {
	width: 800px;
	height: 19px;
	margin: 0 auto;
}

#header h1 {
	width: 284px;
	height: 19px;
	background: url(../images/common/h1.png) no-repeat;}

#menu {
	clear: both;
	height: 59px;
	background: url(../images/common/menu_back.png) repeat-x;
}

#menu .menu_contents {
	width: 860px;
	height: 59px;
	margin: 0 auto;
	background: url(../images/common/logo.png) no-repeat;
}

#menu .menu_contents ul {
	list-style: none;
	margin-left: 320px;
	height: 59px;
}

#menu .menu_contents ul li {
	float: left;
	height: 59px;
	margin-right: 10px;
}

#menu .menu_contents ul li.home {width:58px;background:url(../images/common/menu_1_r.png) no-repeat;}
#menu .menu_contents ul li.home_now {width:58px;background:url(../images/common/menu_1_n.png) no-repeat;}
#menu .menu_contents ul li.home a {background:url(../images/common/menu_1.png) no-repeat;}
#menu .menu_contents ul li.home a:hover {background:none}

#menu .menu_contents ul li.about {width:80px;background:url(../images/common/menu_2_r.png) no-repeat;}
#menu .menu_contents ul li.about_now {width:80px;background:url(../images/common/menu_2_n.png) no-repeat;}
#menu .menu_contents ul li.about a {background:url(../images/common/menu_2.png) no-repeat;}
#menu .menu_contents ul li.about a:hover {background:none}

#menu .menu_contents ul li.schedule {width:81px;background:url(../images/common/menu_3_r.png) no-repeat;}
#menu .menu_contents ul li.schedule_now {width:81px;background:url(../images/common/menu_3_n.png) no-repeat;}
#menu .menu_contents ul li.schedule a {background:url(../images/common/menu_3.png) no-repeat;}
#menu .menu_contents ul li.schedule a:hover {background:none}

#menu .menu_contents ul li.sound {width:61px;background:url(../images/common/menu_4_r.png) no-repeat;}
#menu .menu_contents ul li.sound_now {width:61px;background:url(../images/common/menu_4_n.png) no-repeat;}
#menu .menu_contents ul li.sound a {background:url(../images/common/menu_4.png) no-repeat;}
#menu .menu_contents ul li.sound a:hover {background:none}

#menu .menu_contents ul li.diary {width:56px;background:url(../images/common/menu_5_r.png) no-repeat;}
#menu .menu_contents ul li.diary_now {width:56px;background:url(../images/common/menu_5_n.png) no-repeat;}
#menu .menu_contents ul li.diary a {background:url(../images/common/menu_5.png) no-repeat;}
#menu .menu_contents ul li.diary a:hover {background:none}

#menu .menu_contents ul li.bbs {width:43px;background:url(../images/common/menu_6_r.png) no-repeat;}
#menu .menu_contents ul li.bbs_now {width:43px;background:url(../images/common/menu_6_n.png) no-repeat;}
#menu .menu_contents ul li.bbs a {background:url(../images/common/menu_6.png) no-repeat;}
#menu .menu_contents ul li.bbs a:hover {background:none}

#menu .menu_contents ul li.links {width:55px;background:url(../images/common/menu_7_r.png) no-repeat;}
#menu .menu_contents ul li.links_now {width:55px;background:url(../images/common/menu_7_n.png) no-repeat;}
#menu .menu_contents ul li.links a {background:url(../images/common/menu_7.png) no-repeat;}
#menu .menu_contents ul li.links a:hover {background:none}

#menu .menu_contents ul li.contact {width:82px;background:url(../images/common/menu_8_r.png) no-repeat;}
#menu .menu_contents ul li.contact_now {width:82px;background:url(../images/common/menu_8_n.png) no-repeat;}
#menu .menu_contents ul li.contact a {background:url(../images/common/menu_8.png) no-repeat;}
#menu .menu_contents ul li.contact a:hover {background:none}

#footer {
	width: 800px;
	height: 42px;
	margin: 0 auto;
	padding-top: 5px;
	background: url(../images/common/footer.jpg) no-repeat;
}

#footer p.myspace {
	width: 88px;
	height: 31px;
	margin-left: 20px;
	background: url(../images/common/myspace.gif) no-repeat;
}

.backimg {
	text-indent: -9999px;
	overflow: hidden;
}

a.backroll {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #d04f97;
}

a:hover {
	text-decoration: underline;
	color: #f39800;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ index ■■■ */

#top_container {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	background: url(../images/top/top_image.jpg) no-repeat;
}

#top_container .release {
	width: 249px;
	height: 117px;
	float: right;
	margin-top: 335px;
}

#top_container .release table {
	width: 249px;
	height: 117px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

#top_container .release table tr td.photo {
	width: 115px;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ サブページ共通 ■■■ */

#sub_container {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	background: url(../images/sub/sub_photo.jpg) bottom no-repeat;
}

#sub_container h2,
#frame_container h2 {
	width: 800px;
	height: 39px;
}

h2.about {background:url(../images/sub/h2_about.jpg) no-repeat;}
h2.schedule {background:url(../images/sub/h2_schedule.jpg) no-repeat;}
h2.sound {background:url(../images/sub/h2_sound.jpg) no-repeat;}
h2.diary {background:url(../images/sub/h2_diary.jpg) no-repeat;}
h2.bbs {background:url(../images/sub/h2_bbs.jpg) no-repeat;}
h2.links {background:url(../images/sub/h2_link.jpg) no-repeat;}
h2.contact {background:url(../images/sub/h2_contact.jpg) no-repeat;}

#sub_container .sub_contents {
	width: 760px;
	height: 410px;
	margin: 0 auto;
	padding-top: 15px;
	overflow-y: scroll;
}

#sub_container .sub_contents p {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

#frame_container {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	background: url(../images/sub/sub_photo.jpg) bottom no-repeat;
}

#frame_container .frame_box {
	width: 760px;
	height: 420px;
	margin: 0 auto;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ schedule ■■■ */

#sub_container .sub_contents .live_info {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
}

#sub_container .sub_contents .live_info h3 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: solid 6px #debecc;
	color: #7f1184;
}

#sub_container .sub_contents .live_info h4 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 2em;
	margin-bottom: 4px;
	color: #417038;
}

#sub_container .sub_contents .live_info dl {
	margin-left: 4em;
}

#sub_container .sub_contents .live_info dl dt {
	letter-spacing: 1em;
}

#sub_container .sub_contents .live_info dl dd {
	margin-top: -1.5em;
	margin-left: 6em;
	margin-bottom: 4px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ about ■■■ */

#sub_container .sub_contents table.profile {
	width: 560px;
	margin: 0 auto;
}

#sub_container .sub_contents table.profile tr td.photo {
	width: 240px;
	height: 400px;
	vertical-align: top;
	padding-top: 28px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ sound ■■■ */

.sound_box {
	clear: both;
	width: 600px;
	float: left;
	margin-top: 8px;
	margin-left: 80px;
	_margin-left: 40px;
	margin-bottom: 8px;
}

.sound_box .jacket_side {
	width: 180px;
	float: left;
}

.sound_box .jacket_side img {
	border: solid 1px #aaa;
}

.sound_box .text_side {
	width: 380px;
	float: right;
}

.sound_box .text_side h3 {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #7d7d7d;
	font-size: 140%;
}

.sound_box .text_side h4 {
	text-align: right;
	font-size: 100%;
}

#sub_container .sub_contents .sound_box .text_side p {
	text-align: right;
}

.sound_box .text_side ol {
	margin-left: 4em;
	margin-bottom: 0.8em;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ contact ■■■ */

#sub_container p.contact_intro {
	margin-left: 8em;
}

#sub_container p.contact_send {
	text-align: center;
	margin-top: 64px;
}

dl#contact_form {
	margin-top: 18px;
	margin-left: 180px;
	margin-bottom: 12px;
}

dl#contact_form dt {
	margin-bottom: 0.5em;
	letter-spacing: 1px;}

dl#contact_form dd {
	margin-left: 3em;
	margin-bottom: 0.5em;
}

dl#contact_form dt span,
dl#contact_form dd span {
	color: #d70035;
}

p#submit {
	text-align: center;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ links ■■■ */

#sub_container .sub_contents ul.link_list {
	width: 600px;
	margin: 0 auto;
	margin-top: 18px;
	list-style: none;
	letter-spacing: 1px;
}
#sub_container .sub_contents ul.link_list li {
	width: 200px;
	float: left;
	margin-bottom: 16px;
}