/* CSS Document */

@charset "utf-8";


body {
	width: 800px;
	background-color: #F3F3E4;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table {
	border-collapse: collapse;
	line-height: 150%;
}
th {
	padding: 5px;
	font-size: 12px;
	background-color: #DDEEFF;
}

td {
	padding: 5px;
	font-size: 12px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}


fieldset {
	margin: 10px;
}
legend {
	padding: 5px;
	margin-left: 10px;
}



#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 80px;
	background-color: #132D5E;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	height: 54px;
	text-indent: -9999px;
	width: 300px;
}


#globalnavi {
	clear: both;
	height: 26px;
	width: 800px;
}

#globalnavi ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 26px;
	width: 800px;
	border-collapse: collapse;
	overflow: hidden;
}
#globalnavi li {
	display: inline;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#globalnavi a {
	height: 26px;
	width: 130px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
}



#body {
	background-color: #FFFFFF;
	color: #555555;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
}

#body h2 {
	background-image: url(../images/bg_h2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding: 20px;
	margin: 0px;
	font-size: 16px;
}

#body h3 {
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #296CB2;
	padding-left: 20px;
	background-position: left bottom;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
	width: 95%;
}
#body h4 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 14px;
	background-color: #E0E0E0;
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	clear: left;
	width: 90%;
}
#body h5 {
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-color: #0066FF;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	width: auto;
	border-bottom-style: solid;
	padding-left: 10px;
}
#body h6 {
	font-size: 12px;
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
}



#body p {
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#body #bottomnavi {
	font-size: 12px;
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 20px;
}
.align_r {
	text-align: right;
}

