@charset "UTF-8";
@import "reset-min.css";

* {
	font-family:sans-serif;
	color:#333;

}

html {
	background-color:#000;
}

#wrapper {
	width:850px;
	margin:auto;
}

#wrapper #flash {
	margin-top:20px;
	margin-bottom:30px;
}

#wrapper #content {
	min-height:600px;
	font-size:10pt;
	line-height:1.5;
}

#wrapper #content a,
#container #main a
{
	color:#e0446b;
	text-decoration:none;
}


#wrapper #content a:visited,
#container #main a:visited
{
	color:#cb3e61;
}



#wrapper #content a:hover,
#container #main a:hover
{
	text-decoration:underline;
}


#wrapper #content #left {
	float:left;
	width:500px;
	padding-right:25px;
	padding-left:12px;
}


#wrapper #content #right {
	float:left;
	width:302px;
}

#wrapper #content #left .info {
	margin-bottom:20px;
}

#wrapper #content #left .info .header {
	width:492px;
	height:56px;
	background-image:url(../img/top/info_header.jpg);
	background-repeat:no-repeat;
}

#wrapper #content #left .info .body {
	width:462px;
	background-image:url(../img/top/info_bg.jpg);
	background-repeat:repeat-y;
	padding:15px 15px 0 15px;
}

#wrapper #content #left .info .body .list {
	text-align:right;
	font-weight:bold;
}


#wrapper #content #left .info .footer {
	width:492px;
	height:14px;
	background-image:url(../img/top/info_footer.jpg);
	background-repeat:no-repeat;
}


#wrapper #content #right .twitter {
	margin-bottom:30px;
}


#wrapper #content #right .twitter .header {
	width:302px;
	height:39px;
	background-image:url(../img/top/twitter_header.jpg);
	background-repeat:no-repeat;
}

#wrapper #content #right .twitter .body {
	width:282px;
	background-image:url(../img/top/twitter_bg.jpg);
	background-repeat:repeat-y;
	padding:10px 10px 0 10px;
}

#wrapper #content #right .twitter .footer {
	width:302px;
	height:18px;
	background-image:url(../img/top/twitter_footer.jpg);
	background-repeat:no-repeat;
}



#wrapper #content #right .blog {
	margin-bottom:30px;
}


#wrapper #content #right .blog .header {
	width:302px;
	height:50px;
	background-image:url(../img/top/blog_header.jpg);
	background-repeat:no-repeat;
}

#wrapper #content #right .blog .body {
	width:282px;
	background-image:url(../img/top/blog_bg.jpg);
	background-repeat:repeat-y;
	padding:10px 10px 0 10px;
}


#wrapper #content #right .blog .footer {
	width:302px;
	height:18px;
	background-image:url(../img/top/blog_footer.jpg);
	background-repeat:no-repeat;
}


.clear {
	clear:both;
}

/* -------------- banner --------------- */
#wrapper #content .banner {
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
}

#wrapper #content .banner li {
	display:inline;
	padding-right:10px;
}


/* -------------- footer --------------- */
#footer {
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:8pt;
	background-color:#666;
}
#footer address {
	color:#fff;
	font-style:italic;
}

/* -------------- footer_menu --------------- */
#footer_menu {
	margin-bottom:10px;
	font-size:8pt;
	text-align:center;
	color:#fff;
}

#footer_menu li {
	padding:0 8px;
	display:inline;
	border-right:1px solid #fff;
}

#footer_menu li.last {
	border:none;
}

#footer_menu li a {
	color:#fff;
	text-decoration:none;
}

#footer_menu li a:hover {
	text-decoration:underline;
}

#footer_menu ul {
	clear:both;
}

#footer_menu ul.logo {
	margin-bottom:10px;
}

#footer_menu ul.logo li {
	border:none;
}

/* -------------- info --------------- */
#wrapper #content #left .info ul li {
	margin-bottom:10px;
}

/* -------------- twitter --------------- */
#wrapper #content #right .twitter div.tw_date {
	text-align:right;
}


