body {
	background-color: #FFFFFF;
	background-image: url(img/kaede_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 0px;
	padding-left: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.right {
	background-color: #FFFFFF;
	background-image: url(img/kaede_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px 180px 20px 0px;

}
.subtitle {
	filter: Shadow(Color=silver, Direction=135);
	width: 100%;
	font-size: 16px;
	font-weight: bold;

}
.title {
	font-size: 24px;
	font-weight: bolder;
	text-decoration: underline;
	padding-top: 15px;

}
.subtilte2 {
	font-size: 12px;
	font-weight: bold;
}
/* a:hover {
	onmouseout="this.style.backgroundColor='white';this.style.color='salmon';" 
	onmouseover="backgroundColor='salmon';color='white';"
 	color: #FF3333;
} */

a:hover {
	color: white;
	text-decoration: none;
	background-color: #FF3333;
}

a {
	color: #FF3333;
	text-decoration: none;
	background-color: white;
}
.caution {
	padding: 3px;
	border: double #FF9999;
}

