
/* ***************************************************** */
/*                      Top page design.                 */
/* ***************************************************** */
* {
	margin:0;
	padding:0;
}
body {
}

a:link{ 
	text-decoration:none;
	color:#ffd200; 
}
a:hover{ 
	text-decoration:underline; 
	color:#848484; 
}
a:visited {
	color:#a57819; 
}
a:active {
	color:#a57819; 
}

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


.main{
	margin-left:auto;
	margin-right:auto;
}


.headimg {
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #afafaf;
	width:801px;
}

.contents_body {
  position:relative;
	margin-left:auto;
	margin-right:auto;
	width:799px;
	height:685px;
	border-left:1px solid #afafaf;
	border-right:1px solid #afafaf;
	background:#e3e0d3 url(_img/topbody.jpg) no-repeat;
}



.menu {
	padding-top:25px;
	margin-left:387px;
}
.menu .menucontents1 { margin-left:136px; }
.menu .menucontents2 { margin-left:116px; }
.menu .menucontents3 { margin-left:91px; }
.menu .menucontents4 { margin-left:70px; }
.menu .menucontents5 { margin-left:50px; }
.menu .menucontents6 { margin-left:24px; }
.menu .menucontents7 {  }


.footer {
	background:#fff;
	width:794px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #afafaf;
	border-right:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
	text-align:right;
	font-size:10px;
	color:#848484;
	padding-top:5px;padding-right:5px;padding-bottom:5px;
}

/* ***************************************************** */
/*                      contents all                     */
/* ***************************************************** */
#main_zone {
	width:100%;
	background-color:#000;
	/* border-right:0px solid #000; */
}
#contents_body {
	color:#000;
}
#contents_main {
	color:#000;
}
#pagetitle {
	
}
#main_header{
	background:#fff;
	background-image: url(_img/contents/headback.jpg);
	background-repeat: repeat-x;
}
div#headmenu {

	background: #e7e8e7;
}
ul#menubar {
	background: #e7e8e7;
	margin: 0;
	padding-left:0px;padding-top:5px;
	height: 25px;
	diplay: block;
	text-align: left;
	list-style: none;
  width: 830px;

}
ul#menubar li {
	list-style: none;
	display: inline;
	margin-left:10px;
	padding: 0;
}


#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:800px;
}
/* contents top comment style */
#comment { 
	color:#dadada;
	font-size:12px;
	margin-left:15px;
	padding-right:15px;padding-left:20px;padding-top:5px;padding-bottom: 8px;
	width:720px;
	border-bottom:1px dotted #fff;
}
a{
	color:#45b848;
}
a:hover{
	text-decoration:none;
	color:#4fd353;
}
/* ***************************************************** */
/*                       profile design                  */
/* ***************************************************** */
#profile {
	padding-top:13px;
	padding-left:10px;
	color:#dadada;
}
#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:#fff;
}
#profile #kana {
	font-size:10px;
	font-weight:normal;
}
#profile #img {
	margin-left:35px;
	margin-bottom:5px;
	margin-right:0px;
	float: left;
}
#profile #member #caption {
	font-weight:bold;
	padding:2px 5px 0px 18px;
	margin-left:15px;
	margin-top:10px;
	font-size:12px;
	color:#fff;
	background:url(_img/contents/line3.gif) no-repeat left center;
}
#profile #member #caption2 {
	background:url(_img/contents/mark.gif) no-repeat left center;
	padding:1px 5px 3px 18px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#profile #member #special {
	padding-bottom:4px;
	margin-bottom:5px;
}
#profile #member #textstyle {
	font-size:12px;
	margin-left:10px;
	margin-bottom:10px;
	width:500px;
}
#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;

}
#profile #banner #bannarimg {
	
}
#profile #banner #bannarcomment {
	font-size:10px;
	color:#fff;
}
/* ***************************************************** */
/*                 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;
	color:red;
}
#schedule #event {
	padding-left:140px;
}
#schedule #event #table1 {
	margin-bottom:15px;
	border-right: 1px solid black;
}
#schedule #day {
	/* In table day style */
	background:#343434;
	padding-top:10px;
	font-size:20px;font-weight:bold;color:#fff;
	text-align:center;
	width:100px;
}
#schedule #title_a {
	/* Event title name style */
	background-color:#ffa705;
	border-bottom:1px solid #000;
	border-left:2px 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 #img {
	margin-left:35px;
	margin-bottom:5px;
	margin-right:0px;
	float: left;
}


