/* CSS Document */

/*
	//エントリー---------------------------------------*
*/

#content .section{
	width:615px;
	margin-bottom:25px;
	background:url(../images/usage/bg_section_body.gif) no-repeat left bottom;
	height:250px;
}
#content .section .image{
	padding:0 20px;
	float:left;
	margin:0;
}
#content .section .image img{
	border:1px solid #ccc;
	padding:3px;
}
#content .section h3{
	padding:15px 19px 10px 19px;
	margin:0;
}
#content .section table{
	border-left:1px solid #999;
	border-top:1px solid #999;
}
#content .section table th,
#content .section table td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:left;
	vertical-align:top;
	padding:7px 10px;
	font-size:92%;
}
#content .section table th{
	background-color:#CCCCFF;
}
#content .section table .plase td{
	background:url(../common/images/bg_dot2.gif) repeat-x bottom;
	border-bottom:0;
}




