

@import "common.css";

.block_area h2
{
	text-indent:-5000px;
}
.block_area h2 a
{
	display:block;
	width:250px;
	height:80px;
}
.center
{
	width:300px;
	float:left;
}

.left
{
	float:left;
	width:350px;
}
.right
{
	float:right;
	width:350px;
}
.block_area
{
	width:280px;
	height:350px;
	display:block;
}

.left img
{
	border:none;
}

.right img
{
	border:none;
}

.left .block_area .text_block
{
	margin-right:30px;
	padding:10px 20px;
	border-bottom:1px solid;
	border-right:1px solid;
	border-left:1px solid;
}
.right .block_area .text_block
{
	margin-left:30px;
	padding:10px 20px;
	border-bottom:1px solid;
	border-right:1px solid;
	border-left:1px solid;
}

.total_info
{
	margin-top:10px;
	text-align:center;
}

.total_info img
{
	border:none;
}

.clear
{
	clear:both;
}
