@charset "UTF-8";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
}

/*基本指定*/
html{height:100%;}

body{
	font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;
	color:#494949;
	font-size:0.65em;
	line-height:1.6em;
	background-color:#fff;
}

a{
	color:#2F2F2F;
	text-decoration:none;
}
a:hover{
	color:#570000;
}
hr{
	border-style: dotted; 
}
h1{
	font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
	font-size:1.8em;
	font-weight:normal;
}
h2{
	font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:0.3em;
}
h3{
font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;
font-size:1.2em;
font-weight:normal;
}
h4, h5, h6{
font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;
font-size:1.0em;
font-weight:normal;
}
span.text{
	font-size:16px;
	
}

ul{
list-style-position:inside;
}
ul li{
list-style-type:square;
}
ol{
list-style-position:inside;
}
ol li{
list-style-type:upper-alpha;
}
dl{}/*指定なし*/

dt{
padding:5px;
border:1px solid #DDD;
background-color:transparent;
}
dd{
padding:5px;
}
blockquote{
padding:5px;
border:1px dotted #570000;
}

blockquote:hover{
border:1px solid #570000;
}
form{}/*指定なし*/
fieldset{
border:none;
}
legend{
display:none;
}
input{
margin:3px 0;
font-family:Verdana, Arial, Osaka, serif;
font-size:1.0em;
border:1px solid #000;
}
textarea{
margin:3px 0;
font-family:Verdana, Arial, Osaka, monospace;
font-size:1.0em;
border:1px solid #000;
}
select{
margin:3px 0;
font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;
font-size:1.0em;
border:1px solid #000;
}
address{
color:#530000;
}

/*各ID*/
div#CONTAINER{
	width:						650px;
	margin:						0 auto;
	text-align:					left;
	background-color:			#FFF;
	}

/*ヘッダーの指定*/
div#HEADER{
	padding-top:				0px;
	margin-bottom:				10px;
	text-align:					right;
	border-bottom:				1px solid #000;
}
ul#TOPIC{
	margin:						0 0 10px 10px;
	}
li.topic_path{
	list-style-type:				none;
	display:						inline;
	margin-right:				10px;
	}


/*ナビゲーションの指定*/
div#NAVI{
	float:						left;
	width:						20%;
	}
h2.navi_title{
	color:						#570000;
	}
ul.navi{
	list-style-position:			outside;
	}
li.navi_list{
	list-style-type:				none;
	display:						inline;
	padding:					5px 0;
	}
li.navi_list a{
	display:						block;
	padding:					5px 0;
	}
li.navi_list a:hover{
	padding-bottom:				4px;
	background-color:			#fff;
	border-bottom:				1px solid #777;
	border-right:				1px solid #777;
	border-top:					1px solid #777;
	border-left:				1px solid #777;
	}

/*コンテンツの指定*/
div#CONTENTS{
	float:						left;
	width:						75%;
	padding:					0 10px;
	}
div.contents{
	margin-bottom:				20px;
	}
h2.contents_title{
	margin-bottom:				10px;
	padding:					5px 0 5px 15px;
	color:						#570000;
	background-image:			url(http://moe-project.com/img/novel/icon/34.gif);
	background-position:		0 50%;
	background-repeat:			no-repeat;
	border-bottom:				1px dotted #570000;
	}
h3.subtitle{
	margin:						5px 0;
	padding:					5px;
	border-left:					7px solid #570000;
	}
ul.top{
	margin-top:					20px;
	text-align:					right;
	}
li.page_top{
	list-style-type:				none;
	}

/*フッターの指定*/
div#FOOTER{
	clear:						both;
	text-align:					right;
	border-top:					1px solid #000;
	padding:					10px;
	}
ul.footer{}/*指定なし*/
li.footer_list{
	list-style-type:				none;
	}
