
/* ***************************************************** */
/*                      Top page design.                 */
/* ***************************************************** */
* {
	margin:0;
	padding:0;
}
body{
	background:url(_img/contents/contents_back.gif) repeat-y left;
}

/*
 a{ text-decoration:none; }
a:hover{ text-decoration:underline; }
*/

.clear{
	clear:right;
	display:block;
	font-size:1px;
}

#main{
	margin:0;
	text-align:center;
	background-color:#d7d7d7;
}
#contents {
	overflow:auto;
	height:620px;
	position:absolute;left:50%;
	margin-left:auto;
	margin-right:auto;
	width:810px;
	margin-top:30px;
	margin-left:-400px;
}

/* ***************************************************** */
/*                      contents all                     */
/* ***************************************************** */
#main_zone {
	width:800px;
	border-right:0px solid #000;
}
#contents_body {
	
	color:#202020;
}
#pagetitle {
	
}
#main_header{
	background:#000;
}
#sidemenu {
	padding-top:13px;
	width:164px;
	background:url(_img/contents/back-menu.jpg) no-repeat top left;
}
#sidemenu .menu-list{
	margin-left:8px;
	margin-bottom:7px;
}
#contents_main {
	padding:0px;
	width:596px;
}
#comment { /* contents top comment style */
	color:#464646;
	font-size:12px;
	margin-right:5px;
	margin-left:8px;
	margin-top:5px;
  padding-bottom: 8px;
  border-bottom: 2px solid #83976F;
}
a{
	color:#056608;
}
a:hover{
	color:#4fb353;
}
/* ***************************************************** */
/*                       profile design                  */
/* ***************************************************** */
#profile {
	padding-top:13px;
	padding-left:10px;
}
#profile #member {
	margin-top:20px;
	padding-right:10px;
	line-height:150%;
}
#profile #name {
	padding:3px 0px 3px 15px;
	margin-bottom:10px;
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
	color:black;
	background:url(_img/contents/line2.gif) repeat-x left bottom;
}
#profile #kana {
	font-size:10px;
	font-weight:normal;
	color:black;
}
#profile #img {
	margin-left:10px;
	margin-bottom:5px;
	margin-right:20px;
	float: right;
}
#profile #member #caption {
	font-weight:bold;
	padding:2px 5px 0px 18px;
	margin-left:15px;
	margin-top:10px;
	font-size:12px;
	color:#4a4a4a;
	background:url(_img/contents/line3.gif) repeat-x left center;
}
#profile #member #caption2 {
	background:url(_img/contents/name2.gif) no-repeat left center;
	padding:1px 5px 3px 18px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#4a4a4a;
}
#profile #member #special {
	padding-bottom:4px;
	margin-bottom:5px;
}
#profile #member #textstyle {
	font-size:12px;
	margin-bottom:10px;
}
#profile #member #free_content {
	font-size:12px;
	margin-left:30px;
	line-height:150%;
}
#profile #banner {
	padding-right:25px;
	margin-top:40px;
	font-size:10px;
	margin-left:15px;
}
#profile #banner #bannertitle {
	background-color:#343434;
	font-size:10px;font-weight:bold;color:#fff;
	padding:1px;
	padding-left:5px;
	margin-bottom:5px;

}

/* ***************************************************** */
/*                 design schedule style                 */
/* ***************************************************** */
#schedule {
	padding-top:13px;
	padding-left:10px;
}
#schedule #month {
	font-size:11px;
	width:560px;
	padding: 6px 0;
	text-align:right;
}
#schedule #month #now {
	font-weight:bold;
}
#schedule #event {
	
}
#schedule #event #table1 {
	margin-bottom:15px;
	border-right: 1px solid black;
}
#schedule #day {
	/* In table day style */
	background:#343434;
	font-size:20px;font-weight:bold;color:#fff;
	text-align:center;
	width:100px;
}
#schedule #title_a {
	/* Event title name style */
	background-color:#343434;
	border-bottom:1px solid #000;
	padding:5px;
	font-size:18px;font-weight:bold;color:#fff;
	text-align:center;
	width:460px;
}#schedule #time_a {
	/* Event open and end time style */
	background-color:#ce9d35;
	border-left:2px solid #000;
	padding:10px;
	font-size:10px;font-weight:bold;color:#fff;
	text-align:center;
	height:10px;
}
#schedule #cast_a {
	/* Event header style */
	border-left:2px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	margin:2px;
	padding-left:5px;
	padding-top:3px;padding-bottom:5px;
	font-size:12px;font-weight:bold;color:#505050;
	width:110px;
}
#schedule #cast_b {
	/* Event header contents style */
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	margin:2px;
	padding-left:5px;
	padding-top:3px;padding-bottom:5px;
	font-size:12px;font-weight:normal;color:#000;
	width:350px;
}
#schedule #cast_a a {
	color:#000;
}
#schedule #homepage {
	border-left:2px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	margin:2px;
	padding-left:5px;
	padding-top:3px;padding-bottom:5px;
	font-size:12px;font-weight:bold;color:#505050;
}
#schedule #map {
	border-left:2px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	margin:2px;
	padding-left:5px;
	padding-top:3px;padding-bottom:5px;
	font-size:12px;font-weight:bold;color:#505050;
}
#noschedule {
	width:580px;
	height:200px;
	text-align:center;
	font-size:12px; font-weight:bold; color:#686868;
	padding:10px;
	border:0px;
}

