/*--------------------*
#page_ttl
*--------------------*/
#page_ttl H2{
  background:url(../../image/profile/page_ttl.jpg) no-repeat 50% 50%;
}

/*--------------------*
#profile
*--------------------*/
#profile{
  width:910px;
  margin:0px auto 20px;
}
#profile .section_bdy{
  margin-left:0px;
  padding:0;
  background-image:url(../../image/profile/prof_bdy.jpg);
}
#profile .section_ftr{
  min-height:350px;
  padding-bottom:40px;
  background-image:url(../../image/profile/prof_ftr.jpg);
}
* html #profile .section_ftr{
  height:350px;
}
#profile .section_hdr{
  padding-top:5px;
  background-image:url(../../image/profile/prof_hdr.jpg);
}
#profile H3{
  height:65px;
  margin-bottom:20px;
}
#profile P{
  padding:10px 100px 10px 360px;
  line-height:1.6;
  font-size: 1.1em;
  color:#180a09;
}
/*--------------------*
#msg
*--------------------*/
#msg{
  width:910px;
  margin:0px auto 20px;
}
#msg .section_bdy{
  background-image:url(../../image/profile/msg_bdy.jpg);
}
#msg .section_ftr{
  min-height:350px;
  padding-bottom:40px;
  background-image:url(../../image/profile/msg_ftr.jpg);
}
* html #msg .section_ftr{
  height:350px;
}
#msg .section_hdr{
  padding-top:5px;
  background-image:url(../../image/profile/msg_hdr.jpg);
}
#msg H3{
  height:65px;
  margin-bottom:20px;
}
#msg P{
  padding: 10px 100px 10px 330px;
  line-height: 1.6;
  color: #180a09;
  font-size: 1.1em;
}
/*--------------------*
#map
*--------------------*/
#map{
  width:632px;
  margin:0px auto 10px;
  color:#040603;
}
#map .section_bdy{
  background-image:url(../../image/profile/map_bdy.jpg);
}
#map .section_ftr{
  padding-bottom:60px;
  background-image:url(../../image/profile/map_ftr.jpg);
}
#map .section_hdr{
  padding-top:5px;
  background-image:url(../../image/profile/map_hdr.jpg);
}
#map H3{
  height:65px;
  margin:0px auto 30px;
}
#map .article{
  width:590px;
  margin:0px auto;
}
#map .article_img{
  width:330px;
  float:left
}
#map .article_txt{
  width:250px;
  float:right;
}
#map DL{
  margin-bottom:10px;
  text-align:left;
}
#map DT{
  padding-top:5px;
  font-weight:bold;
}
#map DD{
}
