@charset "utf-8";

/* -----------------------------------------------------------------------------
** index.html css style
----------------------------------------------------------------------------- */

/* #contentsArea index */
#contentsArea .top_text {
	width: 930px;
	height: 27px;
	background: url(../image/toptext_bg.jpg) no-repeat;
	padding: 8px 0 0 20px;
	}
	
#contentsArea .top_text a {
	color: #79ABE1;
	text-decoration: underline;
	}
	
#contentsArea .index_main {
	margin-top: 20px;
	}
	
#contentsArea .index_main .left {
	width: 368px;
	float: left;
	}
	
#contentsArea .index_main .right {
	width: 562px;
	float: right;
	}
	
#contentsArea .index_main .right .topics {
	width: 562px;
	overflow: hidden;
	}
	
#contentsArea .index_main .right .topics ul {
	width: 600px;
	}
	
#contentsArea .index_main .right .topics li {
	float: left;
	width: auto;
	margin-right: 17px;
	}

/* newsindex */
.newsindex {
	width: 562px;
	overflow: hidden;
	padding-top: 15px;
	}

.newsindex .inner {
	width: 600px;
	}
	
/* newslist */
.newslist {
	float: left;
	width: 170px;
	margin-right: 26px;
	overflow: hidden;
	}
	
.newslist h2 a {
	display: block;
	}

.newslist ul li {
	clear: left;
	margin-top: 9px;
	min-height: 43px;
	line-height: 130%;
	}

* html .newslist ul li {
	height: 41px;
	}
	
.newslist ul li img {
	width: 63px;
	height: 41px;
	float: left;
	display: block;
	margin-right: 5px;
	border: #ffffff 1px solid;
}

.newslist ul li strong {
	display: block;
}
	
/* blue */
html .forusnews ul li a strong { color: #78a4cf; }
html .forusnews ul li a:hover strong { color: #78a4cf; text-decoration: underline; }
	
/* green */
html .shopnews ul li a strong { color: #63bc92; }
html .shopnews ul li a:hover strong { color: #63bc92; text-decoration: underline; }
	
/* pink */
html .rusful ul li a strong {	color: #ff6699;	}
html .rusful ul li a:hover strong { color: #ff6699; text-decoration: underline; }

/* large image */
.newslist ul li.large {}
.newslist ul li.large a img {
	width: 168px;
	height: 108px;
	border: #ffffff 1px solid;
	margin-bottom: 5px;
	}
	