/* ***************************************************** */
/*                    design BBS style                   */
/* ***************************************************** */
#bbs {
	padding-top:13px;
	padding-left:10px;
}
#bbs .comment{
	padding:0px 5px 5px 0px;
	line-height:150%;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#bbs .comment .img{
	padding-bottom:5px;

}
#bbs .form {
	width:520px;
}
#bbs .form td{
	padding:5px 5px 4px 9px;
	font-size:12px;
  vertical-align: top;
}

#bbs .form .url{
	width:40px;
	padding:0px;
	margin:0px;
}
#bbs .form .input{
	width:270px;
	text-align:right;
}
#bbs .board{
	margin-bottom:20px;
  font-size: 12px;
}
#bbs .board .article{
	margin:0px;
}

#bbs .board .article .title{
  font-size: 14px;
	height:23px;
	border-left:8px solid #9F7213;
	border-bottom:1px solid #9F7213;
	margin-left:15px;
	padding-left:5px;
	margin-bottom:4px;
  color: #9F7213;
}
#bbs .board .article .date{
	margin:0px 3px;
	line-height:150%;
	text-align:right;
	color:#999;
}
#bbs .board .article .contents{
	padding:0px 4px 4px 5px;
	margin:0px;
  margin-left: 15px;
	line-height:150%;
}
#bbs .board .reply{
	margin-left:0px;
	padding-left:30px;
}

#bbs .board .reply .title_re{
  font-size: 14px;
	padding:0px;
	margin-right:4px;
	line-height:150%;
	border-bottom:1px solid #9F7213;
  color: #9F7213;
	margin-bottom:4px;
}
#bbs .board .reply .date_re{
	padding:4px;
	margin:0px;
	text-align:right;
}

#bbs .board .reply .contents_re{
	padding:0px 4px;
	margin:0px;
	line-height:150%;
}


/* ***************************************************** */
/*                     design blog style                 */
/* ***************************************************** */
#blog {
	padding-top:13px;
	padding-left:10px;
}
#blog #diary {

}
#blog #diarycontents {
	padding-left:26px;
	font-size:12px;
	line-height:150%;
}
#blog #img {
	float:right;
	padding-right:10px;
	margin:5px;
}
#blog #calender {
	font-size:10px;
	text-align:right;
}
#blog #title {
	height:23px;
	border-left:8px solid #9F7213;
	border-bottom:1px solid #9F7213;
  color:#9F7213;
	margin-left:15px;
	padding-left:5px;
	margin-bottom:8px;
}
#blog #blogcomment {
	font-size:12px;
	margin-left:26px;
	margin-top:20px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #000;
}
#blog #reply {
	font-size:12px;
	margin-bottom:20px;
	clear:both;
}
#blog #replaycomment {
	padding-left:40px;
	list-style-type:none;
}
#blog #writecomment {
	font-size:12px;color:#660033;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:30px;
}
#blog #text {
	font-size:12px;
}


/* ***************************************************** */
/*                  design mailform style                */
/* ***************************************************** */
#mail {
	padding-top:13px;
	padding-left:10px;
}
#mail td {
	font-size:12px;
}
#mail #form {
	padding-top:20px;
	margin-top:20px;
	background:url(_img/contents/back_mail.gif) repeat-y;
}
#mail #confirm {
	margin-left:20px;
	margin-top:20px;
	border-top:1px solid #000;
	background:url(_img/contents/back_mail.gif) repeat-y;

}
#mail #td_a {
	width:110px;
	font-size:12px;font-weight:bold;
	border-bottom:1px solid #000;
	border-left:2px solid #000;
	padding:8px;
}
#mail #td_b {
	width:390px;
	border-bottom:1px solid #000;
	border-right:2px solid #000;
	border-left:1px dotted #000;
	padding:8px;
}


