@charset "utf-8";
/* CSS Document */

html {
 overflow-y: scroll;
}

#items{
width:608px;
height:auto;
overflow:hidden;
}

#mainbase{
margin:32px 32px 0 32px ;
padding:16px;
width:512px;
background:#fff;
height:auto;
overflow:hidden;
}

dl{
width:512px;
margin:15px 0 20px;
vertical-align:top;
}

dt{
width:105px;
padding: 0 0 0 5px;
float:left;
clear:both;
}

dd{
margin: 0 0 10px 110px;
}

h2{
margin:0;
text-indent:1em;
background:url(images/press_line.png) no-repeat bottom;
}