/* CSS Document */

/* img
----------------------------------------------- */
#img {
	height: 90px;
	background: url("../images/img_main.jpg") no-repeat top;
}
	#img p {
		padding: 70px 0 0 30px;
	}

/* contentMain
----------------------------------------------- */

#contentMain .box {
	width: 510px;
	margin: 10px auto 20px;
}

/*
#contentMain h3{
	width:540px;
	height:35px;
	background:url(../../common/images/bg_headline.gif) no-repeat ;
	padding:5px 0px 0px 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	float:left;
}

#contentMain .box{
	margin:0px 0px 20px 10px!important;
	margin:0px 0px 20px 5px;
	float:left;
	width:510px;
}
*/
#contentMain .box .sitemap01 {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}
	#contentMain .box dl {
		float:left;
		width:230px;
	}
		#contentMain .box dl a {
			color: #333;
		}
		#contentMain .box dl dt {
			width: 230px;
			margin: 12px 0 5px;
			padding: 3px 0 3px 10px;
			background: url("../images/sitemap_headline.gif") no-repeat;
		}
		#contentMain .box dl dd {
			margin: 0 0 10px 20px;
			padding: 0 0 0 18px;
			line-height: 1;
			background: url("../images/mark.gif") no-repeat;
		}
