
/* ***************************************************** */
/*                      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/contents_back.gif) repeat-y left;
	color:#000;
}
#contents_body #pagetitle{
	padding-bottom:10px;
	background:url(_img/contents/dot.gif) repeat-x left bottom;
}
#pagetitle {
	margin-left:13px;
	padding-bottom:10px;
}
#main_header{
	background:#FF45A9;
}
#sidemenu {
	padding-top:81px;
	width:155px;
	background:url(_img/contents/back-menu.gif) no-repeat top;
}
#sidemenu .menu-list{
	margin-bottom:10px;
}
#contents_main {
	padding-top:10px;
	width:596px;
	background:url(_img/contents/back-star.gif) no-repeat top left;
}
#comment { /* contents top comment style */
	color:#464646;
	font-size:12px;
	padding-right:5px;
	padding-left:7px;
	margin-left:13px;
	margin-top:5px;
	padding-bottom:15px;
	line-height:150%;
	background:url(_img/contents/dot.gif) repeat-x left bottom;
}
a{
	color:#00BA56;
}
a:hover{
	text-decoration:underline;
	color:#00BA56;
}
/* ***************************************************** */
/*                       profile design                  */
/* ***************************************************** */
#profile {
	padding-left:10px;
}
#profile #member {
	margin-top:20px;
	padding-right:10px;
	line-height:150%;
}
#profile #name {
	padding:3px 0px 3px 25px;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:5px;
	font-size:22px;
	font-weight:bold;
	color:#670A0A;
	border-bottom:1px dotted #ccc;
	background:url(_img/contents/name.gif) no-repeat left center;
}
#profile #kana {
	font-size:10px;
	font-weight:normal;
	color:black;
}
#profile #img {
	margin-left:10px;
	margin-bottom:5px;
	float: right;
}
#profile #member #caption {
	font-weight:bold;
	padding:2px 5px 0px 16px;
	margin-left:16px;
	margin-top:10px;
	font-size:12px;
	background:#00BA56 url(_img/contents/comment.gif) no-repeat top center;
}
#profile #member #caption2 {
	background:url(_img/contents/star.gif) no-repeat left center;
	padding:1px 5px 0px 16px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#670A0A;
}
#profile #member #special {
	padding-bottom:4px;
	margin-bottom:5px;
}
#profile #member #textstyle {
	font-size:12px;
}
#profile #member #free_content {
	font-size:12px;
	margin-left:16px;
	padding-left:15px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:150%;
	background:#AAE8C6 url(_img/contents/comment2.gif) no-repeat bottom center;
}
#profile .free {
	margin-bottom:20px;
}
#profile #banner {
	margin-top:20px;
	font-size:10px;
	margin-left:15px;
	width:560px;
}
#profile #banner #caption {
	font-weight:bold;
	padding:5px 5px 3px 16px;
	margin-top:10px;
	font-size:12px;
	background:#00BA56 url(_img/contents/comment.gif) no-repeat top center;
}
#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:10px;
	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-left:3px solid #000;
	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:#d00000;
	border-left:3px 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;
	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;
	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;
	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;
	padding-bottom:20px;
}
#bbs #form {
	font-size:12px;
}
#bbs #board {
	width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#bbs #title {
	background:#40B1FF url(_img/contents/name4.gif) no-repeat center left;
	padding-left:30px;
	padding-bottom:2px;
	color:#fff;
}
#bbs #title a {
	color:#ffabab;
}
#bbs #title a:hover {
	color:#ff7777;
}
#bbs #article {
	font-size:12px;
	padding:5px 0px 15px 5px;
	line-height:150%;
	background:url(_img/contents/dot2.gif) repeat-x bottom;
}
#pdate {
	text-align:right;
	font-size:10px;
	padding-top:10px;
	color:#212121;
}


