@charset "EUC-JP";

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	border:none;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック", sans-serif;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

html{
	color:#CCCCCC;
	background-color:#000000;
	background-image:url(http://www.rusica.net/image/13th_style/footer_bg.gif);
	background-repeat:no-repeat;
}

body{
	width:100%;
	color:#CCCCCC;
	background-color:#000000;
	font-size:100%;
}

/* IE7用 */
*:first-child+html body{
	background-image:url(http://www.rusica.net/image/13th_style/footer_bg.gif);
	background-repeat:no-repeat;
}

a img{
	border:none;
}

/*-------------------------------------------------------
	ヘッダ
-------------------------------------------------------*/
/* 検索ボックス */
form#SEARCH_FORM{
	width:254px;
	height:400px;
	position:absolute;
	top:50px;
	left:25px;
	color:#F0F0F0;
	background-color:#000000;
	background-image:url(http://www.rusica.net/image/13th_style/bg.jpg);
	background-repeat:no-repeat;
	line-height:1.0;
}

form#SEARCH_FORM ul{
	margin-top:370px;
	margin-right:10px;
	margin-left:50px;
	padding:0;
	list-style-type:none;
}

form#SEARCH_FORM ul li{
	margin:0;
}

form#SEARCH_FORM input{
	border:inset 1px #cccccc;
	font-size:12px;
}

form#SEARCH_FORM button#SUBMIT_BUTTON{
	border-left:none;
	background-color:transparent;
	height:27px;
	overflow:hidden;
	vertical-align:bottom;
}
/*-------------------------------------------------------
	コンテンツ
-------------------------------------------------------*/

/* 見出し */
h1{
	margin-top:120px;
	margin-right:20px;
	margin-bottom:0.2em;
	margin-left:320px;
	padding:3px 0px 0px 40px;
	color:#CCCCCC;
	background-color:inherit;
	background-image:url(http://www.rusica.net/image/13th_style/heading_bg.gif);
	background-repeat:no-repeat;
	font-size:1.7em;
}

h1:first-letter{
	color:#50ABAB;
	background-color:inherit;
	font-weight:bold;
	font-size:2em;
}

h2,h3,h4,h5,h6{
	margin:1em 30px 0.5em 325px;
}

h2 a{
	color:#50ABAB;
	background-color:inherit;
	font-weight:bold;
}

h2{
	margin-top:1.8em;
	color:#50ABAB;
	background-color:inherit;
	font-weight:bold;
	font-size:150%;
}

p.category + h2{
	margin-top:0;
}

h2 a:hover, h3 a:hover{
	color:#B6C149;
	background-color:#000000;
}

h3 a{
	color:#CCCCCC;
	background-color:#000000;
	font-weight:bold;
}

h3{
	margin-top:1.5em;
	padding-left:3px;
	border-left:double 1.5em #999999;
	font-weight:bold;
	font-size:120%;
}

h4{
	margin-top:1.1em;
	color:#CCCCCC;
	background-color:#000000;
	font-weight:bold;
	font-size:110%;
	letter-spacing:2px;
}

/* 段落 */
p{
	margin-right:30px;
	margin-bottom:1em;
	margin-left:327px;
	line-height:1.5;
	text-align:justify;
}

/* 投稿日時 */
p.date{
	border-top:double 3px #666666;
	text-align:right;
	font-size:90%;
}

/* カテゴリー表示*/
p.category{
	margin-top:0;
	text-align:right;
}

/* リスト */
ul,ol,dl{
	margin-right:40px;
	margin-bottom:1.5em;
}

dl{
	margin-left:332px;
}

ul,ol{
	margin-left:352px;
}

li{
	margin-bottom:0.2em;
}


dt{
	margin-top:1.2em;
	margin-bottom:0.2em;
	padding:3px 3px 3px 5px;
	border-bottom:solid 1px #666666;
	border-left:double 3px #666666;
	color:#CCCCCC;
	background-color:#000000;
}

dd{
	margin-bottom:0.6em;
	margin-left:0.8em;
	text-align:justify;
}

dd ul{
	margin:0;
	padding-left:20px;
}

/* 表 */
table{
	margin-right:40px;
	margin-bottom:1em;
	margin-left:352px;
	border-collapse:collapse;
}

td,th{
	padding:0.2em 0.8em;
	
	text-align:center;
}

th{
	border-top:solid 1px #aac8c3;
	border-right:solid 3px #aac8c3;
	border-bottom:solid 1px #aac8c3;
	border-left:solid 1px #aac8c3;
	color:#CCCCCC;
	background-color:#000000;
	font-weight:bold;
	text-align:center;
}

td{
	border:solid 1px #aac8c3;
	color:#CCCCCC;
	background-color:#000000;
}

/* 引用 */
blockquote{
	margin-right:40px;
	margin-bottom:1em;
	margin-left:332px;
	padding-top:20px;
	border:solid 1px #003366;
	color:#CCCCCC;
	background-color:#333333;
	background-image:url(http://www.rusica.net/image/10th_style/quotation.gif);
	background-repeat:no-repeat;
}

blockquote p,
blockquote ul,
blockquote ol,
blockquote dl{
	margin-right:1.8em;
	margin-left:1.5em;
}

pre{
	margin-right:40px;
	margin-bottom:1em;
	margin-left:332px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:5px;
	border:solid 1px #E75E34;
	color:#CCCCCC;
	background-color:#333333;
	background-image:url(http://www.rusica.net/image/10th_style/example.gif);
	background-repeat:no-repeat;
}

blockquote pre{
	margin-left:1em;
	margin-bottom:1em;
	padding:0;
	border-style:none;
	color:inherit;
	background-color:transparent;
	background-image:none;
}

/* 引用元表示 */
dl.cite{
	margin:0px 40px 1.5em 332px;
	border-right:solid 1px #003399;
	border-left:solid 1px #003399;
	border-bottom:solid 1px #003399;
	color:#CCCCCC;
	background-color:#333333;
}
dl.cite dt{
	margin-top:0;
	margin-bottom:0;
	padding-right:5px;
	padding-bottom:0;
	border-top:dashed 1px #003399;
	border-bottom:none;
	border-left:none;
	color:inherit;
	background-color:#333333;
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
}
dl.cite dd{
	margin:0;
	padding:0 5px 5px 5px;
	font-size:0.9em;
	text-align:right;
}

cite:before{
	content:"\300C";
}
cite:after{
	content:"\300D";
}

code{
	font-family:monospace;
}

/* アンカー */
a{
	color:#BBCCDD;
	background-color:transparent;
}

a:hover{
	color:#B6C149;
	background-color:transparent;
}

/* 強調 */
em,strong{
	font-weight:bold;
}

strong{
	color:#D76562;
	background-color:#000000;
}

/* 挿入・削除 */
ins{
	border-bottom:dashed 1px #666666;
	text-decoration:none;
}

del{
	text-decoration:line-through;
}

/*-------------------------------------------------------
	ナビゲーション 
-------------------------------------------------------*/

/* 見出し */
h2#NAVIGATION_HEADING{
	display:none;
}

h3#MAIN_NAVI_TITLE,h3#SUB_NAVI_TITLE{
	display:none;
}

/* メイン */
ul#NAVIGATION{
	margin:0;
	position:absolute;
	top:50px;
	left:300px;
	width:400px;
}

