@charset "Shift_JIS";

/*--------------------------------------------

Name: n008 Red rings
Version: 1.0
Date: 2007-08-22
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

---------------------------------------------*/

/*	　目次
-----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ヘッダー
9.メイン
10.フッター
11.indexページ
---------------------------------------------*/

/*	　1.全体
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.7; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	height: 100%;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #d50000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #ddd;
}
html {
	overflow-y: scroll;
}
body {
	color: #000; /* 全体のフォントカラー */
	background:#fff; /* 全体の背景色 */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
	text-align: center;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
---------------------------------------------*/
h2 {
	margin-bottom: 15px;
	padding-left: 33px;
	line-height: 26px;
	background: #fff url('img/h2.gif') no-repeat scroll left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 17px;
}
h3 {
	margin-bottom: 1em;
	color: #d50000;
	font-weight: bold;
	font-size: 13px;
}
h4 {
	margin-bottom: 1em;
	padding-left: 0.5em;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}
/*	　3.リンク
---------------------------------------------*/
a {
	color: #0081ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*	　4.リスト
---------------------------------------------*/ 
ul,
ol,
dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none outside;
}
ol li {
	list-style: decimal inside;
}
dt {
	padding-left: 18px;
	background: url("img/list.gif") no-repeat left center;
}
/* テキストのリスト1（縦並び・Works-Novels-Short storyで使用） */
ul.textlist1 li {
	padding-left: 18px;
	background: url("img/list.gif") no-repeat 0px 5px;
}
/* テキストのリスト2（横並び・Works-Illustrations-Category2とLinks-Category2で使用） */
ul.textlist2 li {
	margin-right:2em;
	display: inline;
}
/* イメージのリスト（横並び・Works-Illustrations-Category1とLinks-Category1で使用） */
ul.imglist {
	width: 694px;
}
ul.imglist li {
	float: left;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 7px 5px 0;
}
/* 番号付きリスト1（横並び・Works-Novels-Long storyで使用） */
ol.horizontal {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（dtの幅が長いVer・Works-Novels-Long storyで使用） */
dl.dt-long dt {
	padding-left: 18px;
	width: 12em;	
	background: url("img/list.gif") no-repeat left center;
	line-height: 1.7;
}
dl.dt-long dd {
	margin: -1.7em 0 0 12em;
	line-height: 1.7;
}
dl.dt-long dd.second {
	margin-top: 0.1em;
}
/* 定義リスト2（dtの幅が短いVer・更新履歴とAbout-About linkとメールフォームで使用） */
dl.dt-short dt {
	padding-left: 18px;
	width: 9em;
	line-height: 1.7;
	background: url("img/list.gif") no-repeat left center;
}
dl.dt-short dd {
	margin: -1.7em 0 0 9em;
	line-height: 1.7;
}
dl.dt-short dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（Links-Category3で使用） */
dl.imgtextlist1 {
	width: 100%;
}
dl.imgtextlist1 dt {
	padding: 0;
	float: left;
	width: 200px;
	background-image: none;
}
dl.imgtextlist1 dt a {
	background: none;
}
dl.imgtextlist1 dd {
	margin-left: 200px;
	padding-left: 20px;
}
/* イメージとテキストの定義リスト2（Links-Category4で使用） */
div.imgtextlist2_box {
	width: 694px;
}
	/* IE6用 */
	* html div.imgtextlist2_box {
		margin-bottom: 1.2em;
	}
dl.imgtextlist2 {
	margin-right: 10px;
	float: left;
	width: 200px;	
}
dl.imgtextlist2 dt {
	padding: 0;
	width: 200px;
	background-image: none;	
}
dl.imgtextlist2 dt a {
	background: none;
}
	/* floatクリア用（※削除不可） */
	ul.imglist:after,
	div.imgtextlist1:after,
	div.imgtextlist2_box:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	ul.imglist:after,
	div.imgtextlist1:after,
  	div.imgtextlist2_box {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/*	　5.フォーム
---------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea,
select,
input {	
	margin-bottom: 1em;
	border: none;	
	line-height: 1.2;
	color: #000;	
	background-color: #ddd;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 350px;
}
select:hover,
input:hover,
textarea:hover {
	background-color: #eee;
}
select:focus,
input:focus,
textarea:focus {
	background-color: #eee;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #000;	
	width: 70px;
	vertical-align: middle;	
	color: #fff;
	background-color: #000;	
	cursor: pointer;
}
input.button:hover{
	color: #d50000;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
---------------------------------------------*/
/* 強調 */
em {
	color: #d50000;
}
/* より強い強調 */
strong {
	border-bottom: 3px #d50000 double;
	color: #d50000;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #666;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 1.5em 0;
	padding: 6px 1em;
	border: 1px solid #ccc;
	background-color: #fff;
}
blockquote p {
	margin-bottom: 0;
}
cite,
q {
	font-style: oblique;
}
/* 整形済みテキスト */
pre {
	margin: 1.5em 0;
	padding: 0.5em 1em;
	border: 1px dotted #ccc;
	width: 70%;
	height: 100px;
	overflow: scroll;
	background-color: #fff;
	font-family: "Osaka−等幅", monospace;
}
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1em;
	font-style: normal;
}
/* テーブル */
table {
	margin-bottom: 1em;
	border-collapse: separate;
}
th,
td {
	padding: 0 0.8em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
}
th {
	color: #fff;	
	background-color: #d50000;
	text-align: center;
}
td {	
	color: #333;
	background-color: #eee;
}
td.second {
	color: #333;
	background-color: #fff;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1em;
	padding: 1em;
	color: #000;
	background: #eee;
}
/*	　7.コンテナー
---------------------------------------------*/
div#container {
	margin: 0 auto -30px;
	width: 720px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}
