﻿/* メイン　左
---------------------------------------------------- */
#profile{
  float:left;
  width:219px;
}
ul#profilelist{
  margin-top:5px;
  padding:0px;
  line-height: 1.5em;
  list-style: none;
}
ul.month{
  padding-top: 3px;
  line-height: 1.5em;
  list-style: none;
  color: #FFFFFF;
}
li.shikaku{
  padding: 0px 13px 5px 15px;
  color: #D90000;
  background: url(image/shikaku.gif) no-repeat;
}


/* メイン　右
---------------------------------------------------- */
#leo-discography{
  float:left;
  width:549px;
  background-color:#000000;
}

#leo-discography .section{
  margin-bottom: 15px;
  padding:10px;
  background-color:#111111;
}
#leo-discography .section .picture{
  float:left;
  width:87px;
}
#leo-discography .section .title{
  float:left;
  width:442px;
}

#leo-discography .section .bun{
  clear:left;
  width:529px;
}

.white{
  color: #FFFFFF;
}

.title h3{
  color: #FFFFFF;
  font-weight: bold;
}

p.update{
  font-size: 95%;
  margin-bottom:10px;
}

p.music{
  font-size: 95%;
}

.bun{
  line-height: 1.5em;
}

/* home
------ */
ul#menulist li#home-another {
  left: 0px;
  background: url(../common/home_w.gif) no-repeat;
}
ul#menulist li#home-another a:hover{
  left: 0px;
  background: url(../common/home_p.gif) no-repeat;
}
ul#menulist li#home-another a {
  width: 55px;
}

/* schedule-another
------ */
ul#menulist li#schedule-another {
  left: 55px;
  background: url(../common/schedule_p.gif) no-repeat;
}
ul#menulist li#schedule-another a:hover {
  left: 55px;
  background: url(../common/schedule_p.gif) no-repeat;
}
ul#menulist li#schedule-another a {
  width: 104px;
}

