@media screen and (max-width:1199px) {
	
#header {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}

#headerLine {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 4px;
	position: relative;
	background-color: #999999;
}


/*メニュー*/

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
	z-index:100;
}
ul#menu li{
	float: left;
	position: relative;
	width: auto;
	background-color: #999999;/*ボタンのバック*/
	display: block;
	font-family: Jun101, sans-serif, "ＭＳ ゴシック";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	line-height: 14px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	padding-bottom: 6px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu li:hover {
	color: #333333;
	background-color: #999999;/*カーソルがのったときの枠全体の色*/
}
ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
	color: #fff;
}
.child li:hover {
	color: #333333;
	background: #cccccc;
}
ul.child li a{
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
   
}
li a:hover{
	background-color: #999999;/*カーソルがのったときの文字周りの色*/
}
	
.tate {
}

	
/*メニューのバック*/

#naviBg {
	background-color: #999999;
	height: 32px;
	width: 100%;
	padding-top: 0px;
	clear: both;
}

.naviBox {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ここまで*/

