@charset 'utf-8';

/* ----- 基本構造 -------------------------------------- */
* {
 font-size: 14px;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
 color: #343434;
 font-style: normal;
 margin:0;
 padding:0;
 }

body {
 background-color: #f8f8ff;
 text-align: center;
 }


div#container {
 background-position : center;
 background-repeat : repeat-y ;
 background-image:url("./simg/bg_00_main.gif");
 width:1000px;
 margin:0 auto;
 text-align:left;
 }

img {
 border-style: none;
 }

p {
 margin:0 10px 10px;
 }

a {
/* display:block; */
 color: #981793;
/* padding:5px; */
 }

h2{
	font-size: 16px;
	color: #4F4F4D;
	text-decoration: bold;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	}

/*-----------------------------------------------------------
menu 2
-----------------------------------------------------------*/
.tm {
 font-size: 15px;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "Osaka";
	color: #343434;
	font-weight: bold;
	}
a:link.tm {
	color: #343434;
	text-decoration: underline;
	}
a:visited.tm {
	color: #343434;
	text-decoration: underline;
	}
a:active.tm {
	color: #343434;
	text-decoration: underline;
	}
a:hover.tm {
	color: #343434;
	background: #D6F1FE;
	text-decoration: underline;
	}


.r_m12 {
 font-size: 12px;
}
a:link.r_m12 {
	color: #343434;
	text-decoration: underline;
	}
a:visited.r_m12 {
	color: #343434;
	text-decoration: underline;
	}
a:active.r_m12 {
	color: #343434;
	text-decoration: underline;
	}
a:hover.r_m12 {
	color: #343434;
	background: #D6F1FE;
	text-decoration: underline;
	}

/* ----- ヘッダー ----- */
div#header {
 padding-left:30px;
 height:110px;
 background-image: url("./simg/bg_00_header.gif");
 background-repeat: no-repeat;
 background-position: top center;
 margin:0;
 }

div#header .top_logo {
 margin:30px 0 0 0;
	float: none;
	clear: both;
 }

div#header a.top_link {
 color: #981793;
 padding:0;
 }

/* grobal_navi */
div#header .gnavi_rss {
 margin:30px 0 0 600px;
 }

/* grobal_podcast */
div#header .gnavi_podcast {
 margin:30px 0 0 800px;
 }


/* ----- Footer ----- */
div#footer {
 height:100px;
 background-image:url("./simg/bg_00_footer.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 }
div#footer .footerimg {
 margin:00px 0 0 0;
	float: none;
	clear: both;
 }
div#footer p {
 margin:0;
 padding:5px 30px;
 }

div#footer {
 clear:both;
 width:100%;
 }


/* ----- コンテンツ:BODY ----- */
div#topimage {
 margin:0;
 padding-left:20px;
 width:960px;
 }
div#kiji_topimage {
 margin:0;
 padding-left:30px;
 width:940px;
 }



div#content {
 margin:0;
 padding-left:30px;
 float:left;
 width:620px;
 }

div#content h3.subtitle {
 font-size: 18px;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "Osaka";
	display:block;
	margin: 5px;
	padding: 5px 15px 5px 15px;
	width: 600px;
	color: #8E8E8E;
	font-weight: bold;
	background-color: #F4F6F3;
	border:1px solid;
 }
div#content h3.subtitle_more {
 font-size: 18px;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "Osaka";
	display:block;
	margin: 5px;
	padding: 5px 15px 5px 15px;
	width: 600px;
	color: #991D00;
	font-weight: bold;
	background-color: #F4F6F3;
	border:1px solid;
 }




div#content p {
 margin: 5px;
 padding:5px;
 line-height: 160%;
 }
div#content p.wp_credit {
 padding-left:350px;
 }
div#content p.editroom_credit {
 padding-left:500px;
 }

div#content p.mincho {
 font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Osaka";
 margin: 5px;
 padding:5px;
 line-height: 160%;
 }
div#content h4.subtitle {
 font-size: 16px;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "Osaka";
 text-decoration: underline;
 font-weight: bold;
 margin: 5px;
 padding:5px;
 line-height: 160%;
 border-left: #ffb900 4px solid;
 }

div#content h4.blockquote {
 font-size: 12px;
 text-decoration: none;
 font-weight: noaml;
 margin: 5px;
 padding:5px;
 line-height: 130%;
 }






div#navigation {
 padding-left:0px;
 padding-right:30px;
 float:right;
 width:290px;
/* background:#FF8539; */
 }
div#navigation p{
 line-height: 130%;
 margin:5 auto;
 }
