﻿@charset "utf-8";
/* CSS Document */

/*main
---------------------------------------------------------------*/

.chapter {
	margin-bottom: 2em;
}
.chapter p {
	padding-bottom: 2em;
	padding-right:2em;
}
.line {
	line-height: 2em;
}

.dot-bottm {
	border-bottom: 1px dotted #999999;
	padding-bottom: 1.5em;
}
.dash-bottm {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 1.5em;
}
.bottm-fin {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.h3-c {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}
.h3-c-bg {
	color: #154493;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 2px solid #154493;
}
.chapter dl {
	padding-right: 1em;
}
.chapter dt {
	font-weight: bold;
	color: #154493;
	font-size: 14px;
	margin-bottom: 1em;
	background-image: url(../sales-images/dt-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left: 5px solid #154493;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;

}
.chapter dd {
	margin-bottom: 2em;
	line-height: 2em;
}

/*02
--------------------------------------*/
.h4-s {
	font-size: 15px;
	font-weight: bold;
	color: #154493;
	padding: 3px 5px 3px 10px;
	margin-bottom: 1.5em;
	background-image: url(../sales-images/h4s-g.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.h4-s img {
	padding-right: 2px;
	vertical-align: text-top;
}

/*03
--------------------------------------*/

tr.even td {
	background-color: #E4EEFC;
}

.actual {
	padding-bottom:1.5em;
}
.actual td {
	border: 1px solid #CCCCCC;
	padding: 3px 15px;
}
.actual p {
	text-align: right;
	margin-top: 0.5em;
}
.h3-s03 {
	font-size: 15px;
	font-weight: bold;
	color: #154493;
	margin-bottom:15px;
}

.h3-s03 a:link, .h3-s03 a:visited, .h3-s03 a:active, .h3-s03 a:hover {
	font-size: 15px;
	color: #154493;
	margin-bottom:15px;	
	font-weight: bold;
	text-decoration: none;
}
.h3-s03 img {
	vertical-align: text-bottom;
}


.asterisk {
	font-size: 11px;
}
.f-l {
	float: left;
	font-size: 11px;
}


/*04
--------------------------------------*/
.agencies {
	margin-right: 20px;
	margin-left: 20px;
}
.agencies p {
	margin-bottom: 1em;
}
.agencies img {
	margin-left: 70px;
}


