#main_v {
	padding: 0 18px;
}

/* content css for index */
#online_shop {
	width: 349px;
	margin: 0 0 15px 25px;
	padding: 0;
	
	float: left;
}
*html #online_shop {
	margin: 0 0 15px 13px;
}
#online_shop h2 {
	text-indent: -9999px;
	background: url(../images/index/h2_online.gif) no-repeat;
}
#online_shop li {
	margin: 5px 0;
}

#right_cont {
	width: 579px;
	margin: 0 28px 0 0;
	padding: 0;
	
	float: right;
}
*html #right_cont {
	margin:0 14px 0 0;
}
#what_new {
	width: 347px;
	margin: 0;
	padding: 0;
	
	float:left;
}
#what_new h2 {
	text-indent: -9999px;
	background: url(../images/index/h2_what.gif) no-repeat;
}
#what_new ul {
	margin-top: 5px;
	height: 160px;
	overflow: auto;
}
#what_new li {
	padding: 5px 0 5px 1.2em;
	background: url(../images/index/arrow1.gif)  0 8px no-repeat;
	border-bottom: 1px dashed #999;
}
#special {
	width: 200px;
	margin-top: 11px;
	float: right;
}
