@charset "Shift_JIS";

body {
	color: #000000;
	background:#ffffff;
	width:760px;
	font-size:medium;
}
a img {
	border: none;
	background: transparent;
}

h1,h2{
	font-size:large;
}
dl{
	line-height:150%;
}
/* link
----------------------------------*/
a {
	background: transparent;
}
a:link {
	color: #259;
}
a:visited {
	color: #47a;
}
a:hover, a:active {
	color: #f93;
	text-decoration:underline;
}

#header p{
	font-size:12px;
}

/* contents
----------------------------------*/

#contents span.chapnum{
	padding-right:1em;
}

table,td,th{
	border:1px;
}

/* footer
----------------------------------*/
#footer {
	clear:both;
	border-top: 1px solid #369;
	background:#fff;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	width: 800px;
}
#footer p {
	font-size: small;
}

#counter{
	font-size:small;
	text-align:right;
}
