@charset "utf-8";
/*全体の設定*/
html,body{
	height: 100%;
	height:auto !important; 
	margin: 0 auto;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	width: 800px;
	/*background-color: #1b503e;*/
	/*border-bottom: solid, #af5555;*/
	vertical-align: bottom;
}
/*反転色*/
a{
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
	opacity: 0.8;
}
/*画像*/

.midpic img {
	width: 600px;
	float: left;
	height: auto;
	z-index: 1;
	padding-bottom: 15px;
}
.midpic2 img {
	width: 800px;
	float: left;
	height: auto;
	z-index: 1;
	padding-bottom: 15px;
}
.greenborder{
	margin-top: 10px;
	border-bottom: solid 5px #1b503e;
}
.greenborder{
	margin-top: 120px;
	border-bottom: solid 5px #1b503e;
}
.centerpic img{
	width: 400px;
	text-align: center;
}
/*小リンク*/
.sublink {
	padding-top: 20px;
	margin-left: 25px;
	float: left;
}
.smalllink  img{
	width: 140px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.biglink  img{
	width: 200px;
	height: 45px;
	margin-bottom: 5px;
	vertical-align: middle;
}
h1{
	font-size: 30px;
	display: inline-block;
	background-color: none;
}
h2{
	font-size: 20px;
	display: inline-block;
	background-color: none;
	border-bottom: solid #af5555;
	width:100%;
}
h3{
	font-size: 20px;
	display: inline-block;
	background-color: none;
	border-bottom: solid #af5555;
	width: 400px;
}
h4{
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 25px;
	display: inline-block;
	background-color: none;
}
h5{
	margin-top: 2px;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 2px;
	background-color: none;
}
h6{
	margin-top: 2px;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 2px;
	background-color: none;
}
/*h2と同じ設定*/
.clear {
	clear: both;
}
/*ナビゲーション*/
.navi {
	margin-bottom: 3px;
	vertical-align: middle;
	margin-left: 10px;
}
.item {
	color: black;
	padding: 20px;
	float: left;
	width: auto;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}
.item:hover {
	color: blue;
	cursor: pointer;
}
.itemtarget {
	color: black;
	padding: 20px;
	float: left;
	width: auto;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	border-bottom: solid 3px blue;
}
.itemtarget:hover {
	color: blue;
	cursor: pointer;
}
.centereditem{
	padding: 5px;
	padding-bottom: 15px;
	width: 600px;
	margin-left: 100px;
	text-align: left;
	font-size: 15px;
	word-wrap: break-word;
}
.miditem {
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	width: 220px;
	margin-left: 25px;
	text-align: left;
	font-size: 15px;
	word-wrap: break-word;
}
.miditem a{
	font-size: 14px;
}

.bottomitem {
	padding: 5px;
	padding-bottom: 10px;
	width: 700px;
	margin-left: 10px;
	text-align: left;
	font-size: 15px;
	word-wrap: break-word;
}

.footer {
	background-color: #DDDDDD;
	
	padding: 15px 0 5px 0;
}

/*上へ戻る（下から出て来るアイコン）*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 4px 7px rgba(0,0,0,10);
	border-radius: 25px;
	}
#page-top img{
	bottom: 20px;
	right: 20px;
	border-radius: 25px;
}
#page-top a{
	display: block;
	width: 50px;
	height: 50px;
	color: none;
text-decoration: none;
}
#page-top:active {
	box-shadow: 0 2px 3px rgba(0,0,0,7);
	border-radius: 25px;
}
