@charset   "UTF-8";
*{
  margin : 0px;
  padding : 0px 0px 0px 0px;
  position : relative;
  background-repeat : no-repeat;
  border-width : 0px 0px 0px 0px;
}
#all{
  margin-left : auto;
  margin-right : auto;
  margin-top : 10px;
  width : 750px;
}
body{
  font-size : 13px;
}
#main{
  width : 750px;
}
a{
  text-decoration : none;
}
address{
  width : 180px;
  height : 80px;
  position : absolute;
  top : 0px;
  left : 0px;
}
#content_mail{
  background-image : url(../img/mail.gif);
  width : 40px;
  height : 24px;
  display : block;
  position : absolute;
  top : 57px;
  left : 129px;
}
#footer{
  clear : both;
  text-align : center;
}
#center_photo{
  position : absolute;
  width : 320px;
  height : 565px;
  top : 150px;
  left : 215px;
  background-image : url(../img/front_img.gif);
}
#logo{
  width : 180px;
  height : 80px;
  display : block;
  background-image : url(../img/logo_voice.gif);
}
#sentence{
  width : 565px;
  height : 80px;
  position : absolute;
  top : 0px;
  left : 185px;
  background-image : url(../img/voice_title.gif);
}
#header{
  width : 750px;
  height : 80px;
}
#left_half{
  width : 372px;
  float : left;
}
#right_half{
  width : 372px;
  float : right;
}
.content{
  background-image : url(../img/voice_background.gif);
  margin-top : 5px;
  width : 372px;
  min-height:100px;
}
.content p{
  padding-top : 24px;
  padding-left : 24px;
  padding-right : 24px;
  color : #7e298d;
}
.content a{
  background-image : url(../img/voice_link.gif);
  display : block;
  width : 47px;
  height : 24px;
}
#left_half .content a{
  margin-left : 0px;
  margin-right : auto;
}
#right_half .content a{
  margin-left : auto;
  margin-right : 0px;
}
hr{
  display : none;
}
.line{
  background-image : url(../img/voice_background_bottom.gif);
  width : 372px;
  height : 24px;
  margin-bottom : 5px;
}
.soon{
  background-image : url(../img/soon.gif);
  display : block;
  position : absolute;
  top : 54px;
  width : 372px;
  height : 16px;
  text-indent : -9999px;
  overflow : hidden;
}
#left_half .soon{
  left : 0px;
}
#right_half .soon{
  right : 0px;
}
