@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

img {
	border:0;
}

hr {
	display:none;
}
.clear {
	clear:both;
}

.offLeft {
position:absolute;
left:-9999px;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
text-decoration:underline;
color:#99CCFF;
}

a:link {
color:#99CCFF;

}
a:visited {
color:#CCCCFF;
}

a:hover {
color:#0099FF;
}

a:active {
color:#99CCFF;
}

/*
 contents [
----------------------------------------------------------- */

body {
font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:80%;
color:#CCCCCC;
background-color:#000000;
letter-spacing:0.1em;
}

h1,h2,h3,h4,h5,h6{
font-size:90%;
line-height:1.6;
}

p {
line-height:1.5;
margin:5px 5px 10px 5px;
}

/*
 Navigation [
----------------------------------------------------------- */

#navi {
position:absolute;
top:130px;
left:5px;
}

#navi ul{
margin-left:5px;
}

#navi li {
display:inline;
margin:5px 2px 5px 2px;
border-left:2px solid #0099FF;
padding-left:9px;
line-height:1.8;
letter-spacing:0.2em;
}

li#lastnavi{
border-right:2px solid #0099FF;
}

/* Navigation color */

#navi a {
text-decoration:none;
color:#99CCFF;
}
#navi a:link {
color:#99CCFF;

}
#navi a:visited {
color:#CCCCFF;
}

#navi a:hover {
background-color:#99CCFF;
color:#333333;
}

#navi a:active {
color:#99CCFF;
}


/*
 page [
----------------------------------------------------------- */

#wrapper {
width:680px;
overflow:hidden;
padding:5px;
}

#contents {
margin-top:80px;
padding:5px;
}

#contents div{
margin-bottom:20px;
}

.map{
font-size:80%;
text-align:right;
}

/*
 h [
----------------------------------------------------------- */
h1{
line-height:100px;
padding-left:5px;
}

#contents h2{
line-height:1.4;
border-bottom:1px dotted #0099FF;
margin:0px 0 5px 0px;
}

#contents h3{
line-height:1.4;
margin:5px 5px 5px 5px;
border-left:3px solid #0099FF;
padding-left:5px;
}


/*
 fotter [
----------------------------------------------------------- */

#copy {
text-align:right;
font-size:80%;
margin:50px 0 10px 0;
}


/*
 live schdule [
----------------------------------------------------------- */

dt{
line-height:1.5;
font-weight:bold;
padding-left:5px;
}

#Live dt{
border-bottom:1px dotted #0099FF;
}

dd{
margin:5px 5px 20px 10px;
}

/*
 link, disc[
----------------------------------------------------------- */

#contents #link h2,
#Disc h2{

}

