@charset "euc-jp";

/* Imports
----------------------------------------*/
@import url("./default.css");

/* レイアウト
----------------------------------------*/
body	{
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #222;
}
#wrapper	{
	text-align: left;
	font-size: 1.15em;
}
#wrapper, x:-moz-any-link {font-size: 1.2em;} /* FF2 and older */
#wrapper, x:-moz-any-link, x:default {font-size: 1.15em;} /* FF3 reset */
#subContentsL	{
	width: 170px;
}
#subContentsL h2	{
	height: 24px;
	width: 170px;
	margin-bottom: 2px;
	background: url("../../images/subL/genremenu3ds_header.png") no-repeat;
	text-indent: -9999px;
}
#subContentsL h2.ds	{background: url("../../images/subL/genremenu_header.png") no-repeat;}

/* メニュー
----------------------------------------*/
#subContentsL ul	{
	margin-bottom: 10px;
}

#subContentsL ul li a	{
	display: block;
	padding: 4px 0 4px 25px;
	border-bottom: 1px dotted #cccccf;
	background: #ffffff url("../../images/common/list_dot.gif") no-repeat 15px 10px;
	color: #222;
	font-weight: normal;
}
#IE6only #subContentsL ul li a	{
	width: 145px;
	border-bottom: 1px solid #dddddf;
}
#subContentsL ul li a:hover	{
	background-color: #eeeeef;
	text-decoration: none;
	font-weight: bold;
}

#subContentsL ul li a img	{
	position: relative;
	top: 2px;
	left: 5px;
}

#subContentsL ul li.updateinfo,
#subContentsL ul li.reviewcount	{
	display: block;
	padding: 4px 0;
	line-height: 1.5em;
	font-size: 0.8em;
}
#subContentsL ul li.reviewcount	{
	text-align: center;
}
#subContentsL ul li.updateinfo img	{
	position: relative;
	top: 2px;
	padding: 0 2px;
}


/* リンク
----------------------------------------*/
a,
a:hover,
a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #ff418c;
}
a:hover	{
	text-decoration: underline;
}

/* 仕切り・float解除
----------------------------------------*/
hr.separator	{
	visibility: hidden;
	display: none;
	clear: both;
}
