/**
 * ボックスの共通パラメータ
 */
#support_param
{
	width: 570px;
	float: left;
}

/**
 * ボックス名
 */
.support_name
{
	background-image:url("./style/support.png");
	width: 570px;
	height: 47px;
	position: relative;
	left: 0px;
}

/**
 * サポート内容表示ボックス
 */
.support
{
	background-image: url("./style/product_text.png");
	width: 570px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	left: 0px;
}

.support_h
{
	color: #ffffff;
	font-weight :bolder;
	text-align: center;
	background-color: #8484ff;
	width: 530px;
	margin: 10px 0px 0px 20px;
	padding: 5px 0px 5px 0px;

}

.support_contents{
	border:1px solid #8484ff;
	width:528px;
	margin:0 0 30px 20px;
}

.support_contents ul{
	padding:0 0 0 15px;
}

.support_contents li{
	list-style:none;
	margin:7px 0 7px 0;
}

.support_navi{
	margin:20px 0 20px 0;
	list-style:none;
	overflow:hidden;
}

.support_navi li{
	margin:0 27px 0 -15px;
	float:left;
}
