﻿* {
	margin: 0;
	padding: 0;
}

header {
	background-image:url('topimages/header_img.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #81add4;
	padding: 0px 10px;
	height: 180px;
	}
h1 {
	padding: 10px;
	}

header a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}

div.main {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

div {
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	margin: -5px 0px 5px 0px;
	background-color: #005580;
	padding: 4px 5px;
}
h3 {
	font-size: 1.2rem;
	font-weight: none;
	}
p + h3 {
	margin-top: 1rem;
}
p {
	text-indent: 1em;
}
p.right {
	text-align: right;
	font-size: 0.8rem;
}
p.last {
	margin-bottom: 50px;
}
p.attn {
	margin: 1em;
	padding: .5em;
	background-color: #fff
}
ul.article {
	margin-left: 20px;
}
ul.hist {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
ol {
	margin-left: 20px;
}
nav ul	{
	margin-top: 0px;
	text-align: center;
	list-style-type: none;
	padding: 5px;
}
nav li	{
	margin-bottom: 5px;

}

nav {
	float: left;
	width: 220px;
	height: 500px;
	}

div.clear{
	clear: both;
	}

article{
	margin-top: 20px;
	margin-left: 240px;
	}

img.right{
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 280px;
	}
img.vright{
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 200px;
	}

img.face{
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 150px;
	}

img.left{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 280px;
	}

img.vleft{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 200px;
	}

article p {
	margin-bottom: 6px;
	}

span.date{
	margin-right: 20px;
	font-weight: bold;
	}

span.red{
	color: #8E0000;
	}

span.indent{
	padding-left: 60px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif,  "Hiragino Kaku Gothic Pro" ;
	color: #4C4C4C;
	background-color: #e6f7ff;
	}

footer {
	background-color: #8cb3d9;
	padding: .5em;
	margin-top: 24px;
	font-size: 0.9rem;
	text-align: center;
	}

a:link,a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #005580;
	text-decoration: none;
	}

a.button {
	text-decoration: none;
}

.button {
	display: inline-block;
	height: 54px;
	text-align: center;
	line-height: 54px;
	outline: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-left: 12px solid #3984ac;
	color: #333;
	line-height: 3.4em;
	overflow: hidden;
	display: block;
}
.button:hover {
	color: #fff;
	font-weight: bold;
}
.button::after {
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	left: 0;
	background-color: #3984ac;
}


dl {
	padding-left: 10px;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 10px;
	font-size: 95%;
}
article li {
	margin-left: 0px;
	list-style-type: none;
}
