
/* ***************************************************** */
/*                      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 {
	background:url(_img/contents/back-contents.gif) repeat-y left;
	color:#464646;
}
#pagetitle {
	
}
#main_header{
	background:#000 url(_img/contents/back-header.jpg) no-repeat top left;
}
#sidemenu {
	padding-top:48px;
	width:181px;
	background:#000 url(_img/contents/back-menu.jpg) no-repeat top;
}
#sidemenu .menu-list{
	margin-left:13px;
	margin-bottom:21px;
}
#contents_main {
	padding:0px;
	width:619px;
	padding-bottom:20px;
	background:#fff url(_img/contents/kye.gif) no-repeat top left;
}
#comment { /* contents top comment style */
	color:#464646;
	font-size:12px;
	margin-right:5px;
	margin-left:8px;
	margin-top:5px;
}
a{
	color:#ff3366;
}
a:hover{
	text-decoration:none;
	color:#ff6699;
}
/* ***************************************************** */
/*                       profile design                  */
/* ***************************************************** */
#profile {
	padding-top:15px;
	padding-left:12px;
}
#profile #member {
	margin-top:20px;
	padding-right:10px;
	line-height:150%;
}
#profile #name {
	padding:3px 0px 3px 8px;
	margin-bottom:10px;
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
	color:#330066;
	border-left:8px solid #000;
	background:url(_img/contents/name.jpg) no-repeat left bottom;
}
#profile #kana {
	font-size:10px;
	font-weight:normal;
	color:#330066;
}
#profile #img {
	margin-left:10px;
	margin-bottom:5px;
	margin-right:20px;
	float: right;
}
#profile #member #caption {
	font-weight:bold;
	padding:2px 5px 0px 12px;
	margin-left:15px;
	margin-top:10px;
	font-size:12px;
	color:#330066;
	background:url(_img/contents/dot.gif) no-repeat left center;
}
#profile #member #caption2 {
	background:url(_img/contents/dot.gif) no-repeat left center;
	padding:1px 5px 0px 12px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#330066;
}
#profile #member #special {
	padding-bottom:4px;
	margin-bottom:5px;
}
#profile #member #textstyle {
	font-size:12px;
}
#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:15px;
	padding-left:12px;
}
#schedule #month {
	font-size:10px;
	width:550px;
	padding:5px;
	text-align:right;
}
#schedule #month #now {
	font-weight:bold;
}
#schedule #event {
	
}
#schedule #event #table1 {
	margin-bottom:15px;

}
#schedule #day {
	/* In table day style */
	background:#330033;
	font-size:20px;font-weight:bold;color:#fff;
	text-align:center;
	width:100px;
}
#schedule #title_a {
	/* Event title name style */
	background-color:#330033;
	border-left:3px solid #000;
	border-bottom:1px solid #000;
	border-right: 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:#cc3366;
	border-left:3px solid #000;
	border-right: 1px 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:3px 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;
	border-right: 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:3px solid #000;
	border-bottom:1px solid #000;
	border-right: 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:3px solid #000;
	border-bottom:1px solid #000;
	border-right: 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 #form {
	font-size:12px;
	background:url(_img/contents/back-form.jpg) no-repeat top right;
}
#bbs #board {
	width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#bbs #title {
	background:url(_img/contents/back-bbs.jpg) no-repeat bottom left;
	padding-left:3px;
	padding-bottom:2px;
	color:#330066;
}
#bbs #article {
	font-size:12px;
	padding:5px 0px 5px 3px;
	line-height:150%;
}
#pdate {
	text-align:right;
	font-size:10px;
	padding-top:10px;
	color:#212121;
}
#bbs #navi{
	font-size: 12px;
	width:490px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}


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

}
#blog #diarycontents {
	padding-left:30px;
	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-bottom:1px solid #330066;
	margin-left:15px;
	padding-left:18px;
	margin-bottom:8px;
	background:url(_img/contents/back-blog.gif) no-repeat left top;
}
#blog #blogcomment {
	font-size:12px;
	margin-left:26px;
	margin-top:20px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #000;
}
#blog #formcomment {
	padding-left:20px;
	background:url(_img/contents/back-form.jpg) no-repeat top right;
}
#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:#330066;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:30px;
}
#blog #text {
	font-size:12px;
}


/* ***************************************************** */
/*                  design mailform style                */
/* ***************************************************** */
#mail {
	padding-top:15px;
	padding-left:12px;
}
#mail td {
	font-size:12px;
}
#mail #form {
	padding-top:20px;
	margin-top:20px;
	margin-left:15px;
	background:url(_img/contents/back-form.jpg) repeat-y;
}
#mail #confirm {
	margin-left:20px;
	margin-top:20px;
	border-top:1px solid #000;
	background:url(_img/contents/back-form.jpg) 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 {
	padding-top:15px;
	padding-left:12px;
}
#link #site {
	width:600px;
	margin-top:15px;
	margin-left:15px;
	font-size:12px;
}
#link #junle {
	padding:5px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	border:1px solid #330033;
	background:url(_img/contents/back-links.jpg) no-repeat center left;
	color:#fff;
}
#link #site_url {
	width:204px;
	height:50px;
	padding:10px;
	border-bottom:1px solid #330033;
}
#link #site_comment {
	padding:3px;
	padding-left:10px;
	border-bottom:1px solid #330033;
	border-left:1px dotted #330033;
}

/* ***************************************************** */
/*                     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{
	border-left:2px solid #343434;
	border-right:2px solid #343434;
}
#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/back_news.gif) no-repeat right;
	}
#disco .product .disc_img{
	text-align:right;
	padding-left:10px;
}
#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;
	color:#fff;
	line-height:150%;
	margin-bottom:5px;
	padding:8px 2px;
	background:#343434 url(_img/contents/back_news.gif) repeat-y right;
	}

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

#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;
	display:block;
	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;
	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{
	padding-top:15px;
	padding-left:12px;
}
#photo div.photo_thumb{
	width:145px;
	padding:20px 0px;
	float:left;
	text-align:center;	}
.clear{
	clear:left;
}
#photo div.photo_thumb a img{


}
#photo div.photo_thumb a:link img{

}
#photo div.photo_thumb a:hover img{

}
#photo #photoline1{
	font-size:1px;
	height:22px;
	margin-top:10px;
	background:url(_img/contents/back-photo1.gif) no-repeat bottom center;
}

#photo #photoline2{
	font-size:1px;
	height:22px;
	margin-top:5px;
	background:url(_img/contents/back-photo2.gif) no-repeat top center;
}
#photo #page_link{
	text-align:center;
	font-size:11px;
}
/* ***************************************************** */
/*                   design footer style                 */
/* ***************************************************** */
#footer {

	color:#999999;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:15px 0px 5px 0px;
	height:10px;
}
#footer a{
	text-decoration:none;
	color:#999999;
}
#footer a:hover{
	text-decoration:none;
	color:#000;
}