/*基本設定*/
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;

}
.sub-box {
	width: 550px;
	text-align: left;

}
td {
	font-size: x-small;
	color: #000000;
}
h1.title {
	margin: 0px;
	padding: 0px;
}
h2.contents {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: small;
	margin-top: 15px;
	margin-bottom: 7px;
}
h4 {
	font-size: x-small;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 5px;
}
.xx-small {
	font-size: xx-small;
	color: #000000;
}
/*リンク設定*/
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*メニュー部*/
th.menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
td.menu {
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
a.menu:link {
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	font-size: x-small;
	color: #666633;
	text-decoration: none;
}
a.menu:hover {
	font-size: x-small;
	color: #FF6600;
	text-decoration: none;
}
/*段落*/
.text-box1 {
	margin: 5px;
	line-height: 1.3em;

}
/*ボーダー*/
.line-orange {
	border: 1px solid #FF9900;
	margin: 5px;
}
.line-blue {
	margin: 5px;
	border: 1px solid #003366;
}
.line-gray {
	border: 1px solid #999999;
	margin: 3px;
}
/*copyright*/
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-family: "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: x-small;
	color: #333333;
	padding: 3px;


}
.sub-ptop {
	text-align: right;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;

}
img.bann {
	margin-top: 5px;
}
