
/* ***************************************************** */
/*                      Top page design.                 */
/* ***************************************************** */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}

a:link{ 
	text-decoration:none;
	color:#8f1e1e; 
}
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;
}

.contents_body {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	position:relative;width:809px;height:608px;
	background:#ffe27e url(_img/topbody.png) no-repeat;

}


#menu_profile {
	position:absolute;margin-left:5px;margin-top:108px;
}
#menu_disco {
	position:absolute;margin-left:362px;margin-top:318px;
}
#menu_blog {
	position:absolute;margin-left:340px;margin-top:164px;
}
#menu_link {
	position:absolute;margin-left:339px;margin-top:487px;
}
#menu_mail {
	position:absolute;margin-left:507px;margin-top:497px;
}
#menu_schedule {
	position:absolute;margin-left:99px;margin-top:492px;
}



.footer {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
	color:#8f1e1e;
	padding-top:5px;padding-right:5px;padding-bottom:5px;
}

/* ***************************************************** */
/*                      contents all                     */
/* ***************************************************** */

#main_header{
	width:100%;
	background:#ffa602;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	background-image:url(_img/background.gif);
	width:160px;
}

#main_zone {
	width:640px;
	margin-left:160px;
}

#menubar_wrapper {
	height:682px;
 	background-image:url(_img/contents/sidemenubackground.jpg);
	background-repeat: no-repeat;
	position:absolute;
}

ul#menubar2 {
	border:0px solid #ff0000;
	text-align: left;
	list-style: none;
}
ul#menubar2 li {
	list-style: none;
	display: list-item;
	margin-left:0px;margin-bottom:2px;
	padding-top10px;
}


/* contents top comment style */
#comment { 
	color:#156309;
	font-size:12px;
	margin-left:5px;
	padding-right:15px;padding-top:5px;padding-bottom: 8px;
	width:580px;
	border-bottom:1px dotted #156309;
}
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:#156309;
}
#profile #kana {
	font-size:10px;
	font-weight:normal;
}
#profile #img {
	margin-left:35px;
	margin-bottom:5px;
	margin-right:0px;
	float: left;
}
#profile #member .bottomline {
	border-bottom:1px dotted #156309;
  margin: 20px 4px 0 10px;
}
#profile #member #caption {
	font-weight:bold;
	padding:0px 5px 3px 13px;
	margin-left:15px;
	margin-top:10px;
	font-size:12px;color:#156309;
	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:#156309;
}
#profile #member #special {
	padding-bottom:4px;
	margin-bottom:5px;
}
#profile #member #textstyle {
	font-size:12px;color:#156309;
	margin-left:10px;
	margin-bottom:10px;
	width:500px;
}
#profile #member #free_content {
	font-size:12px;color:#156309;
	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:#ffa500;
	font-size:10px;font-weight:bold;color:#156309;
	padding:1px;
	padding-left:5px;
	margin-bottom:5px;

}
#profile #banner #bannarimg {

}
#profile #banner #bannarcomment {
	font-size:10px;
	color:#156309;
}
/* ***************************************************** */
/*                 design schedule style                 */
/* ***************************************************** */

#schedule_contents_main {

}

#schedule {
	padding-top:13px;
	padding-left:10px;
}
#schedule #month {
	font-size:11px;
	width:560px;
	padding: 6px 0;
	margin-left:10px;
	text-align:left;
}
#schedule #month #now {
	font-weight:bold;
	color:red;
}
#schedule #event {
	padding-left:10px;
}
#schedule #event #table1 {
	margin-bottom:15px;
	border: 1px solid #c7c7c7;
}
#schedule #day {
	/* In table day style */
	background:#ff6100;
	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:#2cb037;
	border-bottom:1px solid #c7c7c7;
	border-left:2px solid #fffbcd;
	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:#248e2c;
	border-left:2px solid #fffbcd;
	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 #fffbcd;
	border-bottom:1px solid #c7c7c7;
	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 #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	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 #fffbcd;
	border-bottom:1px solid #c7c7c7;
	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 #fffbcd;
	border-bottom:1px solid #c7c7c7;
	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:20px;
	font-size:12px;
	line-height:150%;
}
#blog #img {
	float:right;
	padding-right:20px;
	margin:5px;
}
#blog #calender {
	font-size:10px;
	text-align:right;
}
#blog #title {
	height:23px;
	border-left:6px solid #e89908;
	border-bottom:1px solid #e89908;
	padding-left:5px;
	margin-left:10px;margin-bottom:8px;margin-right:20px;
}
#blog #blogcomment {
	font-size:10px;
	margin-left:20px;margin-top:20px;margin-bottom:3px;margin-right:20px;
	padding-bottom:3px;
	border-bottom:1px dotted #e89908;
}
#blog #reply {
	font-size:12px;
	margin-bottom:20px;margin-right:15px;
	clear:both;
}
#blog #replaycomment {
	padding-left:40px;margin-right:25px;
	font-size:10px;
	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;font-weight:bold;
	padding-bottom:5px;
	color:#e39302;
}
#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 {
	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;
}

.error {
	font-size:14px;font-weight:bold;
	color:#ff0000;
	margin-left:80px;
}

/* ***************************************************** */
/*                     design link style                 */
/* ***************************************************** */
.link{
	padding-top:13px;
	padding-left:10px;
}
.link #link_zone {
	margin-left:15px;
}
.link .junle{
	margin-left:15px;margin-top:20px;margin-right:20px;
	background-color:#e99b0c;
	border-left:5px solid #b37b14;
	padding-left:10px;padding-top:5px;padding-bottom:5px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#fff7e7;
}
.link .site{
	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{
	width:320px;
	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;margin-right:28px;
	padding:0px;
}
#disco #disc{
	
}
#disco .title{
	padding:3px;padding-left:5px;
	text-align:left;
	color:#fff;
	margin-bottom:10px;margin-top:30px;margin-right:25px;
	font-size:12px;
	background:#ffa500 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;padding-bottom:3px;
	margin-left:15px;margin-bottom:4px;
	color:#EE5558;
}
#disco .disc_comment{
	font-size:12px;
	line-height:150%;
	padding:0px 50px 3px 6px;
	background:url(_img/contents/disco2.gif) 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-right:7px;
	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;
}