#bbs table {
	margin-left:40px;
}

#bbs #input_name {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:3px;
	margin-bottom:3px;
}
#bbs #input_title {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
	margin-bottom:3px;
}
#bbs #input_mail {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
	margin-bottom:3px;
}
#bbs #input_url {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
	margin-bottom:3px;
}
#bbs #input_comment {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
	margin-bottom:3px;
}
#bbs #input_delpass {
	width:100px;
	text-align:right;
	font-size:12px;font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
	margin-bottom:3px;
}
#bbs #input_bottom {
	text-align:center;
	font-size:12px;font-weight:bold;
	color:#fff;
	padding-top:10px;
	margin-bottom:3px;
}

#bbs .board {
	width:700px;
	line-height:160%;
	border-left:5px solid #25659c;
	margin-left:20px;margin-bottom:15px;
	padding-left:10px;padding-bottom:5px;
}
#bbs .title {
	font-size:14px;font-weight:bold;
	color:#ffd200;
}
#bbs .handlename {
	font-size:10px;color:#fff;
}
#bbs .date {
	font-size:10px;color:#fff;
}
#bbs .article {
	border-top:1px dotted #fff;border-bottom:1px dotted #fff;
	font-size:12px;color:#fff;
}
#bbs .delete_form {
	width:700px;
	border:3px solid #bf0303;
	padding:10px;
	margin-left:30px;
}
#bbs #error {
	width:700px;
	font-size:18px;color:red;
	text-align:center;
	margin-left:30px;
	border:3px solid #bf0303;
}

/* ***************************************************** */
/*                     design photo style  	                                         */
/* ***************************************************** */
#photomain {
	padding-top:13px;
	padding-left:10px;
}
.photo_zone {
	width:750px;
	margin-left:35px;
}
.photos {
	margin:3px;
	float:left;text-align:center;
}
.phototitle {
	font-size:10px;
}
.photoimg {
	border:5px solid #fff;
}
/* ***************************************************** */
/*                     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 #d00000;
	border-bottom:1px solid #d00000;
	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 #mailzone {
	width:600px;
	margin-left:55px;margin-top:15px;
}
#mail td {
	font-size:10px;
	padding-bottom:5px;
	color:#fff;
}
#mail .label {
	text-align:right;
	padding-right:3px;
}
#mail #form {
	padding-top:20px;
	margin-top:20px;
	background:url(_img/contents/back_mail.gif) repeat-y;
}
#mail .confirm {
  border-collapse: collapse;
  margin: 20px;
}
#mail .confirm th {
  font-weight: normal;
  color: white;
  padding: 6px;
}
#mail .confirm td, #mail .confirm td.label {
  border: 1px solid #ccc;
	background:url(_img/contents/back_mail.gif) repeat-y;
  font-size: 12px;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}
#mail .confirm td.button {
  padding: 6px;
  border: none;
  text-align: center;
}
#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{
	padding-top:13px;
	padding-left:10px;
}
.link #link_zone {
	width:700px;
	margin-left:30px;
}
.link .junle{
	width:700px;
	margin-left:30px;
	background-color:#e99b0c;
	border-left:5px solid #b37b14;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;padding-top:5px;padding-bottom:5px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#fff7e7;
}
.link .site{
	width:692px;
	margin-top:5px;
	margin-left: 8px;
	border-top:solid 1px #ADADAD;
	border-left:solid 1px #ADADAD;
	border-bottom:solid 1px #525252;
	border-right:solid 1px #525252;
}
.link .site td{
	border-top:solid 1px #ADADAD;
	border-left:solid 1px #ADADAD;
	border-bottom:solid 1px #525252;
	border-right:solid 1px #525252;

}
.link .site_url{
	padding: 8px 0px;
	border-right:1px dotted #000;
	border-bottom:1px dotted #000;
}
.link .site_comment{
	color:#fff;
	padding: 8px 5px;
	vertical-align:top;
	border-bottom:1px dotted #000;
}

/* ***************************************************** */
/*                     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:#EE5558;
}
#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/bottomline.gif) no-repeat top left;
}
#footer a{
	text-decoration:none;
	color:#828282;
}
#footer a:hover{
	text-decoration:none;
	color:#000;
}

