/* CSS Document */

html,body {
	 height: 100%; 
}

body.contents{
	background-image:url(../image/bg_under.png);
	background-repeat:repeat-x;
	background-color:#d7c9bc;
	position:relative;
}

.contents #wrapper{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

/*	header */
div#header_2 {
	float:left;
	width:1000px;
	height:115px;
	margin-bottom:10px;
	background-image:url(../image/header_bg_2.png);
	background-color:#ab212b;
	
}

div#header_2 h1{
	float:left;
	width:400px;
	height:115px;
	overflow: hidden;
}

div#header_2 a {
	display:block;
	height:115px;
	width:400px;
	background-image:url(../image/logo_2.png);
	background-repeat:no-repeat;
	overflow: hidden;
}

div#header_2 span {
	display:none;
}

div#header_2 h2{
	float:right;
	color:#FFFFFF;
	text-align:right;
	padding-top:45px;
	padding-right:50px;
	width:350px;
	height:60px;
	overflow: hidden;
}

/*	container */
#container{
	padding:10px 0 75px;
	clear:both;
}

#container h3{
	margin:10px auto;
	width:940px;
	height:70px;
}

.container_top{
	width:940px;
	height:60px;
	margin:0 auto;
	background-image:url(../image/lain_1.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.contents_inner{
	width:810px;
	font-size:12px;
	margin:0 auto;
	padding:0 65px 5px;
	background-image:url(../image/lain_2.png);
	overflow:hidden;
}


.contents_inner p{
	font-size:12px;
	line-height:1.8;
	color:#333333;
}

.contents_inner .spotlight{
	font-size:14px;
	color:#ff6666;
}

#container a,
.contents_inner strong
{
	color:#ff6666;
}

.headline{
	margin-bottom:20px;
	background-image:url(../image/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#ff6666;
	font-size:14px;
	font-weight:bold;
}

.subtitle{
	margin-bottom:20px;
	background-image:url(../image/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#ff6666;
	font-weight:bold;
}

.subtitle strong{
	font-weight:bold;
}

.container_bottom{
	width:940px;
	height:60px;
	margin:0 auto 20px;
	background-image:url(../image/lain_3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

/*	biography */
#biography_image{
	float:left;
	width:230px;
	margin-right:20px;
}

#biography_textbox{
	float:left;
	width:560px;
	margin-bottom:20px;
}

#biography_textbox p:last-child{
	margin-top:20px;
}

#biography_box{
	clear:both;
	margin-bottom:20px;
}

#biography_box dt{
	background-image:url(../image/line.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	margin-bottom:5px;
	color:#ff6666;
}

#biography_box dd{
	margin-bottom:20px;
}

/*	music */
.music_link{
	text-align:center;
	padding-top:20px;
	}

.music_link li{
	width:354px;
	height:44px;
	margin:0px auto 40px;
	color: #222;
	font-size:14px;
}

.music_link li a{
	display:block;
	width:354px;
	height:44px;
}

.music_link li span{
	display:none;
}

.music_link #music_link1{
	background-image:url(../image/music_link1.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.music_link #music_link1:hover{
	background-position:0 -50px;
}

.music_link #music_link2{
	background-image:url(../image/music_link2.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.music_link #music_link2:hover{
	background-position:0 -50px;
}

.music_link #music_link3{
	background-image:url(../image/music_link3.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.music_link #music_link3:hover{
	background-position:0 -50px;
}

.music_link #music_link4{
	background-image:url(../image/music_link4.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.music_link #music_link4:hover{
	background-position:0 -50px;
}

.music_box{
	margin:0 10px 10px 0;
	float:left;
	width:400px;
	overflow:hidden;
	color:#333;
}

.music_box .music_image{
	float:left;
	width:130px;
	margin:0 0 10px 0;
}

.music_description{
	float:left;
	width:260px;
	margin:0 0 10px 0;
}

.music_list{
	float:left;
	width:400px;
	color:#333;
}

.music_list li{
	background-image:url(../image/line.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding:0 10px 10px;
	margin:0 0 10px;
}

.music_list .music_list_headline{
	padding-top:20px;
}

.music_list li span{
	display:block;
}

.music_list li span:first-child{
	margin-top:5px;
}

.music_list li strong{
	font-weight:bold;
}

.cdtitle_box ul{
	margin-top:20px;
}

.cdtitle_box ul li{
	margin-bottom:5px;
	color:#333;
}

.cdtitle_box strong{
	font-weight:bold;
}
.music_box p{
	clear:both;
}

.pickup{
	text-indent:-1em;
	padding-left:1em;
}

.pickup:before{
	content:"◆";
}

.contents_inner .cd_topic{
	color:#ff6666;
	font-size:10px;
	margin:10px 0 0;
}

#cd_description{
	clear:both;
	padding-top:60px;
}

#cd_description .cd_topic{
	border-top:1px solid #cc9966;
	padding-top:10px;
}

