*{
	box-sizing: border-box;
	margin: 0;
	word-wrap: break-word;
}
body,#kage,#all,#man,.menu1,#right,#footer{
	width: 100%;
}
/*#head{
	height: 100px;
	background-size: 100% 100%;
	clear: both;
*/}
.header,.header img{
	height: auto;
}
#left{
	display: none;
}
.menu1{
	margin: 0;
}

h1 {
    margin: 0;
    padding: 3% 0 3% 0;
    font-size: 110%;
    text-align: center;
    line-height: 2;
    font-weight: bold;
	float: none;
	letter-spacing: 0;
	color: #000	;
	background-size: 100% 100%;
	height: auto;
}

h2,h3 {
    font-size: 100%;
    padding: 1%;
    border: none;
    margin: 2% 0;
    text-align: center;
    }

#right{
	margin:  0;
	padding: 0 3%;
	display: block;
}
#right p {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 100%;
	line-height: 2;
}
#footer {
	padding: 4% 0;
	height: auto;
	text-align: center;
	font-size: 60%;
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	background-color: #06559B;
	margin-left: 0;
}