/* -------------- blog --------------- */
#wrapper #content #right .blog div.b_title {
	font-weight:bold;
}

#wrapper #content #right .blog div.b_date {
	text-align:right;
}



#content .coming {
	padding-top:70px;
	text-align:center;
}


/* ---------------- 下層 ------------------ */
#container {
	width:800px;
	margin:auto;
	background-image:url(../img/template/bg.jpg);
	background-repeat:repeat-y;
	min-height:400px;
	margin-bottom:30px;
}

#container #header .menu li {
	float:left;

}

#container #main {
	padding:25px 30px 0 30px;
	font-size:.8em;
	line-height:180%;
	min-height:300px;
}

#container .top {
	text-align:right;
	padding:10px;
	font-size:.8em;
}

#container a {
}

#container a:hover {
	color:#ff0000;
}

#container #main div.pager {
	text-align:center;
}

#container #main div.pager span.disabled {
	color:#999;
}

#container #main h2 {
	background-repeat:no-repeat;
	width:740px;
	height:42px;
	text-indent:-9999px;
	margin-bottom:20px;
}



/* ---------------- プロフ ------------------ */
#container #main div.profile h2 {
	background-image:url(../img/template/ttl_profile.gif);
}

#container #main div.profile h4 {
	font-weight:bold;
	font-size:1.2em;
}

#container #main div.profile img {
	padding-right:10px;
	padding-bottom:10px;
}

#container #main div.profile p {
	margin-bottom:30px;
}

#container #main div.profile h3 {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:10px;
}

#container #main div.profile h3 span {
	font-size:.7em;
}



/* ---------------- news ------------------ */
#container #main div.info h2 {
	background-image:url(../img/template/ttl_info.gif);
}

#container #main div.info dl dt {
	font-weight:bold;
	font-size:1.2em;
}

#container #main div.info dl dd {
	margin-bottom:30px;
	background-image:url(../img/template/hr.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#container #main div.info dl dd div.date {
	text-align:right;
	color:#666;
}

#container #main div.info_left {
	width:630px;
	float:left;
}

#container #main div.info_right {
	width:110px;
	text-align:right;
	float:left;
}

#container #main div.info_right div {
	margin-bottom:15px;
}


/* ----------------- contact ------------------- */
#container #main div.contact h2.mag {
	background-image:url(../img/template/ttl_mailmag.gif);
}

#container #main div.contact h2.contact {
	background-image:url(../img/template/ttl_contact.gif);
}

#container #main div.contact p.h {
	margin-bottom:10px;
}

#container #main div.contact p.mag {
	text-align:center;
	margin:15px 0 30px 0;
}

#container #main div.contact p.mag input[type=text] {
	width:300px;
	padding:4px;
}

#container #main div.contact p.mag input[type=submit] {
	width:100px;
}

#container #main div.contact div.err {
	color:#ff0000;
	font-weight:bold;
	
}

#container #main div.contact table {
	margin:auto;
}

#container #main div.contact table th {
	padding:4px;
	white-space:nowrap;
	vertical-align:top;
}

#container #main div.contact table td {
	padding:4px;
	width:420px;
}

#container #main div.contact .inp1 {
	width:200px;
	padding:4px;
}

#container #main div.contact .inp2 {
	width:300px;
	padding:4px;
}

#container #main div.contact .inp3 {
	width:400px;
	height:200px;
	padding:4px;
}

#container #main div.contact p.thanks {
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	margin:40px;
}



/* ---------------- discography ------------------ */
#container #main div.discography h2 {
	background-image:url(../img/template/ttl_discography.gif);
}

#container #main div.discography div.left {
	float:left;
}

#container #main div.discography div.left div.category {
	text-align:center;
	height:32px;
}

#container #main div.discography div.left div.category ul li{
	display:inline;
	margin:0;
	padding:0;
}



#container #main div.discography div.left .flexcroll {
	width:220px;
	height:550px;
}

