@charset "utf-8";
/* top */

@import url(./common.css);

#top_main{
 width:a100%;
 margin:0;
 padding:0;
 text-align:center;
 background-color:#F7F7F7;
}

#top_contents{
 width:930px;
 margin:0 auto;
 padding:25px 0 20px 0;
}

#top_contents dl{
 width:345px;
 height:235px;
 background:url(../img/top/top_village.jpg) no-repeat;
 float:left;
 margin-right:8px;
 position:relative;
}

#top_contents dl.authorization{
 background:url(../img/top/top_authorization.jpg) no-repeat;
 position:relative;
}

#top_contents dl.specialist{
 width:223px;
 margin-right:0;
 background:none;
}

#top_contents dl.specialist img#corporation{
 margin-top:15px;
}

#top_contents dl dt{
 position:absolute;
 top:70px;
 left:140px;
 width:195px;
 font-size:1.2em;
 color:#000000;
}

#top_contents dl dd{
 position:absolute;
 bottom:10px;
 right:15px;
}