li {
	font-size: 90%;
	line-height: 150%;
}

UL {
	color: black;
	list-style-type: none;
}

.tab1 {
	font-size: 90%;
	list-style-type: none;
	color: black;
	margin-top: 5px;
	padding-left: 20px;
}

.tab2 {
	padding-left: 50px;
	list-style-type: none;
	font-size: 85%;
	color: #666666;
}

.kazyougaki {
	margin-left: 20px;
}

.kazyougaki  H4 {
	color: green;
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: none;
}

.kazyougaki  P {
	color: black;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 95%;
	line-height: 170%;
}

.kazyougaki  ul {
	color: black;
	list-style-type: square;
	margin-left: 20px;
	margin-right: 10px;
}

.kazyougaki  LI {
	font-size: 90%;
	font-family: Verdana;
	line-height: 180%;
	padding-bottom: 3px;
	margin-top: 5px;
}

.kazyougaki  OL {
	list-style-type: decimal;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.kazyougaki  OL  LI {
	list-style-type: decimal;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 150%;
}

.uline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

/*-------サブメニュー------------*/

#tabs {
	padding: 0;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-size: 85%;
	text-align: right;
	float: right;
}

#tabs  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs  ul  li {
	display: inline;
	margin: 0;
	text-transform: none;
	float: left;
}

#tabs  ul  li  a {
	padding: 2px 5px 2px 5px;
	float: left;
	text-decoration: none;
	border-left: 1px;
	margin: 0;
	text-transform: none;
/*------------
	border : 1px solid silver;
	border-left : 1px;
---------*/
	margin-left: -1px;
	color: gray;
}

#tabs  ul  li  a:hover {
	background: #666666;
	color: #eeeeee;
	text-decoration: none;
}

#tabs  ul  li  a.active {
	background: red;
	color: silver;
/*------------
	border-bottom: 1px solid #EAEAEA;
---------*/
}

