@charset"shift-JIS";

/* ===画像=== */

img {
  border: 0;
  }






/* ===ＵＩ=== */

div#wrapper {
  background-color: #ffffff;
  background-image: url("img/bkground.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 950px;
  height: 1300px;
  }


div#header {
  height: 250px;
  margin: 0px;
  padding: 0px;
  }


div#content {
  width: 600px;
  margin: 0px;
  padding: 0px;
  }
div#content: after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  }


div#navi {
  float: left;
  width: 160px;
  }

div#main{
  float: right;
  width: 390px;
  }




/* ===ＵＩ div#header === */
h1 {
  【タイトルイメージ置換？】
  }





/* ===ＵＩ div#content#navi === */

ul#navigation li {
  width:150px;
  height:45px;
  list-style-type:none;
  margin: 0;
  }
ul#navigation li a{
  display:block;
  height:100%;
  text-decoration:none;
  text-indent:-1500px;
  background-repeat: no-repeat;
  }
ul#navigation li a:hover{
  background-repeat: no-repeat;
  }
li#menu1 a{
  background:url("img/btn_news.jpg");
  }
li#menu2 a{
  background:url("img/btn_music.jpg");
  }
li#menu3 a{
  background:url("img/btn_about.jpg");
  }
li#menu1 a:hover{
  background:url("img/btn_news_over.jpg");
  }
li#menu2 a:hover{
  background:url("img/btn_music_over.jpg");
  }
li#menu3 a:hover{
  background:url("img/btn_about_over.jpg");
  }

#rss {
  margin: 30px 0 0 40px;
}

#memo {
  margin: 0 0 0 50px;
}




/* ===ＵＩ div#content#main === */
.entry {
  margin-bottom: 70px;
  padding: 0px;
  }
.entryTitleNews {
  background-image: url("img/bar_news.jpg");
  height: 25;
  width: 390;
  padding: 0 0 0 10px;
  }
.entryTitleMusic {
  background-image: url("img/bar_music.jpg");
  height: 25;
  width: 390;
  padding: 0 0 0 10px;
  }
.entryTitleAbout {
  background-image: url("img/bar_about.jpg");
  height: 25;
  width: 390;
  padding: 0 0 0 10px;
  }

.lyrics {
  margin: 0 0 0 10px;
  color: #cccccc;
  font-size: 9pt;
  padding: 0px;
}





/* ===リンクテキスト=== */

a:link {
  color: #0000FF;
  }

a:visited {
  color: #483D8B;
  }

a:hover {
  color: #ffcc00;
  }




/* ===フォント=== */

body {
  color: #666666;
  margin: 0;
  line-height: 120%;
  }

p {
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  }

h2 {
  font-size: 11pt;
  font-weight: normal;
  }

h3 {
  color: #0066cc;
  font-size: 9pt;
  font-weight: normal;
  margin:0px;
  padding: 0px;
  }


p.memo {
  color: #0066cc;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  }

p.note {
  color: #0066cc;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  }

em.caution{
  color: #FF0099;
  font-weight: bold; 
  font-style: normal;
  }






