@charset "utf-8";
/* Home */
#header {
	float: none;
	width: 310px;
	height: 35px;
	margin: 68px auto 0 auto;
}
#header h1 a{
	display: block;
	width: 310px;
	height: 35px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/mk_logo_home.png) no-repeat;
	behavior: url(/js/iepngfix.htc);
}
#main {
	margin: 20px 0;
}
#home {
	width: 900px;
	background-color: #DBCFC8;
}
#home_left {
	float: left;
	width: 450px;
	height: 500px;
	text-align: left;
}
#home_left h2{
	display: none;
}
#home_right {
	float: right;
	width: 425px;
	margin: 10px 0;
	text-align: left;
}
#home_right h3{
	display: block;
	width: 170px;
	height: 27px;
	margin: 2px 0;
	text-indent: -9999px;
}
.update {
	background: url(../images/home_update.png) no-repeat;
}
.brandnew {
	background: url(../images/home_brandnew.png) no-repeat;
}
.shop {
	clear: left;
	background: url(../images/home_shop.png) no-repeat;
}
#home_banner_mk {
	float: left;
	background: url("../images/home_banner_mk.jpg") no-repeat;
}
#home_banner_masaki {
	float: left;
	background: url("../images/home_banner_masaki.jpg") no-repeat;
}
#home_banner_mk a{
	display: block;
	width: 200px;
	height: 125px;
	background: url("../images/home_banner_mk.jpg") no-repeat;
	text-indent: -9999px;
}
#home_banner_mk a:hover{
	background-position: 0px -125px;
}
#home_banner_masaki a{
	display: block;
	width: 200px;
	height: 125px;
	background: url("../images/home_banner_masaki.jpg") no-repeat;
	text-indent: -9999px;
}
#home_banner_masaki a:hover{
	background-position: 0px -125px;
}
#home_right h4{
	margin: 2px 4px;
	font-weight: bold;
	font-size: 1.1em;
}
#home_right ul{
	display: block;
	margin-right: 25px;
}
#home_right li{
	list-style: none;
}
