@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}
header {
	background-image: url(../image/h1.gif);
	background-repeat: repeat;
	height: 75px;
	width: 100%;
}

nav ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 5px;
	-moz-column-gap: 5px;
	-webkit-column-gap: 5px;
	margin-right: auto;
	margin-left: auto;
}
nav li {
	background-color: #fd68a1;
	text-align: center;
	height: 30px;
	margin-bottom: 5px;
}

h2 {
	background-image: url(../image/h2.gif);
	height: 40px;
	background-repeat: repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #33;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
}
h3 {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #F36;
	font-size: 1.2em;
	font-weight: bold;
}
footer {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #68abfd;
	color: #FFF;
}
footer .name {
	font-size: 0.8em;
}

footer .add {
	font-size: 0.6em;
}
footer a {
	display: inline;
	color: #FFF;
}
