@import url("Style01.css");
@import url("Style02.css");
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
h1 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {

}

dl {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 500px;
	display: block;
}
dt {
	clear: both;
	float: left;
	width: 100px;
	padding-left: 14px;
	background-image: url(../images/Mark_Dot.png);
	background-position: 0px;
	background-repeat: no-repeat;
	display: table-cell;
}
dd {
	margin-bottom: 10px;
	margin-left: 120px;
	display: table-cell;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	font-weight: normal;
	color: #990000;
}
em {
	color: #0000FF;
}
