body{
	position:relative;
	
}

#container{
	margin:auto;
	padding:auto;}

header{
	margin-left:auto;
	margin-right:auto;
	height:155px;
}

h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	text-align:left;
	padding-top:5px;
}


#menu{
	width:100%;
	text-align: center;
	clear: both;
	background-color: #ffa500;
	height: 40px;
	color:#FFF;
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inside{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 70px 0px 70px;
}

.menu1{
	height: 30px;
	padding-top:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 198px;
	float: left;
	cursor:pointer;
	color:#FFF;
}

.menu2{
	height: 30px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 199px;
	float: left;
	cursor:pointer;
	color:#FFF;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}

#menu ul li a:hover {
	color: #FFF;
	text-decoration:underline;
}



.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}




.pan li{
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	height: 30px;
}

/* #footer
---------------------------------------------------------------------------------------- */



footer {
	margin:10px 0;
	clear:both;
	text-align: center;
	width:auto;
	color:#FFF;
}


#footerNavi {
	text-align: center;
	width: 1000px;
	font-size: 85%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#footerNavi p{
	color: #000;
}

#footerNavi ul { padding-left: 10px;}

#footerNavi ul li {
	display: inline;
}

#footerNavi ul li a {
	color: #FFF;
	text-decoration: none;
}

#footerNavi ul li a:hover {
	color: #FFF;
}
