@charset "UTF-8";

h2 {
	width: 600px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/h2_outline.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h3 {
	width: 505px;
	height: 18px;
	margin: 0px 0px 27px;
	padding: 0px;
	background-image: url(../img/h3_outline.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.column-inner {
	width: 505px;
	margin: 15px 0px 0px;
	padding: 43px 0px 25px 95px;
	background-image: url(../img/hd_policy.gif);
	background-repeat: no-repeat;
}

.column-inner-2 {
	width: 505px;
	margin: 15px 0px 0px;
	padding: 43px 0px 15px 95px;
	background-image: url(../img/hd_organization.gif);
	background-repeat: no-repeat;
}

.column-inner-2 p {
	text-align: right;
}

dt {
	width: 6em;
	padding: .3em 0px .5em;
	border-top: 1px dotted #BFBFBF;
	color: #00439C;
	font-weight: bold;
	float: left;
	clear: both;
}
	
dd {
	margin: 0px 0px 0px 7em;
	padding: .3em 0px .5em;
	border-top: 1px dotted #BFBFBF;
}

