@charset "UTF-8";

/* ベース */

body,div,dl,dt,dd {
	margin: 0;
	padding: 0;
}
a img {
	border-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}

body {
	color: #231815;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: url(../image/common/bg.gif) top center repeat;
}

a {
	text-decoration: none;
}

a:active,
a:focus,
a:visited,
a:link {
	text-decoration: none;
	color: #231815;
}
a:hover {
	text-decoration: underline;
	color: #231815;
}

body {
	font-size: 75%\9;
}
body:not(:target) {
	font-size: 75%¥9;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: .1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */



/* リスト */

.information_block dl {
	background: url(../image/common/bg2.gif) top center repeat;
	margin-bottom: 10px;
	padding: 6px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.information_block dt {
	font-weight: bold;
	color: #1a7e3c;
	float: left;
	clear: left;
}

.information_block dd {
	padding-left: 9em;
}