* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


html{
    height:100%;
	font-size: 80%;
	overflow-x: hidden;

}

body {
	margin: 0px;
	font-size: 11px;
	font-size: 1;
	width: 100%;
	text-align: center;
	
}


body,tr,td,th,div {
	font-size: 100%;
	line-height: 150%;
	color: #4d4d4d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

a:link {
	color: #192f60;
	text-decoration: none;
}
a:visited          {
	color: #192f60;
	text-decoration: none;
	border-style: none;
}
a:hover            {
	color: #1e50a2;
	text-decoration: underline;
}
a:active           {
	color: #1e50a2;
	text-decoration:none;
}

img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}


/*フォント*/

.black_18b{
    border-collapse: collapse;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 150%;
    padding-top: 50px;
    padding-bottom: 20px;
} 




.head_logo{
    background-image: url(../img/amakusa_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 195px;
    margin-right: auto;
    margin-left: auto;
    text-indent: -9999px;
    margin-top: 30px;
}


#fnavi {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

#fnavi ul {
display:inline;
padding-left:5px;
border-left:1px solid #000000;
}


#fnavi li {
display:inline;
padding-left:5px;
padding-right:10px;
border-right:1px solid #000000;
}


.footer {
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    padding-bottom: 50px;
    margin: 0px;
    float: left;
    width: 100%;
}


.footer_name {
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    font-size: 130%;
    padding-top: 300px;
}


.footer_add {
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 25px;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
}



.copylight {
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}



/* -------------------------------------------- */


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
