﻿/* ++++++++++++++++++++++++++++++++++++
	DMS - www.pmc-h.jp/dms/ -
	CSS concept/concept.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 ul{
padding:10px 19px 10px 8px;
}

.contents ul li{
list-style:none;
font-size:14px;
_font-size:120%;
padding-left:30px;
background:url(img/mark_check.gif) left center no-repeat;
margin-bottom:5px;
}

.contents p{
padding:10px 19px 0 8px;
}


