@charset "utf-8";

/***************************************************
	COSMO DARTS スタイルシート
	layout_bk.css
	BLACKページレイアウトスタイル定義
***************************************************/
body {
	color: #ffffff;
	background-color: #040000;
}
#container {	background: #131313 url(../img/temp/wrap_bg.jpg) repeat-y;}

a:link {	color: #ffffff;}
a:visited {	color: #e7e7e7;}
a:hover {	color: #ffffff;}

#header {	background: url(../img/temp/header_bg.jpg) repeat-x;}
#header h1 dfn {	color: #e6e6e5;}
#header h1 a {	background: url(../img/temp/logo.jpg) no-repeat;}
#gnavi {	background: url(../img/temp/gnavi_bg.jpg) bottom repeat-x;}
#location {	color: #e6e6e5;}
#contents {	background: url(../img/temp/contents_bg.gif) left top repeat-y;}
#contents #snavi .banner img {	border: 1px solid #010000;}
#footer .copy {	background-color: #323232;}
#footer .copy p.copyright {	background: url(../img/temp/copy.gif) center center no-repeat;}

