@charset "UTF-8";

/* -----------------------------------------------------------
	Yachiyo Ind Corp. Global Top CSS Document
	2012/10/22 ver.
----------------------------------------------------------- */

html{
		background:url(/imgs/top/bg_top.png) 0 109px repeat-x;
}


#NewsArea{
	position: relative;
	height: 36px;
	overflow: hidden;
	
	margin: 63px 0 0 0;
	
	background: url(/imgs/top/topnews_bg.png) repeat-x;
}

#NewsWrap{
	width: 845px;
	height: 30px;
	margin: 0 auto;
	padding-left:135px; 
	
	position: relative;
	top: 3px;
	
	background: url(/imgs/top/topnews_h.png) no-repeat;
}

#NewsBtn{
	position: absolute;
	top:6px;
	right: 8px;
}

.bx-wrapper{
	position: relative;
	top: 7px;
}

#NewsWrap ul{
}

#NewsWrap li{
	padding: 0 0 0 10px;
	background: url(/imgs/arr_red_ver2.png) no-repeat 0 5px;
}

#NewsWrap li span{
	width: 110px;
	float: left;
}

#MainImg{
	background: url(/imgs/top/topimg_shadow.png) no-repeat center bottom;
}

#MainImgInner{
		width: 980px;
		margin:12px auto 20px auto;
		
}

#TopPageContents{
	clear: both;
	width: 980px;
	margin: 0 auto;

}


#Products{
	margin-bottom: 25px;
	background: #767372;
}

#Products li{
	float: left;
}

#Banner{
	width: 981px;
	margin-bottom: 15px;
}

#Banner img{
	float: left;
	margin-right: 4px;
}

#Banner img.End{
	margin-right: 0 !important;
}

#SiteInfo{
	position: relative;
	margin-bottom: 0;
}



.Update{
	position: relative;
	width: 690px;
	float: left;
	
	padding: 0;
	background: #FFF;
	
	border:#d1d1d1 1px solid;
	border-radius: 3px;
	box-shadow: 2px 2px 3px #EEE;
}

#SideBanner{
	width: 266px;
	float: right;
}

#SideBanner img{
	margin-bottom: 0;
}

#BackNum{
	position: absolute;
	top: 10px;
	right: 15px;
}

.Notes {
	height: 105px;
	margin: 3px 0;
	overflow: auto;
}

.Notes li {
	clear: both;
	margin-left: 4px;
	padding: 5px 0 5px 25px;
	background: url(/imgs/arr_red_ver2.png) no-repeat 10px 11px;
	border-bottom: #d6d6d6 1px dotted;
	
	font-size: .9em;
}

.Notes li span{
	width: 100px;
	display: block;
	float: left;
}

.Notes li a{
	max-width: 530px;
	xdisplay: block;
	xfloat: left;
}


.GTopNewsIcon{
	position: relative;
	top:3px;
}

#ToTop{
	display: none;
}

