@charset "UTF-8";

/*======================================
	取扱商品
=======================================*/

#sec1 {
	background: url(../img/products/products_01.jpg) no-repeat top left;
	height: 600px;
	position: relative;
	padding-top: 210px;
}

#products_box {
	background-color: #fff;
	width: 600px;
	height: 180px;
	margin: 0 auto;
}




/* 概要 */
#page_outline {
	background-color: #fff;
	width: 740px;
	margin: 0 auto 2em;
	padding: 0.5em 0 1em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 40px;
}
#page_outline p {
	margin-bottom: 1em;
	padding: 0.5em 0 0;
}





#products_box {
	position: relative;
	font-size: 90%;
}
#products_box #ul1 {
	position: absolute;
	top: 30px;
	left: 20px;
}
#products_box #ul2 {
	position: absolute;
	top: 30px;
	left: 330px;
}
#products_box li {
	margin-bottom: 0.3em;
	background: url(../img/products/mk.png) no-repeat scroll 0 3px;
	padding-left: 20px;
}
