*{
	margin: 0;
	padding: 0;
}

div.block-01{
	position: relative;
	width:675px;
	height: 112px;
	background-image: url(image/b_001.jpg);
	background-repeat: no-repeat;
}

div.block-02{
	position: relative;
	width:675px;
	background-image: url(image/b_002.jpg);
	background-repeat: repeat-y;
}

div.block-03{
	width:675px;
	height: 41px;
	margin-bottom: 15px;
	background-image: url(image/b_003.jpg);
	background-repeat: no-repeat;
}

div.block-01 div.name{
	position: absolute;
	left: 31px;
	top: 30px;
	font-size: 14px;
}

div.block-01 div.toukoubi{
	position: absolute;
	right: 40px;
	top: 70px;
	font-size: 12px;
	color: #333333;
	left: 506px;
}

div.block-01 div.title{
	position: absolute;
	left: 135px;
	bottom: 0px;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}

div.block-01 div.seibetu{
	position: absolute;
	left: 37px;
	bottom: 6px;
}

div.block-01 div.hyouka{
	position: absolute;
	left: 110px;
	bottom: 30px;
}

div.block-02 div.nendai{
	position: absolute;
	left: 50px;
	top: 0;
	font-size: 12px;
}


div.block-02 div.honbun{
	width: 510px;
	padding-top: 10px;
	margin-left: 120px;
	font-size: 13px;
	color: #333333;
	line-height: 1.6em;
	line-break: break;
	text-align: left;
}

div.block-02 div.honbun span{
	color:#FF6600;
	font-weight: bold;
}


	
