/* -----------------------------------------------------------------------*/
/* "products.css" */
/* -----------------------------------------------------------------------*/
@charset 'UTF-8';

/*===================================================

目次

1:左・サイドナビ
2:TOPコンテンツ

=====================================================*/

#products_all {
	width:980px;
	height:auto;
	text-align:center;
	background:url(../products/img/bk_pro.jpg) repeat-y;
	margin:0px auto;
	padding:0px 0px 50px 0px;
}


/***********************************/
/* 1:左・サイドナビ                */
/***********************************/
#side_navi {
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	margin:0px auto;
	padding:0px;
}

#side_navi li{
	background: url(../products/img/bk_list.gif) no-repeat bottom left;
}

#side_navi .widget_recent_entries h2{
	width: 200px;
	height: 32px;
	text-indent: -9999px;
	background: url(../products/img/tit_news.jpg) no-repeat top left;
}

#side_navi .widget_categories h2{
	width: 200px;
	height: 32px;
	text-indent: -9999px;
	background: url(../products/img/tit_category.jpg) no-repeat top left;
}

#side_navi .widget_jal_widget h2{
	width: 200px;
	height: 32px;
	text-indent: -9999px;
	background: url(../products/img/tit_archive.jpg) no-repeat top left;
}

#side_navi ul{
	padding: 10px;
}

#side_navi ul li{
	list-style:disc inside;
	background:none;
}

#side_navi ul li a{
	height: 40px;
	line-height: 1.6;
}

/***********************************/
/* 2:右・詳細　　 　　             */
/***********************************/

#products_box {
	width:730px;
	height:auto;
	float:right;
	text-align:left;
	background:url(../products/img/bk_pro_right.jpg) top no-repeat #fff;
	margin:0px auto 50px auto;
	padding:40px 25px 0px 25px;
}

#products h4{
	width:710px;
	height:41px;
	font-weight:bold;
	line-height:30px;
	margin:20px 0 10px 0;
	padding-left:20px;
	background:url(../products/img/bk_h4.jpg) top no-repeat #fff;
}

#products h4 span{
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-right: 10px;
}

#products_box p{
	margin:0 0 10px 0;
}

#products_box ul{
	margin-right:-20px;
	overflow: hidden;
}

#products_box ul li{
	float:left;
	margin:0 20px 0 0;
}
