@charset "utf-8";

/*-----------------------------------------------------
サブページ共通のindex CSS
-----------------------------------------------------*/

/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
	width: 900px;
	margin: 115px auto 50px auto;
	padding: 35px 0 0 0;
	position: relative;
	z-index: 0;
}

/*-----------------------------------------------------
content
-----------------------------------------------------*/

#content {
	float: right;
	width: 690px;
}

#content h1 {
	padding-bottom: 20px;
}

#content h2 {
	background: url(../img/h2_blue_title.jpg) no-repeat left top;
	color: #FFF;
	width: 670px;
	height: 26px;
	font-size: 14px;
	padding: 8px 0 0 20px;
	margin-bottom: 20px;
}

/*-----------------------------------------------------
side
-----------------------------------------------------*/

#side {
	float: left;
	width: 180px;
}














#side #side_banner {
	width: 196px;
	padding: 0 0 15px 0;
}

#side #side_banner li a {
	display: block;
	width: 196px;
	height: 65px;
	margin: 0 0 3px 0;
	padding: 0;
}

#other_banner {
	width: 196px;
	padding: 0 0 15px 0;
}

#product_lineup {
	width: 196px;
}

#product_lineup ul li {
	width: 196px;
	height: 60px;
	margin: 0 0 5px 0;
	padding: 0;
}

#product_lineup h3 a {
	display: block;
	background: url(../img/bn_product.jpg) no-repeat left top;
	width: 196px;
	height: 42px;
	text-indent: -9999px;
	margin: 0 0 6px 0;
	padding: 0;
}

#product_lineup h3 a:hover {
	background: url(../img/bn_product_h.jpg) no-repeat left top;
}

