@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}
img{border:0px;}
/*------------------------------------ＢＯＤＹ　Ｓｔａｒｔ------------------------------------*/
 body {
  text-align: center;
  background: url(../img/common/bg.jpg) repeat;
  font-family: "Lucida Grande", sans-serif;
  font-size: 16px;
}

a:link { color: #a1e045; text-decoration: none;}
a:visited {color: #a1e045;  text-decoration: none;}
a:hover {color: #E9FFC6; text-decoration: none;}

/* For Win IE6*/

* html body{
    font-size:100%;
    font-family: Verdana,"ＭＳ Ｐ ゴシック", sans-serif;
    letter-spacing: 1px;
    vertical-align:baseline;
}

/* For Win IE7*/

*:first-child+html body{
    font-size:100%;
    font-family: 'メイリオ',Meiryo, sans-serif;
}
/*------------------------------------ＢＯＤＹ　Ｅｎｄ------------------------------------*/   

#container {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container #header {
  padding: 0px;
  height: 280px;
  width: 940px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background: url(../img/common/top.jpg) no-repeat;
}
/*------------------------------------メニュー　Ｓｔａｒｔ------------------------------------*/
#menu{
  list-style:none;
  width:940px;
  margin-top: 10px;
  padding: 0px;
  background: url(../img/common/navi.jpg) no-repeat;
  height: 60px;
}

#menu span{
  display: none;
}

#menu li,ul#menu a{
	height:60px;
    display:block;
}

#menu li{
    float:left;
    list-style:none;
    display:inline;
}


#home{width:135px;}
#radio{width:134px;}
#news{width:134px;}
#about{width:134px;}
#blog{width:134px;}
#item{width:134px;}
#link{width:135px;}

#home a:hover {
  background:url(../img/common/navi.jpg) 0px -60px no-repeat;
}
#radio a:hover {
  background:url(../img/common/navi.jpg) -135px -60px no-repeat;
}
#news a:hover {
  background:url(../img/common/navi.jpg) -269px -60px no-repeat;
}
#about a:hover {
  background:url(../img/common/navi.jpg) -403px -60px no-repeat;
}
#item a:hover {
  background:url(../img/common/navi.jpg) -537px -60px no-repeat;
}
#blog a:hover {
  background:url(../img/common/navi.jpg) -671px -60px no-repeat;
}
#link a:hover {
  background:url(../img/common/navi.jpg) -805px -60px no-repeat;
}
/*------------------------------------メニュー　Ｅｎｄ------------------------------------*/
h1 {
    display:none;
}

#container #left_box {
  margin-top: 10px;
  height: 480px;
  width: 620px;
  float: left;
  background: url(../img/top/top_leftbox.jpg) no-repeat;
  padding: 0px 0px;
}

#container #left_box h2 {
  display:none;
}
#container #left_box h3 {
  color: #cccccc;
  text-align: center;
  font-size: 150%;
  padding-top: 100px;
  padding-bottom: 20px;
}
#container #left_box p {
  font-size: 150%;
  color: #cccccc;
  line-height: 150%;
  font-weight: 400;
}
#container #left_box .bunner {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#container #left_box p.enter {
  display:none;
}

#container #right_box {
  margin-top: 10px;
  float: right;
  height: 260px;
  width: 300px;
  padding: 0px 0px;
  background: url(../img/top/top_rightbox.jpg) no-repeat;
}
#container #right_box h2 {
  display:none;
}
#container #right_box p.top {
	padding-top: 70px;
	color: #cccccc;
	text-align: left;
	line-height: 120%;
}

#container #right_box p.date {
	font-size: 100%;
	color: #cccccc;
	line-height: 1.2em;
	text-align: left;
	padding-left: 10px;
}

#container #right_box p {
  font-size: 100%;
  color: #cccccc;
  padding-left: 10px;
  text-align: left;
  line-height: 120%;
  padding-top: 3px;
}

#container #right_box_sound {
  float: right;
  height: 200px;
  width: 300px;
  padding: 0px 0px;
  margin-top: 20px;
  background: url(../img/top/top_soundbox.jpg) no-repeat;
}
#container #right_box_sound h2 {
	display:none;
}

#container #footer {
  text-align: center;
  clear: both;
  height: 260px;
  width: 940px;
  color: #cccccc;
  line-height: 120px;
  font-size: 120%;
  background: url(../img/common/footer2.jpg) no-repeat center;
  padding-top: 20px;
}
#container #right_box_sound #sound {
  padding-top: 65px;
}
#container .footer {
  color: #FFFFFF;
  font-size: 120%;
  padding-top: 65px;
  padding-left: 60px;
}
