﻿/* メイン　左
---------------------------------------------------- */
#profile{
  float:left;
  width:219px;
}
ul#profilelist{
  padding:0px;
  line-height: 1.5em;
  list-style: none;
}
li.shikaku{
  padding: 0 13px 0 15px;
  background: url(image/shikaku.gif) no-repeat;
}

/* メイン　右
---------------------------------------------------- */
#about-leo{
  float:left;
  width:549px;
}
#about-leo p{
  line-height: 1.2em;
  margin-bottom:20px;
}

/* 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;
}

/* biography-another
------ */

ul#menulist li#biography-another {
  left: 159px;
  background: url(../common/biography_p.gif) no-repeat;
}
ul#menulist li#biography-another a:hover {
  left: 159px;
  background: url(../common/biography_p.gif) no-repeat;
}
ul#menulist li#biography-another a {
  width: 115px;
}

