@charset "utf-8";

body{
  background-color: #E4F3FC;
  color: #505050;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  line-height: 180%;
}
form{
  margin: 0px;
}
input,
textarea,
select{
  background-color: #D5E6F0;
  color: #3A556B;
  border: #C0C0C0 solid 1px;
  margin: 5px 5px 5px 0px;
  padding: 2px 5px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
	border-radius: 5px;
  
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#D5E6F0,endColorstr=#ffffffff);
  zoom: 1;
	-ms-border-radius: 5px;
      
  /* Firefox */
  background: -moz-linear-gradient(top, #D5E6F0, #fff);
	-moz-border-radius: 5px;
	
	/* Webkit */
  background: -webkit-gradient(linear, left top, left bottom, from(#D5E6F0), to(#fff));
	-webkit-border-radius: 5px;
	
	/* Opera */
	background: -o-linear-gradient(top, #D5E6F0, #fff);
	-o-border-radius: 5px;
}
img{
  border: 0px;
  vertical-align: middle;
}
table{
  border-collapse: collapse;
}
thead{
  background-color: #505050;
  color: #fff;
}
td{
  padding: 5px;
  border: #c0c0c0 solid 1px;
}
blockquote{
  width: 358px;
  color: #666666;
  background: url(img/bq.png) left top no-repeat;
  margin: 0px 0px 0px 40px;
  padding: 20px 10px 10px 30px;
  border: #C0C0C0 solid;
  border-width: 1px 0px;
}
a,
a:visited{
  color: #F3676A;
  text-decoration: underline;
}
a:hover,
a:active{
  color: #EEDE53;
  text-decoration: none;
}

header{
  clear: both;
  width: 100%;
  text-align: left;
}
#logo,
#menu-header{
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F6F3;
}
#logo{
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  width: 720px;
  height: 270px;
  border-color: #666666;
  border-style: solid solid none solid;
  border-width: 1px;
  padding-bottom: 10px;
}
#menu-header{
  width: 720px;
  height: 38px;
  border-color: #666666;
  border-style: none solid none solid;
  border-width: 1px;
}
#menu-header a{
  display: block;
  background-repeat: no-repeat;
}
#menu-header a:hover,
#menu-header a:active{
  background-position: left bottom;
}
.top a,
.info a,
.about a,
.blog a,
.music a,
.contact a,
.link a{
  background-position: left top;
}
.top-png,
.info-png,
.about-png,
.blog-png,
.music-png,
.contact-png,
.link-png{
  position: absolute;
  width: 103px;
  height: 38px;
}
a.top-png{
  background-image: url(img/menu/top.png);
  width: 102px;
  margin-left: 0px;
}
a.about-png{
  background-image: url(img/menu/about.png);
  margin-left: 102px;
}
a.info-png{
  background-image: url(img/menu/info.png);
  margin-left: 205px;
}
a.music-png{
  background-image: url(img/menu/music.png);
  margin-left: 308px;
}
a.blog-png{
  background-image: url(img/menu/blog.png);
  margin-left: 411px;
}
a.contact-png{
  background-image: url(img/menu/contact.png);
  margin-left: 514px;
}
a.link-png{
  background-image: url(img/menu/link.png);
  margin-left: 617px;
}

#space-top,
#space-bottom{
  width: 720px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F6F3;
  border-color: #666666;
  border-style: none solid none solid;
  border-width: 1px;
}
#space-bottom{
  height: 10px;
  border-style: none solid solid solid;
}
#content{
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F6F3;
  border-color: #666666;
  border-style: none solid none solid;
  border-width: 1px;
	overflow:hidden;
}
#alpha,
#beta{
  text-align: left;
  background-color: #F6F6F3;
  margin: 0px;
  padding: 5px 20px 0px 20px;
	padding-bottom:10000px;
  margin-bottom:-10000px;
}
#alpha{
  float: left;
  width: 439px;
  border-right: #666666 dotted 1px;
}
#alpha p,
#alpha form,
#alpha table{
  margin: 10px 0px 25px 20px;
}
.topic-attention,
.topic-cd,
.topic-clap,
.topic-info,
.topic-link,
.topic-mail,
.topic-music,
.topic-new,
.topic-nico,
.topic-profile,
.topic-question,
.beta-topic-attention,
.beta-topic-cd,
.beta-topic-clap,
.beta-topic-info,
.beta-topic-link,
.beta-topic-mail,
.beta-topic-music,
.beta-topic-new,
.beta-topic-nico,
.beta-topic-profile,
.beta-topic-question{
  width: 395px;
  height: 22px;
  color: #B8860B;
  background: #FAFAFA left no-repeat;
  border-style: solid;
  border-color: #C0C0C0;
  border-width: 1px 1px 1px 0px;
  padding-left: 34px;
  padding-right: 8px;
  font-size: 1.3em;
}
.beta-topic-attention,
.beta-topic-cd,
.beta-topic-clap,
.beta-topic-info,
.beta-topic-link,
.beta-topic-mail,
.beta-topic-music,
.beta-topic-new,
.beta-topic-nico,
.beta-topic-profile,
.beta-topic-question{
  width: 156px;
}
.topic-attention,
.beta-topic-attention{
  background-image: url(img/topic/attention.png);
}
.topic-cd,
.beta-topic-cd{
  background-image: url(img/topic/cd.png);
}
.topic-clap,
.beta-topic-clap{
  background-image: url(img/topic/clap.png);
}
.topic-info,
.beta-topic-info{
  background-image: url(img/topic/info.png);
}
.topic-link,
.beta-topic-link{
  background-image: url(img/topic/link.png);
}
.topic-mail,
.beta-topic-mail{
  background-image: url(img/topic/mail.png);
}
.topic-music,
.beta-topic-music{
  background-image: url(img/topic/music.png);
}
.topic-new,
.beta-topic-new{
  background-image: url(img/topic/new.png);
}
.topic-nico,
.beta-topic-nico{
  background-image: url(img/topic/nico.png);
}
.topic-profile,
.beta-topic-profile{
  background-image: url(img/topic/profile.png);
}
.topic-question,
.beta-topic-q{
  background-image: url(img/topic/question.png);
}
nav{
  float: right;
  width: 220px;
}
nav p{
  margin: 10px 0px 25px 0px;
}
.center{
  text-align: center;
  margin: 10px 0px 0px 0px;
}

footer{
  clear: both;
  width: 100%;
  text-align: center;
}
#menu-footer,
#copyright{
  margin-left: auto;
  margin-right: auto;
}
#menu-footer{
  width: 760px;
  height: 5px;
  font-size: 12px;
  padding-top: 10px;
}
#menu-footer a{
  margin-left: 5px;
  margin-right: 5px;
}
#copyright{
  width: 760px;
  height: 30px;
  font-size: 11px;
  padding-top: 20px;
}

.member-name,
.eve1,
.eve2{
  font-weight: bold;
}
.eve2{
  color: #FF0000;
}
.clear, .clear-bottom{
  clear: both;
}
.clear-bottom{
  height: 25px;
}

