﻿/* ++++++++++++++++++++++++++++++++++++
	DMS - www.pmc-h.jp/dms/ -
	CSS link/link.css
	last update 2008.05.02
+++++++++++++++++++++++++++++++++++++++ */

@import "../common/css/base.css";

/* CONTENTS
----------------------------------------*/

.contents{
clear:both;
margin:0 0 10px 11px;
}

.contents h2{
background:url(../common/img/h2_bg.gif) no-repeat;
line-height:30px;
padding-left:30px;
font-size:100%;
color:#000;
}

.contents dl{
margin:10px 19px 0 8px;
padding-bottom:5px;
background:url(../common/img/dot.gif) repeat-x bottom;
}

.contents dt{
padding-left:20px;
background:url(../common/img/mark01.gif) no-repeat 5px center;
}

.contents dd{
padding-left:20px;
}