#container #main div.discography div.right {
	padding-left:10px;
	width:506px;
	float:left;
}

#container #main div.discography div.left .discs li{
	margin-bottom:10px;
}

#container #main div.discography div.left .discs li div.img {
	float:left;
	width:85px;
}

#container #main div.discography div.left .discs li div.summary {
	float:left;
	width:110px;
	line-height:1.3;
}

#container #main div.discography div.right div.img {
	float:left;
	width:210px;
	line-height:1.5;
}

#container #main div.discography div.right div.song {
	float:left;
	width:295px;
	line-height:1.5;

}

#container #main div.discography div.right h3 {
	font-weight:bold;
	font-size:1.2em;
	background-image:url(../img/template/hr.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:10px;
}

#container #main div.discography div.right div.song span.tieup {
	color:#ff0000;
	display:block;
	font-size:8pt;
	font-weight:bold;
	padding-left:15px;
}

#container #main div.discography div.right div.summary {
	padding-top:10px;
}

#container #main div.discography div.right div.summary div.link {
	margin-top:10px
}

#container #main div.discography div.right div.summary div.link a {
	display:block;
	margin-bottom:5px;
}

#container #main div.discography div.right div.more {
	margin-top:20px;
}

#container #main div.discography div.right div.more h4 {
	font-weight:bold;
	font-size:1.2em;
}


/* ---------------- Live ------------------ */
#container #main div.live h2 {
	background-image:url(../img/template/ttl_live.gif);
}

#container #main div.live div.index {
	width:540px;
	margin:auto;
	margin-bottom:30px;
}

#container #main div.live div.index li {
	display:inline;
	padding-right:10px;
}

#container #main div.live div.index li.y {
	font-weight:bold;
}

#container #main div.live div.index li.h {
	font-weight:bold;
}

#container #main div.live div.live_info {
	margin-bottom:50px;
	clear:both;
}

#container #main div.live div.live_info h4 {
	font-weight:bold;
	font-size:1.2em;
}

#container #main table.admin {
	border-top:1px solid #666;
	border-left:1px solid #666;
	margin:auto;
}

#container #main table.admin th,
#container #main table.admin td
{
	padding:4px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

#container #main div.message {
	text-align:center;
	font-weight:bold;
	color:#ff0000;
}

#container #main table.admin textarea {
	width:600px;
	height:600px;
}

#container #main div.admin_menu {
	text-align:right;
}

#container #main p.admin_menu {
	margin-bottom:10px;
}


/* ---------------- Store ------------------ */
#container #main div.store h2 {
	background-image:url(../img/template/ttl_store.gif);
}


#container #main div.store h2.cd {
	height:31px;
	background-image:url(../img/store/ttl_cd.gif);

}


#container #main div.store h2.goods {
	height:31px;
	background-image:url(../img/store/ttl_goods.gif);

}


#container #main div.store h2.guide {
	height:31px;
	background-image:url(../img/store/ttl_guide.gif);
	margin-bottom:10px;
}

#container #main div.store h2.law {
	height:31px;
	background-image:url(../img/store/ttl_law.gif);
	margin-bottom:10px;
}


#container #main div.store div.items {
	margin-bottom:30px;
}

#container #main div.store div.item {
	float:left;
	padding-bottom:10px;
}

#container #main div.store div.item div.img {
	width:85px;
	float:left;
}

#container #main div.store div.item div.summary {
	width:150px;
	float:left;
	line-height:1.2;
	font-size:.9em;
}

#container #main div.store div.item div.summary div.title {
	font-weight:bold;
}

#container #main div.store div.items div.border {
	height:1px;
	width:740px;
	background-image:url(../img/store/hr.gif);
	margin:10px 0;
}

#container #main div.store p {
	margin-bottom:30px;
}

#container #main div.store table.law {
	margin-bottom:20px;
	width:650px;
	margin:auto;
	margin-top:20px;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#container #main div.store table.law th,
#container #main div.store table.law td {
	padding:4px;
	font-size:.9em;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
