@charset "UTF-8";

/* @group after */

.item1{
	width:530px;
	height:115px;
	margin:0 15px;
	padding:15px;
	background:url("img/item1_back.gif") no-repeat;
}

.item1_title{
	font-size:150%;
	color:#8065ac;
	font-weight:bold;
}

.item2_title{
	font-size:150%;
	color:#4c4398;
	font-weight:bold;
}

.item2{
	margin:0 15px;
}

.item2_top{
	overflow:hidden;
	width:560px;
	height:20px;
	background: url("img/item2_backtop.gif") no-repeat;
}

.item2_bottom{
	overflow:hidden;
	width:560px;
	height:20px;
	background: url("img/item2_backbottom.gif") no-repeat;
}

.item2_body{
	width:540px;
	padding:0 10px;
	background: url("img/item2_backbody.gif") repeat-y;
}

.item2_border{
	border-bottom:1px dotted #999;
	padding:0 0 10px 10px;
}


/* @end */




