@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/* side-munu設定 */
#side-menu {
	width: 41px;
	height: 394px;
	float: left;
}

#side-menu #menu {
	width: 41px;
	height: 394px;
}

#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-menu.gif);width: 41px;height: 133px;background-position: 0px 0px;}
#side-menu #menu li#menu02 a {background-image: url(img/side-menu.gif);width: 41px;height: 129px;background-position: 0px -133px;}
#side-menu #menu li#menu03 a {background-image: url(img/side-menu.gif);width: 41px;height: 132px;background-position: 0px -262px;}

#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:after {
	content: "　";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#contents #header {
	height: 275px;
	width: 850px;
	background-image: url(img/contents-header.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;
}

#details2 {
	height: 33px;
	width: 554px;
	background-image: url(../common/product03.gif);
}
.details2 a {
	background-image: url(img/detail2.gif);
	height: 21px;
	width: 148px;
}
#details2 li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 385px;
}
#details2 li.details2 a:hover {
	background-position: 0px -30px;
}
#details2 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;
}
#contents #header {
	height: 275px;
	width: 850px;
	background-image: url(img/contents-header.jpg);
	background-repeat: no-repeat;
}
#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;
}



/* タイトル設定 */
p.title { line-height: 200%; }