<style type="text/css">
<!--

/* 左右区切り線 */
.kugiri {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: black;
}


/* サイト説明文 */
.honbun {
	font-size: 13px;
	margin-left: 1px;
}


/* メニューテキスト */
.menu-text {
	font-size: 13px;
	text-align: left;
}


/* リンクについて */
.aboutlink1 {
	border-width : 1px;
	border-style : solid;
	border-color : black;
}

.aboutlink2 {
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
}

.aboutlink3 {
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
}

.aboutlink4 {
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
}


/* 水平線設定 */
hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: black;
}


a:link {
	color:blue;
}

a:visited {
	color:#8b008b;
}

a:hover {
	color:#2f4f4f;
	text-decoration:underline;
}

body {
/*	background-image: url(../image/back-image.gif);*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* 更新履歴 */
.update-box {
	border-style: solid;
	border-color: #8b0000;
	border-width: 1px;
	width: 436px;
}
.update-title {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	color: white;
	background-color: #8b0000;
	font-size: 16px;
	height: 25px;
	text-align: center;
	width: 436px;
}
.update-text {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* コピーライト */
.copyright {
	text-align: center;
	font-size: 13px;
}

--> 
</style>
