/* CSS Document */

body {
	background-color: #F0FFF0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.article1 {
    font-size: 14px;
    font-weight: bold;
}
.article2 {
    font-size: 14px;
}
.article3 {
	padding-left: 15px;
}
.image1 {
	padding: 0px 0px 5px 0px;
}
.title1 {
    font-size: 18px;
    font-weight: bold;
	color: #000021;
}
.style1 {
    font-size: 11px;
}
.style2 {
    font-size: 12px;
    font-weight: bold;
}
.style3 {
    font-size: 18px;
}
.style4 {
    font-size: 20px;
}
.style5 {
    font-size: 11px;
    font-weight: bold;
	color: #000021;
}

body,td,th {
	font-family: "ヒラギノ明朝 Pro W6", "平成明朝", Georgia, "ＭＳ Ｐ明朝", sans-serif;
	font-size: 12px;
	color: #002288;
}
h1 {
	font-size: 18px;
	color: #0033CC;
}
h2 {
	font-size: 20px;
}
h5 {
	font-size: 10px;}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #00FF00;
}