h2 {
	margin-bottom:8px;
}

h3 {
	margin-bottom:15px;
}

p,td {
	font-size:90%;
}

td * {
	font-size:100%;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

ul.PageNav {
	text-align: right;
}

ul.PageNav li {
	display: inline;
	border-left: 1px solid #ccc;
	font-size: 90%;
}

ul.PageNav li.First {
	padding-right: 0.5em;
	border-left: none;
}

ul.PageNav li a {
	padding: 0 0.5em;
}

ul.PageNav li.Last a {
	padding-right: 0;
}

p.Desc {
	margin-bottom: 20px;
}


/*--------------------------

DIVISION

--------------------------*/

h3#Feature01,
h3#Feature02,
h3#Feature03 {
background:#EBEEEF url(../service/image/h3.gif) no-repeat scroll 5px 50%;
clear:both;
color:#1172A3;
font-weight:bold;
margin:10px 0 10px;
padding:5px 2px 2px 20px;
}

h3#Feature02,
h3#Feature03 {
	margin-top: 40px;
}

p.Desc {
	font-weight: 700;
}

div.Division {
	clear:both;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e1;
/*	padding: 20px;
	border: 2px solid #ccc;*/
}

div.FeatureHeader {
	margin-bottom: 20px;
	padding: 10px 10px 10px 30px;
	border: 2px solid #e4e4e1;
	background: #f8f8f6 url(image/bg_data.gif) 0 0 no-repeat;
}

div.FeatureHeader img {
	float: left;
	display: inline;
	width: 100px;
}

div.FeatureHeader dl {
	margin-left: 120px;
}

div.FeatureHeader dl dt {
	margin-bottom: 10px;
	font-weight: 700;
	color: #10539B;
}

div.FeatureHeader dl dd {
	font-size: 90%;
}

div.FeatureBody ul.ImgList {
	float: left;
}

div.FeatureBody ul.ImgList li {
	margin-bottom: 10px;
	font-size: 90%;
}

div.FeatureBody ul.Type01 {
	width: 140px;
}

div.FeatureBody table.TblStyle01 {
	width: 610px;
	margin-bottom: 10px;
	margin-left: 160px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

div.FeatureBody table.TblStyle02 {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

div.FeatureBody table td,
div.FeatureBody table th {
	padding: 0.5em;
	border: 1px solid #ddd;
	font-weight: 400;
	font-size: 90%;
}

div.FeatureBody table th {
	background-color: #e5f4ff;
}



