@charset "utf-8";
/* CSS Document */
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
	background-image: url("gazou/SC197_L.jpg");
    background-position: 0% top;
    background-repeat: repeat;
}
.btn_2{text-align: center;
	}
h1{
	font-size: 100px;
	color:brown;
	text-align: center;
	margin-top: 30px;
}
h2{font-size: 20px;
	color:azure;
	text-align:left;
	margin-top: 30px;
}
h3{font-size: 30px;
	color:white;
	text-align:left;
	margin-top: 30px;
}
#navibar h5 a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #030;
    text-decoration: none;
	}

#navibar h5 a:hover {
    color: #090;
    background-color: #f99;
	
}
.btn_linecolor_bro {
    border-bottom: 2px solid #ccc;
    border-left: 10px solid #600;
}
.btn_linecolor_gre {
    border-bottom: 2px solid #ccc;
    border-left: 10px solid #390;
}
.btn_1{text-align: center;
	}
#footer{
	color: white;
	text-align: right;}
