html, body, div,
h1, h2, h3, h4, h5, h6,
ol, ul, li,img {
   margin:0px;
   padding:0px;
   border:0px;
   font-family:inherit;
   font-style:inherit;
   font-weight:inherit;
 font-family: Arial, Roboto, gDroid Sansh, gSVbNh, YuGothic, gqMmpS ProN W3h, gHiragino Kaku Gothic ProNh, gCIh, Meiryo, sans-serif;
 letter-spacing: 2px;
}
body {
 background-color: #98fb98;
 }


nav.menu-box{
 padding-bottom: 15px;
}

#menu {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 15px 0 15px;
	background-color: #2a83a2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #4baacb;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}


div.waku {
 width: 900px;
 border: solid 2px #ff1493;
 border-width: 0px 3px 0px 3px;
 margin-left:auto;
 margin-right:auto;
 background-color: #ffffff;
 padding-bottom: 20px;
}

h1{
 color: blue;
 font-size: 20pt;
 font-weight: bold;
 letter-spacing: 7px;
 text-align: center;
 text-shadow: 2px 2px 3px #ffF,
    -2px 2px 3px #ffF,
    2px -2px 3px #ffF,
    -2px -2px 3px #ffF;

}
div.h1 {
 background-color: #ff99ff;
 padding: 30px 0px 30px 0px;
 text-align: center;
}

div.dust{
 margin-left: 20px;
 line-height: 30px;
 padding: 10px 0;
 font-size: 18px;
 clear: both;
}
h2{
 color: red;
 font-size: 15pt;
 letter-spacing: 7px;
 text-align: center;
 font-style: italic;
 text-shadow: 5px 5px 7px #ffF,
    -5px 5px 7px #ffF,
    5px -5px 7px #ffF,
    -5px -5px 7px #ffF;
}
div.h2 {
 width: 800px;
 background-color: #ff99ff;
 padding: 10px 0px 10px 0px;
 text-align: center;
}
div.bun {
 width: 800px;
 border: solid 2px #ffa500;
 margin-left:auto;
 margin-right:auto;
 margin-bottom: 20px;
}
span.red{
 color: #ff0000;
}

p.line30{
 line-height:30px;
 text-indent: 1em;
 font-size: 12pt;
 letter-spacing: 2px;
 margin: 15px 15px 0px 15px;
}

div.ad{
 margin: 20px 0px;
 width:900px;
 text-align:center;
}
table{
 margin-left:auto;
 margin-right:auto;
}

h3{
 color: blue;
 font-size: 16px;
 letter-spacing: 2px;
 margin: 30px 0px 10px 10px;
 font-weight: bold;
}

@media screen and (max-width: 900px) {
div.waku{
 max-width: 95%;
}
div.bun{
 max-width: 95%;
}
.h2{
 max-width:100%;
}

div.ad{
 width: 90%;
 max-width: 300px;
 margin-left:auto;
 margin-right:auto;
 margin-top: 10px;
 margin-bottom: 10px;
}

	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #2a83a2;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 15px 0 15px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #2a83a2;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
.dust{
 clear: both;
 padding: 10px 0;
}
img.photo{
 width: 300px;
}
}