/* 共通要素設定 */
body {
	background-color: #6D6D6D;
	margin: 30px 0px 0px;
	padding: 0px;
}
/*h1, h2, h3, h4, h5, p {
	margin: 0px;
}
a {
	color: #8C715A;
	text-decoration: underline;
}
a:hover {
	color: #CFC0B4;
	text-decoration: underline;
}
a:visited {
	color: #CFC0B4;
	text-decoration: underline;
}*/
.headText p {
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
}
.naviText p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 4px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.naviText a {
	color: #FFFFFF;
	text-decoration: none;
}
.footText p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
	margin-top: 0px;
}
.contentsText p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 25px;
	text-align: left;
	margin-top: 0px;
}
.contentsText li {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}
.sheet th {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
.sheet td {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.text10 {
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 12px;
}
.text12 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.text12B {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}
.red {
	color: #CC0000;
	font-weight: bold;
}