#cd_description ul{
	color:#333;
	margin:10px 0;
}

#cd_description li:before{
	content:"◇";
}

#cd_description img{
	margin-bottom:5px;
}

/*	news */


.news_list dt{
	clear:both;
	background-image:url(../image/line.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding-bottom:5px;
	color:#ff6666;
}

.news_list dd{
	margin-bottom:20px;	
}

.news_list dd img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.news_list dd iframe{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


/*	live */
.live_container p{
	text-indent:-1.5em;
	padding-left:1.5em;
	margin-top:5px;
}

.live_container p:before{
	content:"◆ ";
}

.live_container p:first-child{
	margin-top:0;
}

.live_container a{
	padding-left:1.5em;
}

.live_container p a{
	padding-left:0;
}

.contents_inner .topics{
	color:#999999;
}

.live_container .contents_inner .topics:before{
	content:"";
}


/*	form */
form{
	padding-top:10px;
}

form dl{
	line-height:1.4;
	color:#333333;
}

form dt{
	margin-bottom:5px;
}

form dd{
	margin-bottom:20px;
}

form dd:last-child{
	margin-bottom:0;
}

.character_entry input{
	width:200px;
}

.character_entry textarea{
	width:450px;
	height:100px;
}

form dd label{
	margin-right:10px;
}

form dd label input{
	position:relative;
	top:2px;
	margin-right:2px;
}

form dd select{
	width:100px;
}

form #disclaimer{
	margin:5px 0 10px;
	font-size:11px;
	color:#666;
}

.form_btm{
	float:left;
	margin-right:20px;
}

.form_btm input {
	width:80px;
	height:25px;
	text-align:center;
   border: 1px solid #cc9966;
   background: #8c0d18;
   background: -webkit-gradient(linear, left top, left bottom, from(#bf343d), to(#8c0d18));
   background: -webkit-linear-gradient(top, #bf343d, #8c0d18);
   background: -moz-linear-gradient(top, #bf343d, #8c0d18);
   background: -ms-linear-gradient(top, #bf343d, #8c0d18);
   background: -o-linear-gradient(top, #bf343d, #8c0d18);
   background-image: -ms-linear-gradient(top, #bf343d 0%, #8c0d18 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #302c2d 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.form_btm input:hover {
   border: 1px solid #ad7c4c;
   text-shadow: #302c2d 0 1px 0;
   background: #bf343d;
   background: -webkit-gradient(linear, left top, left bottom, from(#8c0d18), to(#bf343d));
   background: -webkit-linear-gradient(top, #8c0d18, #bf343d);
   background: -moz-linear-gradient(top, #8c0d18, #bf343d);
   background: -ms-linear-gradient(top, #8c0d18, #bf343d);
   background: -o-linear-gradient(top, #8c0d18, #bf343d);
   background-image: -ms-linear-gradient(top, #8c0d18 0%, #bf343d 100%);
   color: #fff;
   }
.form_btm input:active {
   text-shadow: #302c2d 0 1px 0;
   border: 1px solid #ad7c4c;
   background: #bf343d;
   background: -webkit-gradient(linear, left top, left bottom, from(#8c0d18), to(#bf343d));
   background: -webkit-linear-gradient(top, #8c0d18, #bf343d);
   background: -moz-linear-gradient(top, #8c0d18, #bf343d);
   background: -ms-linear-gradient(top, #8c0d18, #bf343d);
   background: -o-linear-gradient(top, #8c0d18, #bf343d);
   background-image: -ms-linear-gradient(top, #8c0d18 0%, #bf343d 100%);
   color: #fff;
   }
.form_btm:last-child > input:after{
	clear:both;
}

/*	footer */

#footer{
	width:940px;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
	position: absolute;
	bottom: -80px;
]; 				left: 17px;
