.biggest {
	font-size: 24px;
	line-height: 30px;
}
.bigger {
	font-size: 18px;
	line-height: 24px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 22px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background-color: #e1eccf;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	text-align: center;
}
a:link {
	color: #33a7ff;
	text-decoration: none;
}
a:visited {
	color: #247DC0;
	text-decoration: none;
}
a:hover {
	color: #FF2300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.smallgray{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.sublink{
	background-color: #cccccc;
	padding: 6px;
}

.bkgray {
	background-color: #aaaaaa;
}
.mb15{
	 margin: 0 0 15px 0;
	 }

.mb20{
	 margin: 0 0 20px 0;
	 }

#top{
	width: 798px;
	height: 49px;
	margin: 0 auto;
	clear: both;
	background-image: url(../images/frame_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	 }

#middle{
	width: 798px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url(../images/frame_side.gif);
	background-repeat: repeat-y;
	background-position: center top;
	 }

#content{
	width: 670px;
	text-align: center;
	padding-top: 45px;
	padding-right: 55px;
	padding-left: 55px;
	padding-bottom: 40px;
	margin: 0 auto;
	 }

#yodogawa{
	width: 700px;
	text-align: center;
	margin: 0 auto;
	 }

#topfoot{
	width: 798px;
	height: 85px;
	text-align: center;
	padding: 0;
	background-image: url(../images/frame_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	 }

#left{
	width: 200px;
	float: left;
	text-align: left;
	 }

#right{
	width: 420px;
	float: right;
	margin-bottom: 20px;
	text-align: left;
	 }

#footlink{
	width: 480px;
	text-align: center;
	padding-top: 18px;
	padding-right: 65px;
	padding-left: 65px;
	padding-bottom: 28px;
	margin: 0 auto;
	 }
