@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: auto;
	zoom: 1;
	border: 1px solid #09F;
}
body {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 950px;
	height: 149px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 950px;
	overflow: hidden;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

#main_l,#main_m,#main_r {
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}

#content_img {
	float: right;
	width: 35%;
	overflow: 1;
}

#content_img img {
	max-width: 235px;









    width: expression(this.width > 235 ? "235px" : true);
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: thin solid #FFF;
	margin-top: 15px;
}

#main_l {
	float: left;
	width: 220px;
	background-color: #09F;
	margin-top: 0px;
}
#main_m {
	float: left;
	width: 22px;
	background-color: #09C;
	margin-top: 0px;
}
#main_r {
	float: right;
	width: 710px;
	margin-top: 0px;
}
#content_text {
	float: left;
	width: 63%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
}
#content_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}








#email_01 {
	float: left;
	width: 220px;
	height: 34px;
}
#nav {
	float: right;
	height: 32px;
	width: 730px;
}


#top {
	height: 112px;
	width: 100%;
	margin-top: 0px;
}
#top_l {
	width: 220px;
	height: 112px;
	float: left;
}

#top_m {
	height: 112px;
	width: 434px;
	float: left;
	background-color: #39C;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
#header_nav {
	height: 37px;
	width: 100%;
	margin-top: 0px;
}


#top_m_t {
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#top_r_img {
	width: 294px;
	height: 108px;
	margin-top: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
#top_l img {
	margin-top: 0px;
	margin-left: 0px;
}

#top_r_img img {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	height: 104px;
	width: 144px;
}


#top_m_m {
	background-color: #FFF;
	height: 2px;
	width: 100%;
}
#top_m_d {
	margin-left: 10px;
	margin-top: 3px;
}



#top_r {
	height: 112px;
	width: 296px;
	float: left;
	background-color: #39C;
}
#nav #nav_l {
	background-color: #09C;
	height: 35px;
	width: 22px;
	margin-top: 2px;
	float: left;
}

#nav_2 {
	width: 708px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	float: left;
}

#menu {
	width: 708px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: right;
	background-color: #09C;
}

#gline {
	width: 708px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 5px;
	float: right;
	background-color: #00F;
}

#pgline {
	width: 708px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 5px;
	float: right;
	background-color: #00F;
}

#menu ul {
	float: left;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#email_02 {
	height: 146px;
	width: 220px;
	margin-top: 0px;
	float: left;
}

#menu ul li {
	list-style-type: none;
	float: left;
	width: 118px;
	height: 30px;
	color: #09C;
	background-color: #FFF;
	margin-left: 0px;
	border-radius: 8px 8px 0px 0px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	height: 30px;
	width: 118px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #09C;
	border-radius: 8px 8px 0px 0px;
}


#menu li a:hover{
	color: #F00;
	background-color: #03F;

}

#menu li.now a {
	color: #F00;
	background-color: #03F;
	display: block;
	text-decoration: none;
	height: 30px;
	width: 118px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px 8px 0px 0px;
}

#menu li.now {
	color: #F00;
	background-color: #03F;
	display: block;
	text-decoration: none;
	height: 30px;
	width: 118px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px 8px 0px 0px;
}

#menu ul li ul li {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 30px;
	color: #FFF;
	background-color: #09C;
	margin-left: 0px;
	border-radius: 0;
	margin-top: 0px;
	border: thin solid #06F;
}

#menu ul li ul li a {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 30px;
	color: #FFF;
	background-color: #09C;
	margin-left: 0px;
}

#menu ul li ul li a:hover {
	color: #F00;
	border-radius: 0;
}


#menu ul li.now ul li {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 30px;
	color: #FFF;
	background-color: #09C;
	margin-left: 0px;
	border-radius: 0;
	margin-top: 0px;
	border: thin solid #06F;
}

#menu ul li.now ul li a {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 30px;
	color: #FFF;
	background-color: #09C;
	margin-left: 0px;
}

#menu ul li.now ul li a:hover {
	color: #F00;
	border-radius: 0;
	background-color: #03F;
}


#production {
	height: 30px;
	width: 220px;
	margin-top: 0px;
	text-align: center;
	line-height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}


#production_list {
	width: 220px;
	float: right;
	margin-top: 5px;

}


#production_list ul {
	margin-top: 0px;
	float: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;

}





#production_list ul li {
	list-style-type: none;
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#production_list ul li a {
	display: block;
	color: #FFF;
	background-color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}


#production_list li a:hover{
	color: #F00;

}


#production_list ul li.p_now {
	list-style-type: none;
	width: 220px;
	float: left;
	background-color: #09C;
}

#production_list ul li.p_now a {
	display: block;
	color: #C30;
	background-color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 500;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 8px 0px 0px 8px;
}


#production_list li.p_now a:hover{
	color: #F00;
	background-color: #09C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


#dir {
	float: right;
	height: 30px;
	width: 680px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
	margin-right: 20px;
	font-size: 12px;
}
#main_title {
	float: right;
	height: 30px;
	width: 700px;
	margin-top: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #F36;
}
#content {
	float: right;
	width: 700px;
	margin-top: 10px;
	overflow: auto;
}

#booter {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	background-color: #09F;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06F;
}


#main_booter {
	margin: 10px;
	float: right;
	height: 30px;
	width: 700px;
	line-height: 30px;
}
#product_title {
	float: right;
	height: 30px;
	width: 700px;
	margin-top: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #F36;
}

#product_content {
	float: right;
	height: 480px;
	width: 700px;
}
#img1 {
	float: left;
	height: 220px;
	width: 310px;
	margin-left: 40px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#img1 img,#img2 img,#img3 img,#img4 img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#img2 {
	float: left;
	height: 220px;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#product_pnation {
	width: 690px;
	float: right;
	height: 24px;
	margin-top: 5px;
	background-color: #bccfef;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#img3 {
	float: left;
	height: 220px;
	width: 310px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 0px;
}
#img4 {
	float: left;
	height: 220px;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#product_content img {
	height: 220px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_text img {
	max-width: 430px;



    width: expression(this.width > 430 ? "430px" : true);
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #999;
	margin-bottom: 5px;
}
#content_text #content_4img {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 410px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_text #content_4img img {
	padding: 0px;
	float: left;
	height: 150px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#content_text #content_2img {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 420px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_text #content_2img img {
	padding: 0px;
	float: left;
	height: 310px;
	width: 205px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
}

#nav #menu ul li ul {
	display: none;
}
#nav #menu ul li:hover ul {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
}

#product_pnation #pagebar #pb {
	float: left;
	height: 17px;
	width: 20px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
#product_pnation #pagebar #pb a {
	text-decoration: none;
}


#product_pnation #pagebar {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 240px;
}
