@charset "utf-8";

/*	Name: Simple Red (w/b)
	URI     : http://kuruman.org/styles/simple-red/style.css
	Author  : Kuruma
	license : CC (by-nc)
	Created : 2007-03-22
	Modified: 2008-01-17
	Version : 1.1.0
*************************************************/

@import "/prx/000/http/kuruman.org/static/old_styles/init.css";
@import "/prx/000/http/kuruman.org/static/old_styles/simple-red/base.css";
@import "/prx/000/http/kuruman.org/static/old_styles/simple-red/style.css";


/*===== 色 =====*/

html ,
body /* for Black Opera */ {
	background-color: #000;
	color: #f0f0f0;
	}

a:link {	color: #55e;	}
a:visited {	color: #b7b;	}
a:hover {	color: #b95;	}
a:active {	color: #e55;	}
a:focus {	color: #5e5;	}

abbr ,
acronym {
	border-bottom-color: #999;
	}

blockquote ,
blockquote::after {
	border-color: #999;
	}

caption ,
table ,
tbody ,
td ,
tfoot ,
th ,
thead {
	border-color: #f0f0f0;
	}

del ,
del * {
	color: #999;
	}
dt {
	background-color: #333;
	color: #f0f0f0;
	}

em ,
strong {
	color: #cb0900;
	}

h1 {
	}
h1:first-letter {
	color: #cb0900;
	}

h2 ,
h3 ,
h4 ,
h5 ,
h6 {
	border-color: #cb0900;
	}

h6 {
	color: #cb0900;
	}

body > ins {
	border-color: #cb0900;
	}
ins::after {
	color: #ccc;
	}
body > ins[datetime]::before {
	color: #cb0900;
	}

kbd {
	background-color: #e0e0e0;
	color: #000;
	}

table {
	border-collapse: collapse;
	}

td ,
th {
	border-color: #f0f0f0;
	}
th {
	background-color: #333;
	color: #f0f0f0;
	}
tfoot th ,
thead th {
	background-color: #666;
	color: #f0f0f0;
	}


/* Ads */
.ads::before {
	border-top-color: #f0f0f0;
}

/* 他サイトへの参考リンク */

.links {
	border: #f0f0f0;
	}


/* サイト内検索 */
dd.search,
.navigation dd.search {
	background-image: none;
	border-bottom-color: #f0f0f0;
}


/* ソース */

.source ,
.bad-source ,
.good-source {
	background-color: #333;
	}

.source {
	border-color: #e0e0e0;
	}

.source[title]::before {
	color: #f0f0f0;
	}

.bad-source {
	border-color: #e09090;
	}

.bad-source::before {
	color: #e09090;
	}

.good-source {
	border-color: #90e0e0;
	}

.good-source::before {
	color: #e0e090;
	}


/* 文書の諸情報 */

.information {
	background-color: #f0f0f0;
	color: #000;
	}

.information a:link {	color: #00c;	}
.information a:visited {	color: #939;	}
.information a:hover {	color: #960;	}
.information a:active {	color: #c00;	}
.information a:focus {	color: #0c0;	}

.information dl dt {
	background-color: transparent;
	color: #cb0900;
	}


/* ナビゲーション */

.navigation dd,
.navigation ul li a {
	border-color: #f0f0f0;
	}