/* ***************************************************** */
/*                     design blog style                 */
/* ***************************************************** */
#blog {
	padding-top:13px;
	padding-left:10px;
}
#blog #diary {
	padding-bottom:20px;
}
#blog #diarycontents {
	padding-left:16px;
	padding-right:0px;
	font-size:12px;
	line-height:150%;
}
#blog #img {
	float:right;
	margin:5px 0px 5px 10px;
}
#blog #calender {
	font-size:10px;
	text-align:right;
}
#blog #title {
	border-left:8px solid #00BA56;
	border-bottom:1px solid #00BA56;
	border-top:1px solid #00BA56;
	border-right:1px solid #00BA56;
	margin-left:5px;
	padding:5px 5px 5px 7px;
	margin-bottom:8px;
	background:#AAE8C6 url(_img/contents/name3.gif) no-repeat right center;
}
#blog #blogcomment {
	font-size:12px;
	margin-left:16px;
	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:16px;
	list-style-type:none;
}
#blog #writecomment {
	font-size:12px;color:#660033;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:15px;
}
#blog #text {
	font-size:12px;
}


/* ***************************************************** */
/*                  design mailform style                */
/* ***************************************************** */
#mail {
	padding-top:13px;
	padding-left:35px;
}
#mail td {
	font-size:12px;
}
#mail input {
	background:#ffdbee;
	border:1px solid #999;
}
#mail select {
	background:#ffdbee;
	border:1px solid #999;
}
#mail textarea {
	background:#ffdbee;
	border:1px solid #999;
}
#mail #form {
	padding-top:10px;
	margin-top:20px;
	background:url(_img/contents/back_mail.gif) repeat-y;
}
#mail #confirm {
	margin-left:20px;
	margin-top:20px;
	border-top:1px solid #999;
	background:url(_img/contents/back-bbs.gif) no-repeat right bottom;

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


/* ***************************************************** */
/*                     design link style                 */
/* ***************************************************** */
#link {
	width:580px;
	margin-left:20px;
	margin-top:20px;
}
#link #site {
	width:560px;
	margin-top:15px;
}
#link #junle {
	padding:8px 5px 8px 30px;
	text-align:left;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#ff9900 url(_img/contents/name5.gif) no-repeat left center;
}
#link #site_url {
	width:204px;
	height:50px;
	padding:10px;
	border-bottom:1px solid #999;
}
#link #site_comment {
	padding:3px;
	line-height:150%;
	padding-left:10px;
	border-bottom:1px solid #999;
	background:url(_img/contents/back-links.gif) repeat left top;
}

/* ***************************************************** */
/*                     design disco style                */
/* ***************************************************** */
#disco{
	padding-top:13px;
	padding-left:20px;
}
#disco .txt{
	
}
#disco .comment{
	padding:5px 0px;
	margin-bottom:10px;
	line-height:150%;
}
#disco .product{
	padding-top:10px;
	background:#FF9900;
}
#disco .product td{
	padding-top:10px;
	padding-bottom:10px;
}
#disco #disc{
	width:560px;
}
#disco .title{
	padding:10px 5px 10px 10px;
	text-align:left;
	color:#fff;
	font-size:12px;
	margin-top:30px;
	margin-bottom:0px;
	border-bottom:1px dotted #fff;
	background:#FF9900 url(_img/contents/comment3.gif) no-repeat top center;
	}
#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{
	background:url(_img/contents/back-songs.jpg) no-repeat bottom left;
	padding-left:5px;
	margin-left:15px;
	padding-bottom:3px;
	margin-bottom:4px;
	color:#EE5558;
}
#disco .disc_comment{
	font-size:12px;
	line-height:150%;
	margin-bottom:5px;
	padding:8px 10px 15px; 10px;
	border-top:1px dotted #fff;
	background:#FF9900 url(_img/contents/comment4.gif) no-repeat bottom center;
	}

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

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

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

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

#news .newsmenu .newstitle{
	background:#ff9900 url(_img/contents/name2.gif) no-repeat right center;
	color:#000;
	border-bottom:1px solid #a16100;
	border-right:1px solid #a16100;
	border-left:1px solid #ffaf36;
	border-top:1px solid #ffcc66;
	margin-bottom:10px;
	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 div.photo_thumb{
	width:130px;
	padding:15px 6px 65px 6px;
	float:left;
	text-align:center;
	background:url(_img/contents/back-photo.jpg) center top no-repeat;
	}
.clear{
	clear:left;
}
c 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;
	padding:15px 0px 5px 0px;
	height:10px;
}
#footer a{
	text-decoration:none;
	color:#828282;
}
#footer a:hover{
	text-decoration:none;
	color:#000;
}
