/* CSS Document */


/*link*/

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}


h1 {
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
}
a.h1 {
	color: #FFFFFF;
}


h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	color: #663300;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	width: auto;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/*font*/


.p {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.style1 {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.style2 {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}

.style3 {
	font-size: 12px;
	color: #666600;
}

.style4 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.style5 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}

.style6 {
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	line-height: 20px;
}

.style7 {
	font-size: 11px;
	color: #996600;
	padding: 0px;
	margin: 0px;
}

