@charset "UTF-8";

/*------------------------------------------------------------------------------
	Com.Cafe音倉 - CSS Modules Import
	Date: 2009-11-24
------------------------------------------------------------------------------*/

#page{
	position:relative;
	padding:0 0px;
	margin:auto;
	width:750px;
	background:url(images/index_bg_01.jpg) top left no-repeat;
}
#content{
	width:750px;
	background:url(images/index_bg_02.jpg) bottom left no-repeat;
}

.catch{
	position:relative;
	top:1px;
	left:0px;
	padding:0;
	margin:0;
	height:220px;
}

#news{
	margin:0 auto 5px;
	width:470px;
	background:#fff;
}
#news dl{
	padding:10px 15px;
}
#news dt{
	color:#996600;
	font-size:105%;
	padding-top:2px;
	padding-left:12px;
	background:url(images/news_dt.gif) 0px 5px no-repeat;
}
#news dd{
	padding:0 0 10px 0;
	color:#666;
	background:url(images/news_line.gif) bottom center no-repeat;
}




#footer{
	position:relative;
	width:750px;
	clear:both;
	text-align:left;
	text-indent:0px;
	background:url(images/index_bg_foot.jpg) bottom left no-repeat;
}


#footer div{
	margin:0 18px;
	border-top:1px solid #996600;
	height:auto;
}
#footer p.copy{
	text-indent:-9999px;
	height:35px;
}