@charset "euc-jp";

/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: x-small;
	line-height: 1.6;
	color: #333333;
}
body {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}
p {
	font-weight: normal;
	color: #000;
	background-image: url(../img/bullet01.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	line-height: 22px;
}
.pre_contents {
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
}
