@charset "utf-8";



/* mainImage
----------------------------------------------------------------------*/
#mainImage {
	background:url(../news/img/mainimage_news.jpg) top center no-repeat;
}


#snav li a.snavColTitle:hover{
	background-image:none;
}


.newsList{
	padding-top:20px;
}
.newsList dl{
	margin-bottom:15px;
}
.newsList dl dt,
.newsList dl dd{
	float:left;
}
.newsList dl dt{
	background-color:#09F;
}
.newsList dl dt.news_e {
	background:url(../img/nicon_event.gif) right center no-repeat;
}
.newsList dl dt.news_n {
	background:url(../img/nicon_news.gif) right center no-repeat;
}
.newsList dl dt.news_p {
	background:url(../img/nicon_product.gif) right center no-repeat;
}
.newsList dl dt.news_c {
	background:url(../img/nicon_campaign.gif) right center no-repeat;
}
.newsList dl dt.news_t {
	background:url(../img/nicon_tekuteku.gif) right center no-repeat;
}
.newsList dl dt {
	margin-bottom:5px;
	padding-right:90px;
}
.newsList dl dd{
	padding-left:10px;
	width:535px;
}
.newsList dl:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.newsPager{
	text-align:center;
	margin-top:50px;
	border-top:solid 1px #ddd;
	padding-top:10px;
}

.newsDetail{
	padding-top:20px;
}
.newsDetail p.news_e,
.newsDetail p.news_n,
.newsDetail p.news_p,
.newsDetail p.news_c,
.newsDetail p.news_t{
	padding-right:90px;
	margin-bottom:20px;
	border-bottom:solid 1px #ddd;
	padding-bottom:5px;
}
.newsDetail p.news_e {
	background:url(../img/nicon_event.gif) right center no-repeat;
}
.newsDetail p.news_n {
	background:url(../img/nicon_news.gif) right center no-repeat;
}
.newsDetail p.news_p {
	background:url(../img/nicon_product.gif) right center no-repeat;
}
.newsDetail p.news_c {
	background:url(../img/nicon_campaign.gif) right center no-repeat;
}
.newsDetail p.news_t {
	background:url(../img/nicon_tekuteku.gif) right center no-repeat;
}
