html {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	text-align: justify;
	direction: ltr;
}
h1, h2, h3 {
	text-align: center;
	color: #4169E1;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
    font-size: 13px;
}
ul {
	list-style: circle outside;
	color: #488AFF;
}
.list {
	list-style-type: square;
	display: inline;
}
p {
	line-height: 18px;
	text-align: justify;
	color: #000;
}
#main {
	border: 1px solid #42C788;
	width: 720px;
}
#body {
/*	height: 450px; */
	text-align: center;
	font-size: 12px;
	margin: 20px 35px 20px 35px;
}
#dir {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 60px 5px 50px;
}
.dirtext {
	color: #000
}
.leftb, .rightb {
	background-color: #42C788;
    /* width:50% */
}
.leftb { width:120px }
.menu {
	font-size: 11px;
	width: auto;
	text-align: center;
	color: #46E;
	border-bottom: 1px dotted #42C788;
	border-top: 1px dotted #42C788;
	padding-top: 1px;
	letter-spacing: 2px;
	padding-bottom: 1px;
}
.productmenu {
	width: 175px;
	border-bottom: 1px solid #42C788;
	border-top: 1px solid #42C788;
	padding: 1px 0;
	letter-spacing: 2px;
}
.productsubmenu {
	text-align: left;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #42C788;
	vertical-align: top;
}
.list {
	width: 175px;
	text-align: center;
	padding: 3px 0 3px 10px;
	vertical-align: top;
}
.image {
	display: inline;
	width: auto;
	float: left;
	padding-left: 25px;
}
.text {
	display: inline;
	float: left;
	width: 70%;
}
.top {
	clear: both;
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 10px 0;
}
.line {
	width: 284px;
	height: 3px;
	border: 1px solid #42C788;
}
.box {
	width: 200px;
	border: 1px solid #FBD;
}
.boxtext {
	width: 425px;
	border: 1px solid #FBD;
}
.form {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px;
}
.notice {
	color: #C03;
	font-size: 11px;
}
.button {
	width: 100px;
	text-align: center;
	background-color: #fff;
	color: #000;
	border: 1px solid #46E;
}
.leftcs, .rightcs {
    text-align:left;
    font-size:13px;
}
.leftcs {
    width:200px;
    font-weight:900;
}
a { cursor: pointer;  text-decoration: none; }
a:link, a:visited { color: #46E; } /* #0C6 */
a:hover, a:active { color: #42C788; } /* #F93 */


