@charset "utf-8";



* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url('images/main_bg.png');
	background-repeat: repeat-y;
	background-color: #E5FEFD;
}

input.text {
	border: solid 1px #7f9db9;
	padding: 2px;
}

a{
	color: #097D15;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	
}
a:hover {
	color: #1037B8;
	text-decoration:underline;
}

table {
	border-collapse: collapse;
}
.menu {
	height: 1000px;
	background-color: #EAFFFD;
}
.menu table {
	background-color: #FFFFFF;
}
.news_content {
	border-left: solid 1px #e0dede;
	border-right: solid 1px #e0dede;
}
.news_text {
	width: 430px;
	letter-spacing: 4px;
}
.news_photo {
	float: left;
	margin-right: 16px;
	background-image: url('images/news_image.png');
}
.news_photo img {
	margin: 6px;
}
.main_product {
	border-left: solid 15px #717171;
}
.main_demo {
	background-image: url('images/main_demo_title.png');
	background-repeat: no-repeat;
}
.main_testimonial {
	border-left: solid 1px #7f9db9;
}
.main_news {
	border-left: solid 1px #78b87f;

}
.main_signup {
	background-image: url('images/main_signup_bg.png');
	background-position: 0px 28px;
	height: 115px;
}

p {
	padding: 5px;
}
.big {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.blue {
	color: #1037b8;
}
.grey {
	color: #767575;
}
.green {
	color: #097D15;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.clear {
	display: block;
	clear: both;
}
.smallpad {
	padding: 0px 5px;
}
.pad {
	padding: 0px 10px;
}

.main_testimonial ul {
	display: block;
	clear: both;
	margin: 10px 0px;
}
.main_testimonial li {
	display: block;
	float: left;
}
.main_testimonial li.a {
	width: 30px;
	font-weight: bold;
	text-align: center;
}
.main_testimonial li.b {
	width: 70px;
	text-align: center;
}
.main_testimonial li.c {
	width: 186px;
	text-align: left;
}

.main_news div {
	clear: both;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.main_news img {
	padding-bottom: 10px;
}
.main_news span {
	display: block;
	margin-bottom: 10px;
}.product01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.product02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b1c1b;
}
.product03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5c;
	line-height: 9px;
}
.p_repeat {
	background-repeat: no-repeat;
	background-position: left;
}

a.onemore {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.onemore:hover {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img, div {
	behavior: url(iepngfix.htc)
}

a.big2:link {
	color: #5f5e5e;
	font-size:12px;
	text-decoration: none;
}
a.big2:visited {
	color: #5f5e5e;
	font-size:12px;
	text-decoration: none;
}
a.big2:hover {
	color: #097D15;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}
a.big2:active {
	color: #5f5e5e;
	font-size:12px;
	text-decoration: none;
}

span.width {
	width:340px;
	}

span.base_txt {
	font-size:11px;
	}
	
.no_repeat_up {
	background-position:center top;
	background-repeat:no-repeat;
	}
