@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(/img_site/back_gray.png);
	background-repeat: repeat;
	min-width: 1020px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	margin: 5px;
	padding: 0px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #069;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a:visited {
	color: #C69;
	text-decoration: none;
}
h1  {
	float: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #C84D4D;
	background-color: #333;
	background-image: url(/img_site/checkmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
}
h2 a:link {
	color: #FFF;
}
h2 a:visited {
	color:: #FFF;
	color: #FFF;
}

h3 {
	color: #FFF;
	padding: 3px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #3D9C4A;
	text-indent: 10px;
	cursor: pointer;
	margin: 5px;
	background-color: #333;
	background-image: url(/img_site/menu_back2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h4 {
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	color: #096;
	font-size: small;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #096;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

th {
	color: #333;
	background-color: #CCC;
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
pre {
	font-size: small;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

