@charset "utf-8";


/********************************************
 ページの初期化
*********************************************/

body {
	font-family: sans-serif;
	font-size: 16px;
	color: #191919;
	background: #eeffff;
}

* html body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}
/* for lte ie6 */

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
/* for ie7 */

html>/**/body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
/* for ie8 Firefox、Opera、Safari*/

html:not(:target) body {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
}
/* for modern browser not ie8 */


body,h1,h2,h3,p,ul,ol,li,dl,dt,dd {
	padding: 0;
	margin: 0;
}

h1,h2,h3,p,ul,li,dl,dt,dd,em,strong {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

img {
	border-style: none;
	border-width: 0px;
}


a:link {
	color: #007D3E;
	text-decoration: underline;
}

a:visited {
	color: #007D3E;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

#page {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#title {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	font-weight: bold;
	color: #116633;
	text-align: center;
}

.feature {
	margin-bottom: 30px;
	font-size: 87.5%;
}


.feature p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.feature ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
}

.feature ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}


#nittei {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #003366;
	font-size: 87.5%;
	border-collapse: collapse;
}

#nittei caption {
	padding: 5px;
	font-size: 125%;
	color: #FFF;
	letter-spacing: 0.3em;
	background: #003366;
}

#nittei th {
	padding: 2px;
	border: 1px solid #003366;
	background: #FFF;
}

#nittei tr td em {
	font-weight: bold;
	color: #F00;
}


#page #nittei td {
	padding: 2px 5px;
	border: 1px solid #003366;
	background: #FFF;
}



#nittei tr .date {
	width: 20%;
	padding: 2px;
	border: 1px solid #003366;
	text-align: right;
	background: #FFF;
}

.bouchou {
	margin-top: 20px;
	margin-bottom: 5px;
	_height: 400px;
	min-height: 400px;
	border: 1px solid #003366;
	background: #FFF;
}


.bouchou-top h1 {
	padding: 5px;
	margin-bottom: 1em;
	font-size: 125%;
	color: #FFF;
	letter-spacing: 0.3em;
	text-align: center;
	background: #003366;
}

.bouchou h2{
	padding: 5px;
	margin-bottom: 1em;
	border-bottom: 1px solid #036;
	font-size: 125%;
	color: #036;
	letter-spacing: 0.3em;
	text-align: center;
	background: #BFDFFF;
}

.bouchou-top a {
	color: #fff;
}

.bouchou p {
	margin: 1em;
	line-height: 1.5;
}

.bouchou li {
	margin: 0.5em;
	line-height: 1.5;
}

.goto  {
	text-align: right;
}

#footer ul .jikai {
	float: right;
	padding: 10px;
}


#footer {
	float: left;
	width: 640px;
	border-top: 3px double #003366;
	color: #999;
}


#footer ul .zenkai {
	float: left;
	padding: 10px;
}

#footer ul .home {
	padding: 30px;
	text-align: center;
}

#page #topic {
	height: 8em;
	overflow: scroll;
	border: 1px dotted #09C;
}

#page #topic ul {
	padding: 5px 5px 5px 2em;
}


#page #topic ul li {
	margin-bottom: 0.5em;
	font-size: 87.5%;
	line-height: 1.2;
	list-style-type: disc;
}
