@charset "utf-8";
/* CSS Document */

/*main*/


a:link {
	color:#3A3A3A;
	text-decoration: none;
	font-weight:600;
    font-size:12px;
}
a:visited {
	text-decoration: none;
	font-weight:600;
    font-size:12px;
	color:#3A3A3A;
}
a:hover {
	text-decoration: underline;
	font-weight:600;
    font-size:12px;
	color:#3A3A3A;
}
a:active {
	text-decoration: underline;
	font-weight:600;
    font-size:12px;
	color:#3A3A3A;
}


#container #main h1{
	margin-bottom:15px;
}

#container div#koumoku_left {
	width:341px;
	float:left;
	margin-top:25px;
	padding-left:40px;
	padding-bottom: 60px;
}

#container div#koumoku_left ul{
	margin-bottom:20px;
}
#container div#koumoku_left ul li{
    margin-left:10px;
	background:url(../img/menu_vector_gray.gif) no-repeat 0;
	font-weight:600;
	padding-left:16px;
    font-size:12px;
	margin-bottom:15px;
}

#container div#koumoku_left a:hover img {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}

*html body #container #main #koumoku_left h1#shouhin_title{
	margin-bottom:-5px;
}

#container #main #shouhin h1#koumoku_left_title{
	display:block;
	width:173px;
	height:22px;
	background:url(../img/shouhin_title.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:12px;
}
#container #main div#koumoku_left ul li.over {
    background:url(../img/date_line_over.gif) no-repeat;
}


#container div#koumoku_right {
	width:341px;
	float:right;
	margin-top:25px;
	padding-right:40px;
	padding-bottom: 35px;
}

#container #main div#koumoku_right ul.link_left {
    width:142px;
	float:left;
	padding-left:20px;
}

#container #main div#koumoku_right ul.link_left li{
    margin-bottom:15px;
}

#container #main div#koumoku_right ul.link_right {
    width:142px;
	float:right;
	padding-right:20px;
}

#container #main div#koumoku_right ul.link_right li{
    margin-bottom:15px;
}
	
#container #main a:hover img {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}
	
