@charset "utf-8";
/* CSS Document */

a:link {
	color:#3A3A3A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#3A3A3A;
}
a:hover {
	text-decoration: underline;
	color:#3A3A3A;
}
a:active {
	text-decoration: underline;
	color:#3A3A3A;
}

/*main*/
#container div#shouhin {
	height:366px;
	width:173px;
	float:left;
	margin-top:25px;
	margin-left:36px;
	display:inline;
}

#container div#shouhin ul{
}

#container div#shouhin ul li{
	margin-bottom:9px;
}

#container div#shouhin ul li a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

*html body #container #main #shouhin h1#shouhin_title{
	margin-bottom:-5px;
}

#container #main #shouhin h1#shouhin_title{
	display:block;
	width:173px;
	height:22px;
	background:url(../img/shouhin_title.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:12px;
}

#container div#shinchaku {
	height:366px;
	width:536px;
	margin-top:25px;
	margin-right:36px;
	float:right;
	display:inline;
	background:url(../img/shinchaku.png) no-repeat 0 33px;
	margin-bottom:35px;
}

*html body #container #shinchaku ul {
	margin-top:26px;
}

#container div#shinchaku ul{
	margin-top:42px;
	text-indent:23px;
	line-height:34px
}


#container #main h1#shinchaku_title {
	display:block;
	width:536px;
	height:22px;
	background:url(../img/shinchaku_title.gif) no-repeat;
	text-indent:-9999px;
}

#container #main div#shinchaku ul li {
    margin-left:18px;
	background:url(../img/date_line.gif) no-repeat;
}
#container #main div#shinchaku ul li span{
	font-size:11px;
	font-weight:600;
	color:#ffffff;
	margin-right:28px;
}
#container #main div#shinchaku ul li span.red {
	font-size:11px;
	font-weight:600;
	color:#FF00FF;
	margin:0px;
}
#container #main div#shinchaku ul li.over {
    background:url(../img/date_line_over.gif) no-repeat;
}

