<style type="text/css">
<!--

/* テーブルテキスト */
.table-text {
	font-size: 13px;
}

/* リンクタグ枠 */
.table-line-aboutlink {
	border-width : 1px;
	border-style : solid;
	border-color : #0080ff;
}

/* お問い合わせ */
.table-line-left1 {
	border-width : 1px 1px 1px 1px;
	border-style : solid solid dotted solid;
	border-color : #0080ff;
}
.table-line-left2 {
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-color : #0080ff;
	border-right-color : #0080ff;
	border-bottom-color : #0080ff;
}

.table-line-right1 {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : dotted;
	border-top-color : #0080ff;
	border-right-color : #0080ff;
	border-bottom-color : #0080ff;
}
.table-line-right2 {
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-right-style : solid;
	border-bottom-style : solid;
	border-right-color : #0080ff;
	border-bottom-color : #0080ff;
}

/* 水平線設定 */
hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: black;
}

a:link {
	color:blue;
}

a:visited {
	color:#8b008b;
}

a:hover {
	color:red;
	text-decoration:underline;
}

body {
/*	background-image: url(image/back-image.gif);*/
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* コピーライト */
.copyright {
	text-align: center;
	font-size: 13px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

--> 
</style>