﻿@charset "utf-8";

/*　トップページのメインイメージ部分*/
.HomeMainImageCon {
	height: 430px;
	width: 100%;
	background-image: url('../images/home/main_img_back.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.HomeMainImage {
	width: 100%;
	height: 430px;
	background-image: url('../images/home/main_img_dammy2.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-position: center 0px;
}

/* トップページの製品情報へのリンクボタン*/
.HomeMainImage h2 {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 970px;
	height: 430px;
	display: block;
}
.HomeMainImageCon2 {
	height: 340px;
	width: 100%;
	background-image: url('../images/home/main_img_back.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.HomeMainImage2 {
	width: 100%;
	height: 340px;
	background-image: url('../images/home/main_img_back03.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px auto 0px auto;
}
.HomeMainImage2 h2 {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 970px;
	height: 340px;
	display: block;
}
.mainPro_b {
	margin-top: 200px;
}
.HomeProductNavi {
	padding: 0px;
	margin: 0px auto 30px auto;
	width: 970px;
	height: 66px;
}
.HomeProductNavi li {
	width: 137px;
	height: 59px;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#HomeProductBright {
	margin: 0px;
}

/*　トップページのお知らせ部分 */
.TopicsHeader {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #8eb5de;
	padding-bottom: 5px;
	overflow: hidden;
	height: 20px;
}
.TopicsHeader h3 {
	width: 168px;
	height: 18px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.TopicsHeader a {
	margin: 0px;
	display: block;
	float: right;
	background-image: url('../images/common/arrow_blue.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
	_font-size: 82%;
}
dd {
	padding: 0px;
	margin: 0px;
}
dt {
	padding: 0px;
	margin: 0px;
}
.TopicsContainer dl {
	padding: 0px;
	margin: 0px;
}
.TopicsContainer dt {
	float: left;
}
.TopicsContainer dd {
	float: right;
	width: 530px;
}
.TopicsContainer dl {
	background-image: url('../images/common/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 85px center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-bottom: 3px;
	padding-bottom: 2px;
	margin-top: 3px;
}

/*メインコンテンツ部分トップページのみ*/
.MainContents {
	width: 632px;
	float: left;
}
/*サイドサブナビ部分トップページのみ*/
.SideSubNavi {
	width: 318px;
	float: right;
}
.mainCm_b {
	margin-top: 110px;
}