* html div#container {
	height: 100%;
}
/*	　8.ヘッダー
---------------------------------------------*/
div#header {
	margin-bottom: 20px;
}
/* サイト名 */
h1 {
	padding: 32px 0 20px 76px;
	line-height: 1em;
	color: #fff;
	background: #d50000 url("img/h1.gif") no-repeat 30px 24px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 28px;
}
/* メニュー */
ul#menu {
	margin: 0 0 16px;
	padding: 0 25px 0;
	height: 30px;
	line-height: 1em;
	background: #d50000 url('img/header.gif') no-repeat scroll left bottom;
	text-align: right;
}
ul#menu li {
	margin-left: 20px;
	display: inline;
	color: #fff;
}
ul#menu li a {
	line-height: 1em;	
	color: #fff;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #666;
}
ul#menu li.on a {
	color: #000;
}
ul#menu li.on a:hover {
	color: #000;
}
/* メインイメージ */
p#mainimg {
	margin: 0;
}
/*	　9.メイン
---------------------------------------------*/
div#main {
	margin-bottom: 40px;
}
div.textbox {
	padding: 0 13px 12px;
}
/* 二段組みの場合の左ボックス */
div.leftbox {
	float: left;
	width: 352px;
}
/* 二段組みの場合の右ボックス */
div.rightbox {
	float: right;
	width: 352px;
}
/* 区切り線 */
div.line {
	margin-bottom: 24px;
	background: url('img/line.gif') repeat-x;
	height: 2px;
}
div.line hr {
	display: none;
}
/*	　10.フッター
---------------------------------------------*/
ul#footer {
	margin: 0 auto;
	padding: 5px 0 0;
	clear: both;
	width: 720px;
	height: 35px;
	background: #d50000 url('img/footer.gif') no-repeat scroll left top;
	text-align: center;
}
ul#footer li {
	margin: 0 0.5em;
	display: inline;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size:94%;
}
ul#footer li a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
ul#footer li a:hover {
	color: #000;
	background: none;
	text-decoration: none;
}
/*	　11.indexページ
---------------------------------------------*/
body#index div#header {
	height: 92px;
	background: #d50000 url('img/header.gif') no-repeat scroll left bottom;
}
body#index h1 {
	background: #d50000 url("img/h1.gif") no-repeat 30px 24px;
}
body#index div#contents {
	padding: 0;
}
body#index p#enter {
	margin: 2em 0;
}