@charset 'utf-8';
/*
default settings
Copyright (C) 2009 Tokyo Interactive, All Rights Reserved.
*/
@import url('./base.css');		/* base settings for various web sites */
@import url('./layout.css');

body {
	color				: #444;
	background			: #222;
}

a:link {
	color				: #e31;
	text-decoration		: underline;
}

a:visited {
	color				: #a31;
	text-decoration		: underline;
}

a:hover {
	color				: #822;
	background			: #222;
	text-decoration		: underline;
}

.supplement {
	color				: #888;
}

.notice {
	color				: #c00;
}

h1 {
}

h2 {
}

h3 {
	border-bottom		: #666 1px solid;
}

h4 {
}

div.section {
}

hr {
	color				: #eee;
}

blockquote {
	margin-left			: 1em;
	border				: #ccc 1px solid;
}

pre {
	border				: #666 1px solid;
}

table {
}

tr {
}

th {
	color				: #666;
	background			: #eeeeee;
	border				: #ccc 1px solid;
}

td {
	background			: #fff;
	border				: #ccc 1px solid;
}

ul, ol {
}

li, dt {
	list-style-type		: disc;
	list-style-position	: outside;
}

li p, dt p {
}

#contents {
	background			: #fff;
}

#site_header {
	background			: #fff url(./site_header_bg.png) repeat-x bottom left;
}

#main {
	color				: #aaa;
	background			: #000;
}

#main h2,
#main h3 {
	color				: #ccc;
}

#site_header h1 {
}

#site_footer {
	color				: #666;
	background			: #000;
	border-top			: #222 1px solid;
}
