@charset "Shift_JIS";

@import url("../css/sidenavi.css");

@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");

h1{
	margin-top: 1px;
}


h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #617DA8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
}


/*　製品名　*/
.productsHeader {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7890B4;
}


/*　製品名　アイコン　*/
.productsHeader tr td {
	vertical-align: bottom;
}


/*　製品名　アイコン　全体右フロート　*/
.productsHeader ul {
	float: right;
}


/*　製品名　アイコン　個別左フロート　*/
.productsHeader ul li {
	float: left;
	margin-left: 4px;
}


/*　製品名　アイコン　ロールオーバー　*/
.productsHeader  a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}


/*　サブナビ　*/
.subNavi {
	overflow: hidden;
}


/*　サブナビ　全体右フロート　*/
.subNavi ul {
	float: right;
	border-right: 1px solid #617DA8;
}


/*　サブナビ　アイコン　個別左フロート　*/
.subNavi ul li {
	float: left;
	border-left: 1px solid #617DA8;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 100%;
}


.info{
	border: 1px solid #A5B5CD;
}

.infoHeader{
	background-image: url(../../img/info_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1E4682;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.infoBottom{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.info ul li {
	background-image: url(../../../img/listImage_1.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}




/*===========　製品ブロック(修正4/24)　==========*/
div#productList{
	width:100%;
}
div#productList div.section{
	width:100%;
	margin-bottom:20px;
}
div#productList div.group{
	width:100%;
	padding-bottom:15px;
	overflow: hidden;
}
div.productBlock{
	width: 150px;
	margin-right: 10px;
	float: left;
}
div#productList div.productBlock p{
	margin:0;
	padding: 5px 0 0 0;
	line-height:120%;
}
