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


body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.4;
  font-size:0.9em;
  background: black; 
  color: white;
}

#wrapper { 
   width: 880px;
   margin: 0 auto;
}
#header {
   width: 100%;
   height: 140px;
}
#header_2 {
   margin : 20px 20px;
   font-size : 20px;
}

#main {
   width: 100%;
   margin: 0 20px;
   font-size : 14px;
}
#side {
   float: right ;
   width: 300px;
   margin: 0 auto;

}
#contents {
   margin-right:300px;
}
#subtitle {
   font-size : 20px;
   font-weight: 900;
   color     : yellow;
}
#footer {
   clear: both;     
   width: 100%;
   height: 50px;
   text-align:center;
   border-top :1px solid #ccdd99;
   margin: 0 auto;
   font-size : 14px;
}
#menu{
  list-style: none;
  font-size         : 25px;
  list-style-type   : none
}
#menu li{
  display:inline;
  padding:0 10px 0 18px;

}

.flt_left{
  float:left;
  margin:0 20px 0 0;
}
.top_e{
  text-align : right
}
.blue {
  color : blue;
}
.bold_r{
  font-weight :bold;
  color       :red;
}
.bold{
  font-weight :bold;
}

dl {
	margin: 0 25px 10px 0;
	padding: 0 10px 10px;
	border: 7px #EEEEEE solid;
}
dl dt {
	float: left;
	width: 10em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	padding: 10px 0 10px 15em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
li {
	margin: 0 0 10px 10px;
	padding: 0 10px 10px;
        list-style: none;

}
li_t {
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
        list-style: none;
}
#news {
   font-size : 35px;
   font-weight: 900;
   color     : blue;

}
#info {
   font-size : 35px;
   font-weight: 900;
   color     : blue;

}
#notice {
   font-size : 35px;
   font-weight: 900;
   color     : blue;

}
#access {
   font-size : 35px;
   font-weight: 900;
   color     : blue;

}
#link {
   font-size : 10px;
   font-weight: 900;
   color     : blue;

}
