@charset "UTF-8";
/* ---------------------------------------------------------------------
TITLE    : www.denkigroove.com CSS
URL      : http://www.denkigroove.com/css/layout.css
DATE     : 2009.8
--------------------------------------------------------------------- */

/* -----------------------------------------------
FRONT
----------------------------------------------- */




body.front .headerinnerleft{
	float:left;
	width:480px;
	height:510px;
	/*height:364px;*/
	padding:0;
	margin-left:10px;	
	
}

.headerinnerleft img{
	xmargin:114px 0 0 14px;
}





body.front .headerinnerright{
	float:right;
	width:465px;
	height:510px;
	/*height:314px;*/
	margin:0;
	padding:0;
	xborder:solid 1px;
	
}

#message{
	width:308px;
	height:212px;
	background:transparent url(../images/message-from-setsudeki.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	margin:149px 0 0 65px;
}


/* -----------------------------------------------
ナビゲーション
----------------------------------------------- */
#logo{
	margin-bottom:20px;
}

#release{
	width:441px;
	padding:0;
	margin-top:179px;
}

#release ul{
	width:441px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}


#release li{
	float:left;
	height:16px;
	display:inline;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0;
	
}

#release li a{
	float:left;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;/*Firefox*/
}


li#hits,li#hits a{
	width:441px;
	background:transparent url(../images/release.gif) no-repeat 0 0;
	margin-bottom:10px;
	
}
li#hits a:hover{
	background:transparent url(../images/release.gif) no-repeat -500px 0;
}


li#clips,li#clips a{
	width:441px;
	height:19px;
	background:transparent url(../images/release.gif) no-repeat 0 -30px;
	
}
li#clips a:hover{
	background:transparent url(../images/release.gif) no-repeat -500px -30px;
}


#release-date{
	width:441px;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;/*Firefox*/
	background:transparent url(../images/release.gif) no-repeat 0 -60px;
}




