﻿@charset "UTF-8";

h1{
	font-size: large;
	color: white;
	background-color: navy;
	line-height: 2;
	text-indent: 1em;
	font-family: "ＭＳ Ｐゴシック";
}

h2{
	font-size : 110%;
	color : black;
	background-color : #bef2b9;
	line-height : 150%;
	text-indent : 2em;
	font-family: "ＭＳ Ｐゴシック";
}

h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック";
	font-weight: 800;
	background-color: #ffffb0;
	line-height: 125%;
	text-indent: 1em;
}

#footer{
	font-size: small;
	font-weight: 300;
	font-style: normal;
  background-position : center center;
  text-align : center;
}

.article{
	margin-left: 5%;
}

.box1{
	height: inherit;
	text-align: left;
	float: left;
	margin-right: 50px;
}

.box2{
	height: inherit;
	float: left;
	text-align: right;
	right: 0px;
	margin-left: 20px;
	margin-right: 10px;
}

.box2-1{
	height: inherit;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
}

.box2-2{
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

.nav{
	clear:both;
}

.nav ul{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 90%;
}

.nav ul li{
	display: inline-block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #01b2a8;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: center;
	background-color: #e9f7f6;
	background-image: -webkit-linear-gradient(#cff0ef, #9de1de);
	color: black;
}

.nav ul li#now{
	display: inline-block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: gray;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: center;
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient(#cff0ef, #9de1de);
	color: #646464;
}

.nav ul li a{
	display: block;
	text-decoration: none;
}

.nav ul li#now a{
	display: block;
	text-decoration: none;
}

.nav ul{
	text-align: left;
}

.button{
	display: inline-block;
	background-position: center center;
	text-align: center;
}

.button{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
	box-shadow: 1px 1px #003399;
	color: #ffffff;
	text-decoration: none;
	background-color: #4169e1;
	font-size: 80%;
}

address{
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-size: small;
	margin-top: 20px;
}

body{
	margin-left: 10%;
	margin-right: 10%;
	line-height: 150%;
}
