﻿@charset "utf-8";

span.path{
	display:block;
	font-size:12px;
	color:#545454;
}
span.path a{color:#545454;}

.inner ul.content_list{width:550px;} 
.inner ul.content_list li{
	list-style:none;
}
.inner h3{
	margin-top:43px;
	height:23px;
	font-weight:400;
	font-size:17px;
	font-family:Arial;
	padding:3px 0 0 12px;
	color:#fff;
}

.inner h3.green{background:url(../img/head-green.png) no-repeat;}
.inner h3.red{background:url(../img/head-red.png) no-repeat;}
.inner h3.blue{background:url(../img/head-blue.png) no-repeat;}

.inner ul.content_list li div img{
	float:left;
	margin:10px;
}
.inner ul.content_list li div{
	background:#fff;
	margin:16px 9px 0 9px;
	min-height:154px;/* ie7 must die */
}
.inner ul.content_list li div.clear{
	margin:0; 
	min-height:0px; /* ie7 must die */
}
.inner ul.content_list li p{
	margin:0 !important;
	padding:15px 10px 10px 10px;
	text-indent:0px !important;
	font-size:13px !important;
}