@charset "UTF-8";

/* higurashi... - higurashi-base.css */

/* 以下 基本 */

* {
	letter-spacing: 0;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

html {
	color: #000000;
	background-color: #efefef;
}

body {
	color: #000000;
	background-color: #efefef;
	font-family: Meiryo, 'メイリオ', 'MS UI Gothic', sans-serif;
	text-align: left;
}

img { border-style: none; }

/* 以下 anchor 用 */

a         { text-decoration: none; }
a:link    { color: #4169e1; }
a:visited { color: #663333; }
a:active  { color: #ff0000; }
a:hover   { color: #ff0000; }
address   { display: none; }

/* 以下 hr 用 */

hr        { color: #000000; background-color: #000000; }
hr.cutoff { display: none; }
hr.split  { display: none; }
hr.rule   { height: 0px; }

/* 以下 top 用 */

div#top {
	color: #9699a2;
	background-color: #6b6e7a;
	text-align: left;
	padding: 2px 5px;
}

div#top h1 {
	font-size: 120%;
	font-weight: bold;
}

/* 以下 navig 用 */

div#navig {
	color: #000000;
	text-align: left;
	padding: 10px 15px;
}

div#navig h2#title {
	color: #191970;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #808080;
}

div#navig p#update {
	font-family: Arial, sans-serif;
	font-size: 75%;
	line-height: 1.1em;
}

div#navig ul {
	margin: 10px 0 0;
	margin-left: 10px;
	padding-left: 10px;
}

div#navig ul li {
	font-size: 85%;
	line-height: 1.3em;
}

/* 以下 bottom 用 */

div#bottom {
	color: #000000;
	text-align: left;
}

div#bottom p#copyright {
	font-family: Verdana, sans-serif;
	font-size: 60%;
	padding: 5px 5px 10px;
}

/* 以下 main 用 */

div#main {
	color: #000000;
	text-align: left;
	padding: 0px 15px 15px;
}

/* 以下 hn 用 */

div#main h3 {
	color: #191970;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #808080;
}

div#main h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-indent: 15px;
	padding: 0.5em 0;
}

/* 以下 p 用 */

div#main p {
	line-height: 1.5em;
	text-indent: 1em;
}

/* 以下 ul 用 */

div#main ul {
	margin: 0.5em 0 1em;
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: none;
}

