body {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	background-color: #FFFFFF;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 150%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/* TOP */
.top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
}

/* ページ */
.page {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	font-size: 80%;
	text-align: left;
	font-weight: bold;

}


/* サイト内検索へ */
.gotosearch {
	margin: 0px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	font-size: 75%;
	text-align: right;
	font-weight: normal;

}

/* hr */
hr.header {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
	width: 60%;
	height: 2px;
	text-align: center;
}

/* 見出し1 */
h1.midashi1 {
	margin: 20px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	color: #006666;
	font-size: 120%;
	font-weight: bold;
}

/* 見出し1見えない */
h1.midashi1-no {
	margin: 30px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	color: #006666;
	font-size: 120%;
	font-weight: bold;
	display: none;
}


/* 段落1 */
.p1 {
	margin: 30px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	color: #006666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 85%;
	line-height: 150%;
	text-align: center;
}

/* em */
.kyoutyou {
	color: #ff3399;
	font-style: normal;
}



/* 頁の一番下へリンクの段落 */
.pagebottom {
	margin: 10px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333366;
	font-size: 80%;
	text-align: right;
	line-height: 100%;
	font-weight: bold;
}

.ng:link {
	color: #006666;
}

.ng:visited {
	color: #006666;
}

.ng:hover {
	color: #663399;

}

/* ページ移動前へ次へ */
.pre-next {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	text-align: center;
	font-size: 80%;
}


/* 頁の一番上へリンクの段落 */
.pagetop {
	margin: 10px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000066;
	font-size: 80%;
	text-align: right;
	line-height: 100%;
	font-weight: bold;
}




/* ページ移動前へ次へ（下） */
.pre-next2 {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	font-size: 80%;
	text-align: center;
	font-weight: normal;

}

/* hr小 */
hr.footer-s {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
	width: 40%;
	height: 2px;
	text-align: center;

}

/* メニューへもどる小 */
.backmenu-s {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	font-size: 80%;
	text-align: center;
	
	font-weight: bold;
}

/* 各メニューへもどる */
.backmenu {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	color: #006666;
	font-size: 80%;
	text-align: center;
	
	font-weight: bold;
}





/* フッター */

/* hr */
hr.footer {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;	
	width: 60%;
	height: 2px;
	text-align: center;
}


/* 他ページへ（大） */
/* 段落 */
.other {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #006666;
	font-size: 80%;
	text-align: center;
	
	font-weight: bold;
}



/* ホームへ */
.gotohome {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/* 画像リンクのボーダーゼロ */
img.lb-0 {
	border-style: none;
	vertical-align: middle;
}
/* ↑ミドルがないと、operaとネスケでhoverの背景カラーが下にとびだす。のち背景色やめた */


/* BOTTOM */
.bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 10px;
}

/* 擬似クラス */

a:link {
	color: #0000ff;
	
}

a:visited {
	color: #993399;
	
}

a:hover {
	color: #663399;
	
}


/* カウンタ */
.counter {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: none;	
}

