.main {
	font-size: small;
	background-image: url(../img/main_back.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: medium;
	color: #99CC00;
	background-color: #FAFFE8;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0px;
}
h2 {
	font-size: medium;
	color: #669999;
	margin: 0px 0px 0px 10px;
	padding-top: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBF89;
}
h3 {
	font-size: small;
	color: #FF6600;
	padding-left: 20px;
}
/*枠無し*/
.f1 {
	font-size: small;
	line-height: 140%;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}
/*枠*/
.f2 {
	font-size: small;
	line-height: 140%;
	border: 1px solid #99CC00;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/*点線枠*/
.f3 {
	font-size: small;
	line-height: 140%;
	border: 1px dotted #99CC00;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/*枠無し背景カラー*/
.f4 {
	font-size: small;
	line-height: 140%;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #ECFFB0;
}
/*追加ブラック*/
.f5 {
	font-size: small;
	line-height: 140%;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/*追加オレンジ*/
.f6 {
	font-size: small;
	color: #FF6600;
	width: 450px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*追加ブルー*/
.f7 {
	font-size: small;
	color: #0000FF;
	width: 450px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*見訪問リンク*/
a:link {
	color: #339999;
}
/*既訪問リンク*/
a:visited {
	color: #339999;
}
/*リンクに触れる*/
a:hover {
	color: #FF6600;
}
/*見訪問リンク（サイド）*/
a.menu:link {
	font-size: small;
	font-weight: bold;
	color: #99CC00;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	display: block;
	width: auto;
}
/*既訪問リンク（サイド）*/
a.menu:visited {
	font-size: small;
	font-weight: bold;
	color: #99CC00;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	display: block;
	width: auto;
}
/*リンクに触れる（サイド）*/
a.menu:hover {
	font-size: small;
	font-weight: bold;
	color: #99CC00;
	background-color: #F0FFC4;
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	display: block;
	width: auto;
}
/*サイド1*/
.right_com1 {
	font-size: small;
	line-height: 140%;
	color: #666600;
	background-color: #E7F4BF;
	margin: 5px;
	padding: 3px;
}
/*サイド2*/
.right_com2 {
    font-size:10px;
	line-height: 140%;
	color: #666600;
	background-color: #E7F4BF;
	margin: 5px;
	padding: 3px;
}
/*サイド3*/
.right_com3 {
    font-size:10px;
	line-height: 100%;
	color: #666600;
	background-color: #E7F4BF;
	margin: 2px;
	padding: 1px;
}
/*強調*/
strong {
	color: #000000;
}
