a {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#top_H {
	text-align: right;
}
.dispOn {
	display: block
}
.dispOff {
	display: none
}
.contents_wrap {
	background-color: #fff;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
.up_link {
	clear: both;
	text-align: right;
	padding-bottom: 30px;
}



.c_pack{
	/*float: left;*/
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*float: left;*/
	line-height:1.3;
	overflow:hidden;
	}
.c_pack h3{
	margin-bottom:18px;
	font-size:20px;
	font-weight: 100;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: 8px solid #c00;
	padding-left:8px;
	padding-bottom:4px;
}


.c_pack h4{
	clear:both;
	margin-bottom:10px;
	font-size:14px;
	color:#C00;
	border-bottom: dotted 1px #CC0000;
}
.c_pack p{
	line-height:1.5;
	margin-bottom:16px;
}



/* nav */
.nav {
	width:100%;
	float:left;
	margin-bottom:40px;
	margin-top:30px;
	padding-bottom:8px;
	background-image: url(../img/nav_bg.gif);
	background-repeat:repeat-x;
}

.nav ul li a{
	width:184px;
	min-height:32px;
	padding-top:15px;
	padding-bottom:10px;
	float:left;
	display:block;
	text-align:center;
	border-bottom: #adadad 3px solid;
	font-size:16px;
	color:#666;


	-moz-text-shadow:-1px -1px 1px #fff;
	-webkit-text-shadow:-1px -1px 1px #fff;
	text-shadow:-1px -1px 1px #fff;

	font-weight:bold;
}

.nav ul li a:hover{
	border-color:#C00;
	text-decoration:none;
}


.utf8{
	float:left;
	padding:20px 20px;
	width:870px;
	border:#C00 solid 5px;
	border-radius: 10px;
}

.utf8 h3{
	border:none;
	background:#C00;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.gs_ptn{
	margin-top:20px;
}

#wrap p span{
	font-weight:bold;
}

.gs_ptn .left{
	width:300px;
	text-align:center;
}

.gs_ptn .right{
	width:530px;
}

.gs_check ul{
	margin-left:20px;
}

.gs_check li{
	margin-right:30px;
	margin-bottom:6px;
	list-style-type:circle;
	list-style-position: inside;
}

.check_code{
	width:920px;
	margin-bottom:40px;
}

.data_table{
	width:100%;
}

.data_table th {
    background-color: #FFE6E6;
    padding: 5px 10px;
}
.data_table td, .data_table th {
    padding: 4px 10px;
    border-bottom: #999999 1px solid;
}
table, tr, th, td {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}



.prdct_box {
	float: left;
	width: 274px;
	border: 4px solid #eaeaea;
	text-align: center;
	padding-top: 20px;
	height: 340px;
	margin-bottom: 8px;
}
.right_margin {
	margin-right: 37px;
}
.prdct_box img {
	border: 1px solid #a5a5a5;
}
.prdct_box .title {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.prdct_box .text_box {
	font-size: 12px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 90px;
}

.c_pack .title{ font-weight:bold; margin-bottom:0em; line-height:1.5em}
