.table_all {
	border-collapse:collapse
}

.table_all_s {
	border: 1px dashed #333333;
}
.f13 {
	line-height: 22px;
	font-size: 15px;
}
a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}

a.aaa:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.aaa:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.aaa:hover {
	font-size: 11px;
	color: #009900;
	text-decoration: underline;
}

a.bbb:link {
	font-size: 13px;
	color: #FFFFFF;
}
a.bbb:visited {
	font-size: 13px;
	color: #FFFFFF;
}
a.bbb:hover {
	font-size: 13px;
	color: #FFFF00;
}

a.ccc:link {
	font-size: 13px;
	color: #FF3300;
	text-decoration: none;
}
a.ccc:visited {
	font-size: 13px;
	color: #FF3300;
	text-decoration: none;
}
a.ccc:hover {
	font-size: 13px;
	color: #009900;
	text-decoration: none;
}

a.ddd:link {
	font-size: 13px;
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a.ddd:visited {
	font-size: 13px;
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a.ddd:hover {
	font-size: 13px;
	color: #CC0000;
	text-decoration: underline;
}

a.eee:link {
	font-size: 15px;
	color: #009900;
	text-decoration: none;
}
a.eee:visited {
	font-size: 15px;
	color: #009900;
	text-decoration: none;
}
a.eee:hover {
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
}


.menu{
    padding: 0px 0 0px 0;
}

.menu .item{
    margin-bottom: 60px;

}
.menu h1{
    margin-bottom: 0px;
    padding: 6px 0;
    font-size: 22px;
    width:;
    letter-spacing: 4px;
    font-weight: 600;
    color: #fff;
    text-align: center;
     border-radius: 5px 5px;
    background: background: rgb(253,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,0,0,1) 0%, rgba(253,0,0,1) 22%, rgba(25,39,65,.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,0,0,1) 0%,rgba(253,0,0,1) 22%,rgba(25,39,65,.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,0,0,1) 0%,rgba(253,0,0,1) 22%,rgba(25,39,65,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}
.menu h3{
    text-align: center;
    color: #049e00;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 46px;
     /* text-shadow: 1px 1px 1px #000; */
     font-style: italic;
}
.menu ul{
	margin-top: 0;
	padding-left: 0;
}
.menu ul li{
    display: inline-block;
    width: 90%;
    padding: 10px 0 10px 10%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background: #8FBC94;
    margin: 0px 0;
    border-bottom: 1px solid #ccc;
    /* border-radius: 5px 5px; */
    color: #000;
    /* box-shadow: 1px 1px 2px #000; */
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.menu ul li a{
    text-decoration: none;
}
.menu ul li:hover{
    /* background: #fff; */
    /* border: 1px solid #0e5fa8; */
    background: #0e5fa8;
    color: #fffb00;
    box-shadow: 0px 0px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
