@charset "utf-8";
#main  h3  {/*site_base.cssでh3は見出し用として中央揃え、文字色赤、背景黒に指定してあるのでリセット*/
	background-color: #FFFFFF;
	text-align: left;
	letter-spacing: normal;
	margin: 0px;
}
#main  ul    {
	width: 160px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
#main   ul   li  {
	background-image: url(../../img/arrow/arrow_red01_r.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#main      ul     li:first-child  {
	border-top-style: none;
}
#main   div  {
	width: 160px;
	height: 200px;
	float: left;
	margin: 25px 0px 0px;
	padding: 0px 0px 0px 100px;
}

