@charset   "Shift_JIS";

* {
	padding: 0px;
	margin: 0px;
	font-size: 100.01%;
}

*:first-child+html {
	font-size: small; /* IE 7 */
}

* html body {
	font-size: 70%;
}

html>/**/body {
	font-size: 14px; /* モダンブラウザ向け */
}

#center {
	text-align: center;
}

#site-box {
	width: 712px;
	margin: 5px auto;
	color: #313131;
}

#hidari {
	margin: auto;
	text-align: justify;
}

#a-box {
	width: 712px;
	font-size: 120%;
	height: 50px;
	border-bottom: 10px solid #EAEAFF;
}

#b-box {
	clear: both;
	width: 712px;
	border-top: 1px solid #B9B9FF;
	line-height: 140%;
}

#contents-box {
	clear: both;
	width: 600px;
	margin: 5px auto;
	line-height: 140%;
	border: 0px 1px 0px 1px solid #5555CC;
}

#c-box {
	clear: both;
	height: 23px;
	margin-top: 5px;
	background-color: #0033CC;
	color: #ffffff;
	padding: 2px;
}

h1 {
	margin: 15px 0px 15px 0px;
	color: #646464;
	padding: 8px;
	border-top: 2px solid #5555CC;
	border-bottom: 1px solid #5555CC;
}

h3 {
	margin: 5px 0px 5px 0px;
	font-size: 105%;
	color: fuchsia;
}

ol {
	margin: 0 0 0 2em;
	padding: 0;
	line-height: 150%;
}

li {
	margin-top: 15px;
}

.headback {
	clear: both;
	font-size: 90%;
	margin: 3px 0px 5px 10px;
}

.footer-link {
	text-align: right;
}

.footer-kategory {
	margin: 15px 0px 15px 0px;
	line-height: 160%;
}

hr.sen {
	border-width: 0px;
	border-top: 1px solid #8888FF;
}

hr.tensen {
	margin-top: 15px;
	border: 1px dotted #DDDDFF;
}

