@charset "utf-8";

/**
 * レイアウト
 */

.productBuy #header,
.product #header{
	margin-bottom: 10px;
}

/**
 * サイドバー
 */

#sideBuy,
#sideRental{
	margin-bottom: 5px;
}

#sideNavi{
	background-color: #eeeeee;
	background-image: url(../../../img/sidebar/fm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sideNavi ul{
	background-image: url(../../../img/sidebar/fm_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
#sideNavi li{
	list-style-type: none;
	margin-left: 5px;
	line-height: 100%;
}

/**
 * ソリューション
 */

#solution{
	margin-bottom: 20px;
}
#solution h2{
	margin-bottom: 2px;
}


/**
 * ナビゲーション
 */

#productNavi{
	clear: both;
	width: 860px;
}
#productNavi ul{
	width: 860px;
	height: 40px;
	background-image: url(../img/productNavi.jpg);
	background-repeat: no-repeat;
}
#productNavi li{
	float: left;
	list-style-type: none;
}

#productNavi li a{
	text-indent: -9999px;
}

/*--製品概要--*/
#productNavi li.pnOutline a{
	width: 170px;
	height: 40px;
	display: block;
}
.outline li.pnOutline a,
#productNavi li.pnOutline a:hover{
	background-image: url(../img/productNavi_on.jpg);
	background-repeat: no-repeat;
}

/*--機能一覧--*/
#productNavi li.pnFunctions a{
	width: 172px;
	height: 40px;
	display: block;
}
.functions li.pnFunctions a,
#productNavi li.pnFunctions a:hover{
	background-image: url(../img/productNavi_on.jpg);
	background-repeat: no-repeat;
	background-position: -170px;
}

/*--動作環境--*/
#productNavi li.pnSystem a{
	width: 172px;
	height: 40px;
	display: block;
}
.system li.pnSystem a,
#productNavi li.pnSystem a:hover{
	background-image: url(../img/productNavi_on.jpg);
	background-repeat: no-repeat;
	background-position: -342px;
}

/*--販売価格--*/
#productNavi li.pnPrice a{
	width: 172px;
	height: 40px;
	display: block;
}
.price li.pnPrice a,
#productNavi li.pnPrice a:hover{
	background-image: url(../img/productNavi_on.jpg);
	background-repeat: no-repeat;
	background-position: -514px;
}

/*--活用方法--*/
#productNavi li.pnUse a{
	width: 174px;
	height: 40px;
	display: block;
}
.use li.pnUse a,
#productNavi li.pnUse a:hover{
	background-image: url(../img/productNavi_on.jpg);
	background-repeat: no-repeat;
	background-position: -686px;
}

/**
 * 購入フォーム
 */

.productBuy h2{
	margin-bottom: 20px;
	font-size: 24px;
}

/**
 * その他
 */

/*--購入ボタン--*/
.adsystemBuyButton{
	background-color: #e8e8e8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}