/* CSS Document */


body {
 	color: #333;
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	text-align: center; 
}
.container{
width: 1000px;
	margin:0 auto 0 auto; 
	text-align:center; 
	padding:0; 
	overflow:hidden; 
	background:#FFFFFF;
}
.container a{
text-decoration: none;
color: #33a;
}
.container a:hover{
text-decoration: none;
color: #33F;
font-weight: bold;
}
.hmenu{
margin-top:20px;
height:50px;
background-image: URL(../images/menu_back.jpg); 
}
.hmenu ul li {
list-style: none;

	float: left;
	text-align: center;
	list-style: none;
	color: #fff;
	text-decoration: none;
}

.hmenu ul li a
{
	width: 125px;

		float: left;
	text-align: center;
	list-style: none;
	padding: 17px 0 17px 0;
	color: #fff;
	text-decoration: none;

}
.hmenu ul li a:hover,
.hmenu_bar ul li .me a
{
	width: 125px;

		float: left;
	text-align: center;
	list-style: none;
	padding: 17px 0 17px 0;
	color: #000;
	text-decoration: none;
}
.title_line{
margin-top: 14px;
text-align: left;
font-size: 20px;
border-bottom: solid 1px #999999;
}
.main{
	margin-top: 20px;
	background: url(../images/grad1.jpg) center bottom no-repeat;
	min-height: 250px;
	font-size:10px;
	padding:10px;
	text-align: center;
}
.sub{
background: url(../images/grad1.jpg) center bottom no-repeat;
background-position: 0px 0px;
min-height: 250px;
	height:auto !important;
	height:250px;
font-size: 11px;
margin-top:10px;
padding-bottom:20px;
clear:both;
}
.left{
width: 300px;
float:left;
padding:10px;
}
.center{
width:400px;
float:left;
min-height: 184px;
height: 240px;
padding:10px 30px 10px 10px;


}
.right{


padding:20px 0 10px 20;
margin-left: 10px;
text-align: center;
}
.right form{
text-align: center;
}

.footer{
clear:both;
float: none;
margin-top: 20px;
}
.navi{
font-size: 10px;
border-bottom: solid 1px #777;}
.navi a {text-decoration:none; color: #333;}
.navi a:hover {color: #33f; font-weight: bold;}

.copyrights{
font-size: 8px;
color: #666;
}
.sub thead{
background-color: #ccc;
}
.sub table {
	border-collapse:separate;
	border-spacing:0;

	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	margin-bottom: 30px;
}
.sub thead th {
	background-image: url(../../../image_product/common/bg_blaster.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	letter-spacing: 1em;
}
.sub tbody th {
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
}
.sub td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
}
