/* CSS Document */

/*****基本部分*****/

/* フォントの指定 */
body,div, td, th, p, li, dt, dd{
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
/*	color: #999999; */
/*	color: #b22222; */
	color: #191970;
	line-height: 150%;
}

#new{
	width:340;
}

.point01 {
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: left center;
	text-align: left;
	margin: 0px;
}
.text {
	height: 15px;
	padding-left: 13px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.line01 {
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 96%;
}
