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

h1 {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f0;
	border-right-color: #6f0;
	border-bottom-color: #090;
	border-left-color: #090;
}
h2 {
	font-size: 16px;
	background-color: #cf9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
}
li {
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	height: 20px;
	width: 11%;
	margin-right: 1%;
	margin-left: 1%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	list-style-type: none;
	float: left;
}
h3 {
	font-size: 16px;
	color: #060;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9f9;
}
li a:link {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
}
li a:visited {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	font-weight: bolder;
	color: #999;
	text-decoration: none;
}
li a:hover {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	font-weight: bolder;
	color: #060;
	text-decoration: underline;
}
