<style type="text/css">
<!--
body{
	margin: 0px;
	font-size: 10pt;
	color: #333333;
	overflow: auto;
	height: 100%;
}
a:link{/*リンク色*/
	color: #49395D;
	text-decoration: none;
}
a:visited{
	color: #46365A;
	text-decoration: none;
}
a:hover,a:active{
	color: #29195D;
	text-decoration: underline;
}
h1{/*LINKs部分の設定*/
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.4em;
	text-align: right;/*右寄せ*/
}
.lay ul,.lay dl{/*リンク表の設定*/
	border-bottom: solid 1px #8877BB;/*リンク下部の境界線*/
	margin: 0.5em 6px 3em 1em;
	padding-bottom: 0.5em;
}
ul.left{
	margin-right: 0px;
}
ul.right{
margin-left: 0px;
}
li{
	list-style: square inside;
	color: #ABABAC;/*リンクの左の■のカラー*/
	margin: 0.1em;
	font-size: 10pt;
	line-height: 100%;
}
dd{
	margin: 2px 0px 8px 1.5em;
}
.lay{
	height: 100%;
	width: 40em;/*全体の幅*/
	background-color: #FCFCFC;/*背景色*/
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-left: solid 1px #CACACA;
	border-right: solid 1px #CACACA;
	text-align: left;
}
.linktitle{/*リンク項目タイトルの設定*/
	width: 18em;
	padding: 2px 1.5em 1px 1.5em;
	border: solid 1px #BABABA;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 9pt;
	letter-spacing: 0.2em;
}
.mark{/*リンク項目タイトルの左のマーク部分*/
	width: 8px;
	height: 8px;
	font-size: 8px;
	background-color: #8877BB;
}
.mark2{/*リンク項目タイトルの設定の右のライン*/
	width: 300px;
	height: 1px;
	font-size: 1px;
	background-color: #8877BB;
}
-->
</style>