@charset "shift_jis";
/* second */

body {
	font-size: 12px;
	_font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", verdana, "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 1.5em;
}
*:first-child+html body {
	font-size: 75%;
}
/* link */
a {
	text-decoration: underline;
}
a:link {
	color: #2096EB;
}
a:visited {
	color: #2096EB;
}
a:hover {
	color: #F18E01;
}
a:active {
	color: #F18E01;
}

ul,
ul li {
	list-style-type: none;
}

/*  トップページ   */
#listSt {
	height: 155px;
	width: 487px;
	overflow: auto;
}

#listSt ul {
	position: relative;
	margin	: 0px 1px 0px;
	padding	: 0px 0px 0px;
	background: none;
	line-height: 1.2em;
}
#listSt ul li {
	padding	: 9px 0px 9px 25px;
	margin	: 0px 0px 0px 0px;
	background: #FFF url(../img/arrow01.gif) no-repeat 8px 10px;
	position: relative;
}
#listSt a {
	display: none;
}
#listSt ul li p {
	display: block;
	margin	: -1.3em 0em 0em 0em;
	padding	: 0em 0em 0em 6.2em;
	position: relative;
}
#listSt ul li p a {
	display: inline;
}

/* Stripe  */
#listSt ul li.odd {
	background: #EEEEEE url(../img/arrow01.gif) no-repeat 8px 10px;
}


/*  洗浄装置事例   */
.entryList {
	width: 270px;
	overflow: auto;
	height: 135px;
}
.entryList p {
	padding: 0px 0px 0px 5px;
	margin: 8px 0px 0px;
	background: url(../img/dotline.gif) repeat-x left bottom;
	line-height: 1.5em;
}
.entryList p a {
	padding: 0px 0px 7px 23px;
	background: url(../img/arrow04.gif) no-repeat left top;
	display: block;
}

/*  ノズル事例   */
.entryList2 {
	width: 490px;
	overflow: auto;
	height: 130px;
}
.entryList2 p {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 8px;
	background: url(../img/dotline.gif) repeat-x left bottom;
	line-height: 1.5em;
}
.entryList2 p a {
	padding: 0px 0px 7px 23px;
	background: url(../img/arrow04.gif) no-repeat left top;
	display: block;
}


