body {
	margin: 0;
}
 /* ---画像のボーダーは0---- */
img{
	border:0;
}
 /* ---見出し　マージン（余白）---- */
h1 {
	margin: 0;
}
h2 {
	margin: 0px 0 5px 15px;
	text-align: left;
}
h3 {
	margin: 10px 0px 5px;
}
h4 {
	margin: 5px 0px 2px;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
}
h5 {
	margin: 5px 0px 2px;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
 /* ---リスト全般の設定----- */
ul{
	margin:0;
	padding:0;
}
/* ---左側　メニュー部分---- */
.menu {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 15px;
}
/* ---左側　メニュー部分下の住所の部分---- */
.contact {
	margin-left: 10px;
	font-size: 75%;
	line-height: 120%;
	color: #333333;
	background-color: #FFFFDD;
}
.contact_com {
	margin-left: 0px;
	font-size: 115%;
	line-height: 125%;
	color: #333333;
	background-color: #FFFFDD;
}
 /* ---文章の文字の大きさの設定----- */
.text {
	font-size: 85%;
	line-height: 150%;
	color: #000000;
	background-color: #FFFFFF;
}
hr {
	height: 1px;
}
 /* ---ページの一番下　コピーライトの設定----- */
.copyright {
	font-size: 75%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
 /* ---テキストのリンクの設定----- */
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline overline;
}
a:active {
	color: #993300;
	text-decoration: underline overline;
}
.d_docu {
	margin: 0px;
	padding: 0px;
}
.d_docu dt {
	margin-top: 5px;
	margin-bottom: 0px;
}
.d_docu dd {
	margin-bottom: 5px;
	margin-left: 1em;
	padding: 0px;
	font-size: 0.93em;
}
.ol_docu {
	width: 410px;
	margin: 0px auto;
}
.ol_docu ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
}

.text_under {
	text-decoration: underline;
}
.eflow {
	margin: 10px auto;
	width: 420px;
	text-align: center;
}
 /* ---テーブルのマージン設定----- */
table.tbl_mg{
	margin:0 0 0 10px;
}

 /* ---各ページ　業務内容などの【】のタイトル----- */
.commission {
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #000066;
	text-align: left;
	background-color: #FFFFFF;
}
 /* ---各ページ　pのマージンは0----- */
p{
	margin:0;
}
 /* ---そのページのトップに戻る　各ページ共通----- */
div.topback{
	margin:10px auto;
	padding:0;
	width:420px;
	text-align:right;
	font-size:80%;
}
 /* ---アドビリーダー　ダウンロード----- */
.adobe_ic{
	margin:5px;
	padding:5px;
	float:left;
}
.adobe_txt{
	margin:5px;
	padding:5px;
	float:right;
	font-size: 80%;
	line-height: 130%;
	text-align:left;
}