@charset "utf-8";





/*-------- ///  製品ラインナップ   ///-----------*/


/*----------左サイド------------*/
#side {
	height: auto;
	width: 200px;
	margin-left: 20px;
	display: inline;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
#side #sideTopline {
	margin-bottom: 20px;
}


/*サイドバナー*/
#side .sideBanner {
	height: auto;
	width: 200px;
}

/*----------メイン-------------*/
#main {
	width: 550px;
	height: auto;
	float: right;
	padding-right: 20px;
}
#main h2 {
	margin: 0px 0px 10px;
	float: right;
}
#main #box00 {
	width: 542px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main #box00 p {
	line-height: 150%;
	text-align: justify;
}

#main #box00 ul {
	margin-top: 30px;
	list-style: url(none) none;
}
#main #box00 li {
	float: left;
	height: 63px;
	width: 262px;
	margin-bottom: 20px;
}
#main #box00 #lineR {
	padding-left: 18px;
}