/* ***************************************************** */
/*                     design link style                 */
/* ***************************************************** */
.link{
  width: 567px;
	padding-top:13px;
	padding-left:10px;
}
.link .group {
  margin-left:8px;
	margin-top:20px;
  border: 1px solid black;
  border-top-width: 0px;
}
.link .junle{
	padding:4px 0px 0px 4px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:white;
  background: black;
}
.link .site{
  width: 100%;
}
.link .site td{
  border-color: black;
  font-size:12px;
	border-bottom:1px solid;
}
.link .site_url{
	padding: 8px 0px;
	border-right:1px dotted;
}
.link .site_comment{
	padding: 8px 5px;
	vertical-align:top;
}
.link .site td.noborder {
  border-bottom-width: 0px;
}

#comment {
  width: 560px;
}



/* ***************************************************** */
/*                     design disco style                */
/* ***************************************************** */
#disco{
	padding-top:13px;
	padding-left:10px;
}
#disco .txt{
	
}
#disco .comment{
	padding:5px 0px;
	margin-bottom:10px;
	line-height:150%;
}
#disco .product{
	margin-top:10px;
	padding:0px;
}
#disco #disc{
	
}
#disco .title{
	padding:3px;
	padding-left:5px;
	text-align:left;
	color:#fff;
	margin-bottom:10px;
	font-size:12px;
	margin-top:30px;
	background:#343434 url(_img/contents/star.gif) no-repeat right;
	}
#disco .product .disc_img{
	text-align:right;
	padding-left:10px;
	padding-bottom:15px;
}
#disco .product .price{
	text-align:center;
	color:#000;
	border-bottom:1px solid #750B0B;
}
#disco .product .pdate{
	text-align:right;
	border-bottom:1px solid #750B0B;
	margin-bottom:15px;
	color:#000;
}
#disco .product .songs{
	border-bottom:1px solid #a7a7a7;
	padding-left:5px;
	margin-left:15px;
	padding-bottom:3px;
	margin-bottom:4px;
	color:#9F7213;
}
#disco .disc_comment{
	font-size:12px;
	line-height:150%;
	padding:0px 20px 3px 6px;
	background:url(_img/contents/disco2.jpg) repeat-y left;
	}

/* ***************************************************** */
/*                     design news style                 */
/* ***************************************************** */
#news{
	padding-top:13px;
	padding-left:10px;
	width:535px;
}

#news .comment{
	padding:0px 10px;
	line-height:150%;
}

#news .newsmenu{
	margin-top:30px;
	width:535px;
}

#news .newsmenu .newsphoto{
	padding-left:5px;
	padding-top:0px;
	padding-bottom:10px;
	float:right;
	line-height:150%;
}

#news .newsmenu .newstitle{
	background:#343434 url(_img/contents/back_news.gif) no-repeat right center;
	color:#fff;
	margin-bottom:5px;
	font-size:14px;
	padding:5px;
	text-align:left;
}

#news .newsmenu .newscomment{
	padding-bottom:25px;
	padding-left:5px;6
	font-size:12px;
	text-align:left;
	vertical-align:top;
	line-height:150%;
}

#news .newslinks{
	margin-top:10px;
	padding-bottom:20px;
	text-align:center;
}

/* ***************************************************** */
/*                     design photo style                */
/* ***************************************************** */

#photo div.photo_thumb{
	width:145px;
	padding:20px 0px;
	float:left;
	text-align:center;
	background:url(_img/contents/back_photo.gif) center center no-repeat;
	}
.clear{
	clear:left;
}
#photo div.photo_thumb a img{


}
#photo div.photo_thumb a:link img{

}
#photo div.photo_thumb a:hover img{

}
/* ***************************************************** */
/*                   design footer style                 */
/* ***************************************************** */
#footer {

	color:#828282;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-left:10px;
	margin-top:15px;
	padding:8px 10px 5px 0px;
	background:url(_img/contents/line.gif) no-repeat top center;
}
#footer a{
	text-decoration:none;
	color:#828282;
}
#footer a:hover{
	text-decoration:none;
	color:#000;
}
