@charset "utf-8";
/* CSS Document */

.main_text {
	margin-bottom: 15px;
	padding-right: 250px;
	background: url(../images/illust/bg.jpg) no-repeat right 0px;
	height: 160px;
	padding-top: 30px;
}

.item_all {
	margin-bottom: 10px;
	border-bottom: 1px dotted #993300;
}

.item_l {
	float: left;
	width: 430px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.item_r {
	float: right;
	width: 140px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

strong {
	color: #FFFFFF;
	font-weight: lighter;
	border-left: 3px solid #FF9900;
	padding-left: 5px;
}

.item_title {
	background: #816D55;
	width: 420px;
	padding: 2px 0px 2px 10px;
}

.item_text {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

