@charset "utf-8";
/* CSS Document */


body.home_bg{
	color: #3D3329;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../home/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


body.home_bg #container{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body.home_bg #container header{
	height: 200px;
	margin: 0px;
	padding: 0px;
}

body.home_bg #container .menu{
	background-image: url(../img/common_01.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 48px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}



#main_home{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sliderbox{
	background-image: url(../img/bnrwin.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 325px;
	width: 960px;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#bottom{
	margin: 0px;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* === Left Category === start */
#bottom .left{
	margin: 0px;
	float: left;
	width: 520px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}




/* = goods = end */

/* === Left Category === end */




/* = topics = start */
.topics{
	background-image: url(../home/title_topics.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 415px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.topics .item{
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	width: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBD7B9;

}

.topics .item .img{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 92px;
	text-align: center;
	vertical-align: 50%;
}



.topics .item .txt{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 288px;
}

.topics .item ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.topics .item ul li{
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.3em;
}

.dlinks{
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1.2em;
	font-size: 10px;
	height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* = topics = end */



/* = news = start */
.news{
	background-image: url(../home/news_bg.png);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	width: 520px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.news .list{
	text-indent: -9999px;
	overflow: hidden;
	padding: 0px;
	height: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 520px;
	background-image: url(../home/title_news.png);
	background-repeat: no-repeat;
}

.news .list a:link,.news .list a:visited{
	display: block;
	background-image: url(../home/news_archive.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 75px;
	float: right;
}


.news .list a:hover,.news .list a:active{
	background-image: url(../home/news_archive.png);
	background-position: left bottom;
}


.news .item{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../home/news_line.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;

}

.news .item .title{
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 3px;
}

.news .item .date{
	padding-left: 5px;
}

.news .item .txt{
	padding-left: 5px;
}

.news .item .txt ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.news .item .txt ul li{
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.3em;
}


/* = news = end */

/* === Center Category === end */



/* === Right Category === start */
#bottom .right{
	float: right;
	width: 395px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.mov{
	width: 408px;
	text-align: center;
	height: 201px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../home/mov.png);
	padding-top: 39px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}




/* = twitter API1.1 = start */
.tw_win_11 {
	width: 379px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 420px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 50px;
	padding-left: 8px;
	background-image: url(../home/tw_02.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.tw_win_11_top{
	padding: 0px;
	height: 37px;
	width: 395px;
	text-indent: -9999px;
	display: block;
	background-image: url(../home/tw_01.png);
	margin: 0px;
}
.tw_win_11_btm{
	padding: 0px;
	height: 4px;
	width: 395px;
	display: block;
	margin: 0px;
	background-image: url(../home/tw_03.png);
	background-repeat: no-repeat;
}

/* = twitter API1.1 = end */


/* === Right Category === end */



/* = bnr = start */
.bnr{
	width: 928px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
	height: 72px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.bnr ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}


.bnr ul li{
	float: left;
	padding: 0px;
	height: 72px;
	width: 227px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.bnr ul li img{
	border: 1px solid #999;
}

/* = bnr = end */
