@charset "utf-8";

/* トップページ
----------------------------------- */
/* バックグラデとか*/
body {
	background: #f1f3e5 url(body_back.gif) repeat-x 0 0;
}


/* topの右上h1の色とか*/
#details {
	float: right;
	padding: 7px 14px 5px 0;
	text-align: right;l
	ine-height: 1.4;
	color: #251901;
}
#details h1 span {
	display: block;
	color: #448560;
	font-weight: bold;
	font-size: 110%;
}


/* h2kanban */
#main h2 div.kanban_common {
	width: 598px;
	height: 94px;
	min-height: 94px;
	padding: 50px 0 0 10px;
	background-position:  0 0;
	background-repeat: no-repeat;
	color: #222222;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.1em;
}

div#main div.pointBox {
	width: 585px;
	margin: 0 0 0 15px;
	padding:  10px 0 0;
	border: none;
	overflow: hidden;
	_zoom: 1;
}

div#main div.pointBox:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#main dl.eachPoint {
	width: 270px;
	margin: 0;
	padding: 5px 9px;
	border: 1px solid #afbf7e;
}

div#main dl.eachPoint dt {
	width: 200px;
	margin: 0;
	padding: 5px 0 5px 70px;
	border-bottom: 1px solid #eeeeee;
	font-size: 110%;
	font-weight: bold;
	line-height: 20px;
}

div#main dl.eachPoint dd {
	width: 270px;
	height: 60px;
	margin: 0;
	padding: 10px 0 0;
	line-height: 15px;
}

div#main dl.leftSide {
	float: left;
}

div#main dl.leftSide {
	float: left;
}

div#main dl.rightSide {
	float: right;
}

div#main dl.eachPoint dt#point1 {
	background: url(point1.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point2 {
	background: url(point2.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point3 {
	background: url(point3.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point4 {
	background: url(point4.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point5 {
	background: url(point5.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point6 {
	background: url(point6.gif) no-repeat scroll left bottom transparent;
}

div#main dl.eachPoint dt#point7 {
	background: url(point7.gif) no-repeat scroll left bottom transparent;
}

div#main p.staff {
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
	border: none;
}
