/* フォントスタイル */
H1 {
	color: #ffffff;
	background: #20A0A3;
	background-color: #20A0A3;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	padding: 3px 0 1px 10pt;
	margin: 0 0 0 0;
	border-color    : #20A0A3;
	border-style    : none none none none;
	border-width    : 0 0 0 0.1px;
}

P {
	color: black;
	font-size: 12pt;
	line-height: 15pt;
	margin-left: 10pt
}
/* リンク */
A:link {
	color: #20A0A3;				/* 文字色 */
	text-decoration:none
}

A:hover {
	color: #0066FF;				/* 文字色 */
	text-decoration:underline
}

A:visited {
	color: #0066FF;				/* 文字色 */
	text-decoration:none
}

A:active {
	color: #20A0A3;				/* 文字色 */
	text-decoration:none
}

/* レヴュークラス */
.review {
	color: black;
	font-size: 12pt;
	line-height: 15pt
}

/* INDEXクラス */
.header {
	color: black;
	font-weight:bold;
	font-size: 18pt;
	line-height: 20pt
}

.fooder {
	color: black;
	font-weight:bold;
	font-size: 18pt;
	line-height: 20pt
}

.menu {
	color: black;
	font-weight:none;
	font-size: 11pt;
	line-height: 13pt
}
.reviewindex {
	color: black;
	font-weight:bold;
	font-size: 12pt;
	line-height: 15pt
}

.reviewtitle {
	color: black;
	font-weight:none;
	font-size: 10pt;
	line-height: 12pt
}

