/* index

	home.css

	- navigations	

----------------------------------------------- */


/* navigations
----------------------------------------------- */
body#vp #navigation ul li a#home {
	display: block;
	margin: 0;
	padding: 0;
	width: 78px;
	height: 37px;
	background: url(../../shared/img/navi.gif) no-repeat 0px -37px;
	text-indent: -9999px;
}

/* top-infomation
----------------------------------------------- */
.top-information-box-wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 1000px;
}

.top-information-box {
	width: 964px;
	padding: 15px;
	border: 3px solid #eee;
	background: #f5f5f5;	
}