@charset "UTF-8";
/* CSS Document */
a:link    {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:active  {
	color: #7f006f;
	text-decoration: none;
}
a:hover   {
	color: #03F;
	background-color: #9CF;
	text-decoration: underline;
}
.back_l {
	background-image: url(main_image/back_l.jpg);
	background-repeat: repeat-y;
}
.back_r {
	background-image: url(main_image/back_r.jpg);
	background-repeat: repeat-y;
}
.body {
	font-size: 13px;
	color: #333;
	line-height: 140%;
}
.body_b {
	font-size: 13px;
	color: #F30;
	font-weight: bold;
}
.body_maru {
	font-size: 13px;
	color: #69C;
	line-height: 140%;
}
.body_s {
	font-size: 10px;
	color: #333;
	line-height: 120%;
}
.body_l {
	font-size: 16px;
	color: #333;
}
table#table-01 {
	border: 2px solid #900;
}