div#navigation h4.subtitle {
	display:block;
	margin: 5px;
	padding: 5px 15px 5px 15px;
	width: 250px;
	color: #8E8E8E;
	font-size: 12pt;
	font-weight: bold;
	background-color: #F4F6F3;
	border:1px solid;
 }


div#extra {
 padding-left:0px;
 padding-right:30px;
 float:right;
 clear:right;
 width:290px;
/* background:#FF8539; */
 }
div#extra h4.subtitle {
	display:block;
	margin: 5px;
	padding: 5px 15px 5px 15px;
	width: 250px;
	color: #8E8E8E;
	font-size: 12pt;
	font-weight: bold;
	background-color: #F4F6F3;
	border:1px solid;
 }



/* -- インデント -- */
ul {
 margin: 0px 0px 0px 0px;
}
li {
	color: #121212;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	font-weight: nomal;
 }
li.eventinfo {
	background: url(./simg/icon_event.gif) no-repeat;
	background-position: 20px 0px;
}
li.link {
	background: url(./simg/icon_link.png) no-repeat;
	background-position: 20px 0px;
}
li.setlist {
	background: url(./simg/icon_music.gif) no-repeat;
	background-position: 20px 0px;
}
li.nosetlist {
	background: url(./simg/icon_nomusic.gif) no-repeat;
	background-position: 20px 0px;
}
li.prof_ask {
	background: url(./simg/icon_ask.gif) no-repeat;
	background-position: 20px 0px;
}
li.event_sp {
	background: url(./simg/icon_event_sp.gif) no-repeat;
	background-position: 20px 0px;
	padding: 0px 0px 10px 110px;
}
li.event_sp_m {
	background: url(./simg/icon_event_sp_m.gif) no-repeat;
	background-position: 20px 0px;
	padding: 0px 0px 10px 110px;
}

li.page {
	background: url(./simg/icon_web.gif) no-repeat;
	background-position: 20px 0px;
}
li.comment {
 font-size: 12px;
	background: url(./simg/icon_write.gif) no-repeat;
	background-position: 20px 0px;
}

li.photo {
	background: url(./simg/icon_photo.gif) no-repeat;
	background-position: 500px 0px;
	padding: 0px 0px 0px 520px;
}
li.write {
	background: url(./simg/icon_write.gif) no-repeat;
	background-position: 500px 0px;
	padding: 0px 0px 0px 520px;
}

li.show_btn_right {
	padding: 0px 0px 0px 480px;
}
li.show_btn_center {
	padding: 0px 0px 0px 250px; 
}


p.eventinfo_comment {
margin:0 0 0px 0px;
 font-size: 13px;
 vcolor: #B0B0B0;

}

/* gallery li image */
div#intro,div#details{text-align:justify;margin:0 0 20px 20px}

/* gallery */
ul#gallery{float:left}
ul#gallery, ul#gallery li{list-style:none;margin:0;padding:0}
ul#gallery li{float:left;display:inline;margin: 0 0 20px 20px;width:180px;text-align:center}
ul#gallery img{display:block;width:155px;border:0px solid;margin:0 auto 5px}
ul#gallery a{display:block;padding: 10px 0;background: #121212;color: #333;border:1px solid #121212;text-decoration: none}
ul#gallery a:hover{background: #F4F6F3;color: #FFF;border-color:#121212}

/* linkpage */
ul#sitelink{float:left}
ul#sitelink, ul#sitelink li{list-style:none;margin:0;padding:0}
ul#sitelink li{float:left;display:inline;margin: 0 0 20px 20px;width:180px;text-align:center}
ul#sitelink img{display:block;width:155px;border:0px solid;margin:0 auto 5px}
ul#sitelink a{display:block;padding: 10px 0;background: #121212;color: #333;border:1px solid #121212;text-decoration: none}
ul#sitelink a:hover{background: #F4F6F3;color: #FFF;border-color:#121212}

div#details{clear:left}


/* ---------------------------------------
* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	background-color: #f8f8ff;
	text-align: center;
	background-position : center;
	background-repeat : repeat-y ;
	background-image:url("./simg/bg_00_main.gif");

}
*/
/* ----- 基本構造 -------------------------------------- */
/*
div#container {
	width: 1000px;
	margin: 0px auto;
}

div#bg00header {
	margin: 0px auto;
	background-image: url("./simg/bg_00_header.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
div#bg00footer {
	background-image:url("./simg/bg_00_footer.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#header {
	width: 970px;
	float: none;
	clear: both;
	height: 30px;
	background-position: top right;
}
*/
