@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/* side-munu設定 */
#side-menu {
	width: 41px;
	height: 900px;
	float: left;
}

#side-menu #menu {
	width: 41px;
	height: 526px;
}

#side-menu #menu li {
	list-style-image: none;
	list-style-type: none;
}
#side-menu #menu li a {
	line-height: 25px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	display: block;
}

#side-menu #menu li#menu01 a {background-image: url(../img/side-menu5.gif);width: 41px;height: 133px;background-position: 0px 0px;}
#side-menu #menu li#menu02 a {background-image: url(../img/side-menu5.gif);width: 41px;height: 129px;background-position: 0px -133px;}
#side-menu #menu li#menu03 a {background-image: url(../img/side-menu5.gif);width: 41px;height: 132px;background-position: 0px -262px;}
#side-menu #menu li#menu04 a {background-image: url(../img/side-menu5.gif);width: 41px;height: 132px;background-position: 0px -394px;}

#side-menu #menu li#menu01 a:hover {background-position: -46px 0px;}
#side-menu #menu li#menu02 a:hover {background-position: -46px -133px;}
#side-menu #menu li#menu03 a:hover {background-position: -46px -262px;}
#side-menu #menu li#menu04 a:hover {background-position: -46px -394px;}

#side-menu #menu:after {
	content: "　";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#contents #header {
	height: 90px;
	width: 850px;
	background-image: url(img/contents-header-test2.jpg);
	background-repeat: no-repeat;
}

#contents #header2 {
	height: 3px;
	width: 850px;
	background-image: url(img/contents-header1-2.jpg);
	background-repeat: no-repeat;
}


/* 詳細設定 */
#details {
	height: 33px;
	width: 554px;
	background-image: url(../common/product02.gif);
}
.details a {
	background-image: url(img/detail.gif);
	height: 21px;
	width: 148px;
}
#details li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 385px;
}

#details li.details a:hover {
	background-position: 0px -30px;
}
#details li a {
	line-height: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	display: block;
}
#whats-new {
	width: 230px;
	margin-left: 5px;
	float: left;
}
#whats-new-iframe {
	height: 100px;
	width: 220px;
	border: 1px solid #333333;
	overflow: auto;
	padding: 10px;
}
#whats-new-iframe p.day {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	line-height: 19px;
}
#whats-new-iframe p.news {
	font-size: 12px;
	line-height: 19px;
	color: #222222;
}
