@charset "utf-8";
* {
	list-style-type: none;
}

body {
	font-size: 12px;
	line-height: 140%;
}

/* CSS Document */

#div_info {
	width: 220px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#div_info table {
	font-size: 12px;

}


#div_info hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: gray; /* 線色 */
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

