body {
	margin: 0px;
	padding: 0px;
	background-color: #02b300;
}
div.left_box {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #02b300;
	border-bottom-color: #02b300;
	background-color: #FFFFFF;

	padding: 20px;
	position: absolute;
	top: 28px;
	right: 244px;
	background-image: url(../image/top0003_backg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
div.right_box {
	background-color: #02b300;
	width: 244px;
	position: absolute;
	top: 31px;
	right: 0px;
}
h1 {
	font-size: medium;
	color: #006600;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #02b300;
}
h2 {
	font-size: medium;
	background-image: url(../image/baseball01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 35px;
	vertical-align: text-botom;
	padding-top: 10px;
	margin: 15px 0px 0px;
}
.f1 {
	font-size: small;
	line-height: 150%;
	padding: 0px 10px 10px 20px;
}
.f2 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px solid #02b300;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.f3 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px dotted #02b300;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.f4 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #EBFFD7;
}
.f5 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px solid #02b300;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #ffffcc;
}
a:link {
	font-weight: normal;
	color: #6600cc;
}
a:visited {
	font-weight: normal;
	color: #6600cc;
}
a:hover {
	font-weight: normal;
	color: #ff6600;
}
a.menu:link {
	font-size: small;
	color: #336600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:visited {
	font-size: small;
	color: #336600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:hover {
	font-size: small;
	color: #336600;
	text-decoration: none;
	background-color: #99e6e6;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
.right_box1 {
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 3px dotted #02b300;
	line-height: 150%;
}
h3 {
	font-size: small;
	color: #FF9900;
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02b300;
}
.right_com1 {
	padding: 3px 8px;
}
.right_box2 {

	font-size: small;
	color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 150%;
}
a.c:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:hover {

	color: #FFFF99;
	text-decoration: none;
}
.item_l {
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	border: 1px solid #477585;
}
.item_r {

	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #477585;
}
/*------------------------------------ */
/* --- ナビゲーションバー --- 20140727 */
/*------------------------------------ */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background-color: #ccff99; /* ナビゲーションの背景色 */
/* background-color: #f9f9f9;  ナビゲーションの背景色 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 90%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- 
div.nav ul.nl li.item1 {
width: 9.5em;
}
div.nav ul.nl li.item2 {
width: 4em;
}
div.nav ul.nl li.item3 {
width: 8.3em;
}
div.nav ul.nl li.item4 {
width: 6.3em;
}
div.nav ul.nl li.item5 {
width: 4.6em;
}
--- 項目の幅（emで指定） --- */
/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 2px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #cccccc solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}