@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration : none ;
	font-weight : normal;
	color:#003366;
}

a:hover {
	text-decoration: underline;
	font-weight : normal;
	color: #FF0000;
}

a:visited {
	text-decoration : none;
	font-weight : normal;
	color: #FFFFFF;
}

a:active {
	font-weight: normal;
} 

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.tane {
	font-weight:bold;
}

body {
	background: #000000;
	font: 14px/22px "Geneva, Arial, Helvetica, lr oSVbN, Osaka, sans-serif";
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, Geneva, Arial, Helvetica, sans-serif"
	color: #ffffff;
}

#page
{
	margin: 0 auto;
	margin-top:20px;
	background: #000;
	width: 740px;
}

#page h2 {
	margin: 0 auto;
	color: #FFCCFF;
	text-align:center;
	letter-spacing:0.4em;
	font-size:20px;
	padding:16px 0 16px 0;
}


#page a:link {
	text-decoration : none ;
	font-weight : bold;
	color:#003366;
}

#page a:hover {
	text-decoration: underline;
	font-weight : bold;
	color: #FF0000;
}

#page a:visited {
	text-decoration : none;
	font-weight : bold;
	color: #FF3300;
}

.pstory {
	margin:0 auto;
	padding:1px;
	width:644px;
	background-color:#FFFFFF;
}


#exp_box {
	margin:0 auto;
	margin-top:20px;
	border:2px solid #333333;
}

#innerJ_box {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:8px;
	width:700px;
	padding:6px 10px 0 20px;
}

#concert_box {
	margin:0 auto;
	font-size:16px;
	line-height:180%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:8px;
	width:540px;
	padding:6px 10px 6px 10px;
	border:1px dotted #FF6600;
}

#concert_box .title {
	font-size:18px;
	color:#FF3300;
	font-weight:bold;
	text-decoration:underline;
}

#kashi {
	font:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:160%;
	text-align:center;
	margin-top:16px;
	padding:4px 10px 0 20px;
	width:700px;
}

#footer {
	margin:0 auto;
	text-align:center;
	margin:18px 0 12px 0;
}


