@charset "utf-8";
/* CSS Document */
/**********コンテンツ***********/
#contents_back{
  width:100%;
  background-color:#F9FF9C;
  }

.contents{
  width:800px;
  height:100%;
  margin:0 auto;
  background-color:#fff;
  }

.profile_name{
  width:400px;
  padding:60px 0 0 45px;
  color:#000;
  font-size:30px;
  font-weight:bold;
  }

#profile_contants{
  width:700px;
  height:100%;
  margin:0 auto;
  }

#profile_parts{
  width:700px;
  height:500px;
  margin:15px auto;
  background-color:#EFEFEF;
  }

#profile_txt{
  float:left;
  width:400px;
  height:280px;
  }

#profile_txt ul{
  font-size:15px;
  padding:15px;
  }

#profile_txt span{
  font-weight:bold;
  }

#profile_img{
  float:right;
  width:250px;
  padding:20px
  }

#profile_img p{
  font-size:13px;
  padding-top:10px;
  }