@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #1d7fb8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_lightblue.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 5px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #1d7fb8; }

#content #inner_navi a {
	color: #6e6e6e;
	text-decoration: none; }

#content #inner_navi a:hover {
	color: #1d7fb8;
	text-decoration: underline; }

#content #business th {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 2px solid #aaa;
	
	 }

#content #business td {	padding:       2px 5px;
	border-bottom: 2px solid #aaa;
	border-left:   1px dashed #aaa; }

#content #business .top {
	color: #1d7fb8;
	font-weight: bold;
	background-color: #dfeff9;
	text-align: center;
	border-top: 2px solid #aaa;
	 }
#content #business .dot {
	border-bottom: 1px dashed #aaa;
	 }
#content .pdf {
	position: relative;
	bottom: -2px;
	margin-left: 3px; }
#content a {
	color: #1d7fb8;
	text-decoration: underline; }
#content a:hover {
	color: #1d7fb8;
	text-decoration: none; }

