@charset "Shift_JIS";

/* Reset browser */
 * {
	list-style: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* BaSE */
body {
	color: #333;
	font-family: "Lucida Grande", Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	text-align: center;
	background: #add8e6 url(../img/r18_bg.gif) repeat-y center; 
}
* html body {
	font-size: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

/* Layout */
#page {
	width: 780px;
	_width: 782px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#navigation {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}
#contents {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	width: 175px;
	margin: 0;
	padding: 0;
}
#copyright {
	margin: 20px 10px 10px 10px;
	padding: 5px;
	font-size: 62.5%;
	text-align: center;
	border-top: 1px solid #eeeeee;
}

/* Navi */
#navigation li img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation ul {
	margin: 0 0 5px 0;
	padding: 0;
}
#navigation ul.tite {
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
}
li.etc {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 62.5%;
	text-align: center;
	background-color: #fffacd;
}

#newrelease {
	width: 130px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../image/navi/newrelease.gif) no-repeat;
}
#newrelease li span {
	display: none;
}
#newrelease li {
	float: left;
	list-style: none;
	position: relative;
}
#newrelease li, #newrelease a {
	display: block;
	width: 130px;
	height: 29px;
	margin: 0;
	padding: 0;
}
li#newrelease1, li#newrelease2 {
	width: 130px;
	hieght: 29px;
}
li#newrelease1 a:hover {
	background: url(../image/navi/newrelease.gif) -131px -0px no-repeat;
}
li#newrelease2 a:hover {
	background: url(../image/navi/newrelease.gif) -131px -29px no-repeat;
}

#labelnavi {
	width: 130px;
	height: 108px;
	margin: 0;
	padding: 0;
	background: url(../image/navi/label_navi.gif) no-repeat;
}
#labelnavi li span {
	display: none;
}
#labelnavi li {
	float:left;
	list-style:none;
	position:relative;
}
#labelnavi li, #labelnavi a {
	display: block;
	width: 130px;
	height: 18px;
	margin: 0;
	padding: 0;
}
li#labelnavi1, li#labelnavi2, li#labelnavi3, li#labelnavi4, li#labelnavi5, li#labelnavi6 {
	width: 130px;
	hieght: 18px;
}
li#labelnavi1 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -0px no-repeat;
}
li#labelnavi2 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -18px no-repeat;
}
li#labelnavi3 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -36px no-repeat;
}
li#labelnavi4 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -54px no-repeat;
}
li#labelnavi5 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -72px no-repeat;
}
li#labelnavi6 a:hover {
	background: url(../image/navi/label_navi.gif) -131px -90px no-repeat;
}
