@charset "utf-8";

/*header*/

#header{
height:79px;
background: url(../images/header_s.gif) no-repeat;
}

#header a#logo{
height:79px;
}

#contents{
padding:13px 15px 15px 15px;
background: url(../images/contentsBg_s.gif) no-repeat;
}

/* about */

#contents h1{
font-size:185%;
margin-bottom:15px;
}

#about{
padding:20px 50px;
}

#about dl{
width:690px;
padding-bottom:8px;
margin-bottom:8px;
border-bottom:1px solid #ccc;
overflow:hidden;
}

#about dl dt{
width:20%; float:left;}

#about dl dd{
width:80%; float:right;}







