﻿@charset "UTF-8";

/*	レイアウト
----------------------------------------------------*/

body#front #contents {
width:900px;
padding:25px 3px !important;
background:url(/assets/img/common/bg_contents.png) repeat-y;
}


/*	新着情報
----------------------------------------------------*/

body#front dl {
width:600px;
}

body#front dl dt {
float:left;
width:8em;
padding:5px;
line-height:1.4em;
}

body#front dl dd {
padding:5px 0 5px 8em;
line-height:1.4em;
}

body#front dl dd strong {
line-height:1.4em;
}