@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px; 
} 
html{ 
    height: 100%; 
} 
body{ 
    height: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
h1 {
	width:980px;	
	padding: 20px 0 18px;
	margin:0 auto;
	border-top: 3px solid #19A2DD;
border-bottom: 1px solid #0D9CDA;
}
div#top ul {
	width:980px;
	margin:0 auto;
	list-style: none;
	display:block;
	margin-bottom:40px;
}
div#top ul li {
	float:left;
}
 .navinside .navul {
	float: right;
	list-style-type: none;
	height:40px;
	overflow:hidden;
}
.navinside .navul li {
	float: left;
	margin-left: 0px;
	padding-top: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	display: block;
	height:100%;
	text-align:center;
	width:130px;
}
.navinside .navul li a.ali{
	color: #666;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mnav .navtit a img {
	padding-top: 7px;
}
.navinside .navul li a.ali:hover{
	color: #999;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gnav  {
	
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:rgba(255,255,255,0.7);
      position: fixed;
    top: 0;
    z-index: 10000;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	-webkit-box-shadow: 0 10px 30px -6px #777;
       -moz-box-shadow: 0 10px 30px -6px #777;
            box-shadow: 0 10px 30px -6px #777;
}
.navinside {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#foot {
	background-image:url(images/bgfoot.gif);
	width:100%;
	height:200px;
}
#foot div#insidef{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:50px;
}
#foot div#insidef div#felm{
	color:#fff;
}
#foot div#insidef div#felm h4{
	margin-bottom:10px;
}
#foot div#insidef div#felm p{
	font-size:12px;
}
#foot2 {
	background-color: #000;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#foot2 span {
	color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 11px;
}
#flogo {
float:left;
margin-right:30px;	
}