﻿@charset "utf-8";

/* container
----------------------------------------------- */
.margin_l10 {
	margin: 0 0 0 10px;
	}
.margin10 {
	margin-top: 10px !important;
	}

/* contents
----------------------------------------------- */
#contents p {
	margin: 15px 0 0 30px;
	width: 525px;
	}
#contents h3 {
	margin: 50px 0 0 30px;
	}
#contents h4 {
	margin: 20px 0 0 30px;
	}
#contents h5 {
	font-size: small;
	_font-size: x-small;
	}
#contents ul {
	_margin: 8px 0;
	}
#contents li {
	_margin: 0 0 5px 0;
	}
#contents ol {
	margin: 0 0 0 -20px;
	_margin: 8px 0 8px 25px;
	}
#contents  ol li {
	list-style: decimal !important;
	}
#contents ul:after {
 	content: "."; 
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden;
	}
#contents h6 {
	float: left;
	margin: 0 0 0 30px;
	_margin: 0 0 0 15px;
	width: 101px;
	}
.blue {
	color: #1e4b82;
	font-weight: bold;
	width: 150px !important;
	line-height: 1.7em;
	}
.blue2 {
	color: #1e4b82;
	font-weight: bold;
	width: 95px !important;
	line-height: 1.7em;
	}
.padding_l55 {
	padding: 0 0 0 55px !important;
	}
.center {
	text-align: center;
	}
.align_r {
	margin: 0 0 0 85px;
	font-size: x-small;
	_font-size: xx-small;
	}
.line-height{
	line-height: 3em;
	}
.noline {
	border-bottom: 1px solid #fff !important;
	}