body {
	background-image:url(../img/back_kasuri.jpg);
	background-repeat:repeat;
}

/*ƒŠƒ“ƒN*/
a:link {
	color: #006400;
	background-color: transparent;
	text-decoration: none
}
a:visited {
	color: #008000;
	background-color: transparent;
	text-decoration: none
}
a:active {
	color: #ff00ff;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #ffff80;
	background-color: #ff33ff;
	text-decoration: underline;
} 

div.center {
	text-align: center;
}

div.copy {
	text-align: center;
}


table.index {
	background-color:#ffffff;
	font-size:11pt;
	line-height:14pt;
	text-align:left;
	vertical-align:top;
	margin:10px auto 10px auto;
	border-color:#008000;
	border-style:solid;
	border-width:1px;
	width:700px;
	border-collapse:separate;
	border-spacing:2px;
}

table.index td {
	background-color:#ffffff;
	font-size:11pt;
	line-height:14pt;
	text-align:left;
	border-color:#008000;
	border-style:solid;
	border-width:1px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

table.index td.right {
	background-color:#ffffff;
	font-size:11pt;
	line-height:14pt;
	text-align:left;
	border-color:#008000;
	border-style:solid;
	border-width:1px;
	vertical-align: top;
	padding: 10px 10px 10px 30px;
}


h1 {
	font-size:15pt;
	font-weight:bold;
	margin:10pt auto 20pt auto;
	text-align: center;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	margin:10pt auto 20pt auto;
}

h3 {
	font-size:12pt;
	font-weight:bold;
	margin:10pt 0pt 3pt 5pt;
}

h4 {
	font-size:11pt;
	font-weight:normal;
	margin:1pt 0pt 1pt 10pt;
}


