@charset "utf-8";
/* ------------------------------------------------------------
 NEWS
------------------------------------------------------------ */


/*------ Products Top Title ------*/



/*------ main 760px ------*/

#main {
/*
	width: 760px;
*/
	margin: 30px auto 0 auto;
}

#main .newsLbl {
	width: 380px;
	float: left;
}

#main .newsLbl span {
	padding: 10px 15px;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
}

#main .newsDate {
	width: 380px;
	text-align: right;
	float: right;
}


/*------ Cont 700px ------*/

#newsCont {
/*
	width: 700px;
*/
	margin: 0 auto;
	clear: both;
}

#newsCont h1,
#newsCont h2 {
	padding: 40px 0 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #77A615;
	line-height: 160%;
}

#newsCont .newsImg {
	text-align: center;
}

#newsCont .newsImg img {
	border: none;
}

#newsCont h3 {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;

}

#newsCont .newsTxt {
	margin: 70px 0 0 0;
    line-height: 2;	
}

#newsCont .newsTxt p a {
    color: #0066ff;	
}

#newsCont .newsTxt p a:hover {
    color: #80b9ff;
}

#newsCont #sec2 h3, #newsCont #sec3 h3 {
	text-align: left;
	padding-bottom: 10px;
}
#newsCont dl {
	line-height: 2;
}
#newsCont dl dt {
	padding-top: 10px;
}


/*------ Pdt 700px ------*/


.newsPdt {
	margin: 40px 0 0 0;
}

.newsPdt h4 {
	padding: 0 0 4px 0;
	color: #000;
}

.newsPdt .newsPdtTbl {
	font-size: 12px;
	border-collapse: collapse;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

.newsPdt .newsPdtTbl th {
	padding: 4px 15px;
	font-size: 10px;
	font-weight: normal;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background: #F6F6F6;
}

.newsPdt .newsPdtTbl td {
	padding: 5px 15px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: middle;
}


/*------ PdtLink 700px ------*/

.newsPdtLink {
	margin: 30px 0 0 0;
}

.newsPdtLink h5 {
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
}

.newsPdtLink ul {
	list-style: none;
	overflow: hidden;
}

.newsPdtLink ul li {
	width: 134px;
	background: url(../img/pdtLinkBack.gif) right no-repeat;
	line-height: 35px;
	border-top: solid 5px #F2F2F2;
	border-right: solid 5px #F2F2F2;
	border-bottom: solid 5px #F2F2F2;
	float: left;
}

.newsPdtLink ul li.newsPdtLinkTop {
	border-left: solid 5px #F2F2F2;
}

.newsPdtLink ul li a {
	margin: 0 0 0 8px;
	color: #0066FF;
	display: block;
}

.newsPdtLink ul li a:hover {
	color: #80B9FF;
}





/* StoreLink 700px */
.newsStoreLink {
	margin: 10px 0 0 0;
}

.newsStoreLink h5 {
	font-weight: normal;
	padding: 0;
	}

.newsStoreLink ul {
	list-style: none;
	overflow: hidden;
}


.newsStoreLink ul li {
	width: auto;
	height: 35px;
	padding:0 16px 0 0;
	background: url(../img/pdtLinkBack.gif) right no-repeat;
	line-height: 35px;
	border: solid 5px #F2F2F2;
	float: left;
}


.newsStoreLink ul li a {
	margin: 0 0 0 8px;
	color: #0066FF;
	display: block;
}

.newsStoreLink ul li a:hover {
	color: #80B9FF;
}


/*------ Ftr 700px ------*/

#newsFtr {
	margin: 50px 0 0 0;
}

#newsFtr ul {
	list-style: none;
}

#newsFtr ul li {
	width: 560px;
	margin: 15px 0 0 0;
	font-size: 10px;
}

#newsFtr ul li h6 {
	font-size: 12px;
}


/*------ Caution 700px ------*/

#newsCaution {
	margin: 50px 0 0 0;
}

#newsCaution ul {
	list-style: none;
}

#newsCaution ul li {
	margin: 4px 0 0 0;
	background: url(../img/cautionList.gif) 0 5px no-repeat;
	font-size: 10px;
	margin-left: 20px;
	list-style: disc;
}


/*------ Foot 760px ------*/

#newsFoot {
/*
	width: 760px;
*/
	margin: 80px auto 0 auto;
	padding: 0 0 30px 0;
}

#newsFoot ul {
	overflow: hidden;
	list-style: none;
}

#newsFoot ul li {
	width: 253px;
	float: left
}

#newsFoot ul li.newsFootLeft {
}

#newsFoot ul li.newsFootTop {
	width: 254px;
	text-align: center;
}

#newsFoot ul li.newsFootRight {
	text-align: right;
}

#newsFoot ul li a {
	color: #666;
}

#newsFoot ul li a:hover {
	color: #0066FF;
}