ul#NAVIGATION li{
	margin:0;
	height:48px;
	display:block;
	position:absolute;
	overflow:hidden;
	list-style-type:none;
}

ul#NAVIGATION li a{
	padding-top:24px;
	padding-left:5px;
	display:block;
	height:48px;
	background-repeat:no-repeat;
	background-position:0px -48px;
	line-height:10px;
	font-size:10px;
}

ul#NAVIGATION li a:link,ul#NAVIGATION li a:visited,
ul#NAVIGATION li a:active{
	color:#000000;
	background-color:#CCCCCC;
	text-decoration:none;
}

ul#NAVIGATION li a:hover{
	color:#000000;
	background-color:#B6C149;
	background-position:0px 0px;
}

#TOP{
	top:0px;
	left:0px;
	width:48px;
}

#TOP a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_top.gif);
}

#INFO{
	top:0px;
	left:58px;
	width:52px;
}

#INFO a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_info.gif);
}

#NEWS{
	top:0px;
	left:120px;
	width:64px;
}

#NEWS a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_news.gif);
}

#NOTE{
	top:0px;
	left:194px;
	width:61px;
}

#NOTE a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_note.gif);
}

#REVIEW{
	top:0px;
	left:265px;
	width:79px;
}

#REVIEW a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_review.gif);
}

#LINKS{
	top:0px;
	left:354px;
	width:64px;
}

#LINKS a{
	background-image:url(http://www.rusica.net/image/13th_style/navi_link.gif);
}

/* サブ */
dl#SUB_NAVI{
	margin:0;
	position:absolute;
	top:450px;
	left:45px;
	width:170px;
}

dl#SUB_NAVI dt{
	margin-top:2em;
	margin-bottom:0.3em;
	margin-left:20px;
	padding-left:17px;
	border:none;
	color:#CCCCCC;
	background-color:#000000;
	background-image:url(http://www.rusica.net/image/13th_style/dt_bg.gif);
	background-repeat:no-repeat;
	background-position:0 42%;
	font-weight:bold;
	font-size:1.2em;
}

dl#SUB_NAVI dt:first-letter{
	color:#50ABAB;
	background-color:#000000;
}

dl#SUB_NAVI dd{
	margin-bottom:0.3em;
	padding-left:30px;
}

/*-------------------------------------------------------
	フッタ
-------------------------------------------------------*/

p#COPYRIGHT{
	margin-top:2em;
	margin-bottom:2em;
}
