/* CSS Document */
@charset "utf-8";
#introduction {
	background:url(../img/index/introduction.gif) no-repeat;
	width:750px;
	height:185px;
	margin-top:15px;
	padding:3px;
}
#intro_inner {
	background:url(../img/index/intro_bg.jpg) no-repeat;
	width:744px;
	height:179px;
	padding:10px;
}
#products {
	background:url(../img/index/product.gif) no-repeat;
	border:1px solid #999999;
	padding:40px 10px 10px 10px;
	width:488px;
}
#update {
	background:url(../img/index/update.gif) no-repeat;
	border:1px solid #999999;
	padding:40px 10px 10px 10px;
	width:198px;
	margin-left:auto;
}
#update TABLE {
	width:100%;
}
#update TABLE TH {
	color:#333333;
	text-align:left;
	width:80px;
}
#update TABLE TD {
	border-bottom:1px dashed #999999;
}
#right_menu {
	float:right;
}
#links {
	list-style:none;
	margin:0px;
	padding:0px;
}
#blog {
	display:block;
	text-indent:-9999px;
	background:url(../img/index/blog.gif) no-repeat;
	width:220px;
	height:36px;
	margin-top:15px;
}





