body{
	background:url(../img/subtle.png) #ffffdd;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: auto;
}
#main {
	width: 100%;
	margin-left:20px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffdd;
	line-height:1.3em;
	float:left;
}
.header-title {
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #a82000;
	width: 65%;
	heigth: 200px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 25px;
	color: #ffffdd;
	text-align: center;
	font-weight: bold;
	line-height: 0.5em;
}
.header-title-personal {
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #a82000;
	width: 100%;
	heigth: 200px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 25px;
	color: #ffffdd;
	text-align: center;
	font-weight: bold;
	line-height: 0.5em;
}
.tokusetsu-title {
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #505090;
	width: 100%;
	heigth: 200px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 25px;
	color: #ffffdd;
	text-align: center;
	font-weight: bold;
	line-height: 0.5em;
}
.header-location {
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #5555ff;
	width: 33.5%;
	height: 126px;
	margin-left: 0px;
	text-align: left;
	padding-top: 40px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.nav {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
.nav__item {
	display: block;
	width: 16.3%;
	float: left;
	border-left: 2px solid #FFDDDD;
	overflow: hidden;
}
	
.nav__item > a {
	display: block;
	padding-top: 5px;
	height: 30px;
	text-align: center;
	background-image: linear-gradient(to top, #a82000, #C9C9C9);
	font-weight: bold;
	color: #FFFFDD;
}
.nav__item > a:hover {
	background-image: linear-gradient(to top, #C9C9C9, #a82000);
}

.l-grid {
	float: left;
	margin-left: -5px;
	margin-right: -5px;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.l-grid-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #339933;
	width: 450px;
	height:400px;
	padding-top:25px;
	margin-top: -1px;
	margin-left: -3px;
	margin-right: -3px;
}
.l-grid-item-personal {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #339933;
	width: 450px;
	height:350px;
	padding-top:25px;
	margin-top: -1px;
	margin-left: -3px;
	margin-right: -3px;
}

#footer{
	text-align:"center";
	clear:both;
}
.p1 {
	font-size: 18px;
	font-weight: bold;
	color: #002200;
}

