@charset	"utf-8";

/* Float処理 ----------------------------------------------- */

.strength_line	{
	zoom:1;
}

.strength_line:after	{
	content:	"";
	display:	block;
	clear: both;
}

/* リンクボタン -------------------------------------------- */

.customer a img:hover	{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/* コンテンツ ---------------------------------------------- */

#main_content table	{
	width:	100%;
	font-size:	14px;
	margin:	0px auto 32px;
	border-top:	dotted 1px #999999;
}

#main_content table th	{
	background:	#f5f5f5;
	width:	7em;
	padding:	10px 12px;
	text-align:	center;
	vertical-align:	middle;
	font-weight:	bold;
	border-bottom:	dotted 1px #999999;
	border-right:	dotted 1px #999999;
}

#main_content table td	{
	padding:	10px 12px;
	vertical-align:	middle;
	border-bottom:	dotted 1px #999999;
}

#main_content .content_line iframe	{
	margin-bottom:	16px;
}

