@charset "UTF-8";

/* ------------ *01 title ------------ */

#contents h3 {
	width: 565px;
	height: 35px;
	margin-bottom: 10px;
	background: url(../img/title.jpg) no-repeat;
	text-indent: -9999em;
}

/* ------------ *02 text box ------------ */


.txtBox{
	display: block;
	width:513px;
	background-color: #f8f8e2;
	border: 1px dotted #d8d7ac;
	_border: 1px solid #e5e5c7;
	padding: 8px 10px 10px;
	margin: 10px 0;
}

.txtBox p{
	color: #5b68b2;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #a3a8c7;
}

.txtBox p span {
	color: #fff;
	padding: 1px 2px;
	margin-right: 5px;
	background-color: #757eb2;
}

.txtBox .thumbnail {
	float: left;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	margin:0 10px 0 0;
}
.txtBox .thumbnail img { width: 130px; height: 130px; margin-bottom: 5px;}

.txtBox .lead { float: right; width: 372px;}

