@charset "shift_jis"; 

BODY{
background: repeat-y 0% 0%;
margin:0px;
color:#CCCCCC;
}

A {
text-decoration: none
}

A:link {
color:#003399;	/* リンク：文字色 */
text-decoration:none;	/* 下線など */
}

A:visited {
color:#6666FF;	/* 既訪リンク：文字色 */
text-decoration:none;	/* 下線など */
}


.f5 {  font-size: 16pt; line-height: 120%}
.f4 {  font-size: 12pt; line-height: 120%}
.f3 {  font-size: 10pt; line-height: 140%}
.f2 {  font-size: 8pt; line-height: 120%}
.f1 {  font-size: 6pt; line-height: 120%}

.f5b {  font-size: 16pt; line-height: 100%}
.f4b {  font-size: 12pt; line-height: 100%}
.f3b {  font-size: 10pt; line-height: 100%}
.f2b {  font-size: 8pt; line-height: 100%}
.f1b {  font-size: 6pt; line-height: 100%}

.f5p {  font-size: 16pt; line-height: 120%; padding: 1em}
.f4p {  font-size: 12pt; line-height: 120%; padding: 1em}
.f3p {  font-size: 10pt; line-height: 140%; padding: 1em}
.f2p {  font-size: 8pt; line-height: 120%; padding: 1em}
.f1p {  font-size: 6pt; line-height: 120%; padding: 1em}


.list {
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}

.list a:link {
	color: #FF6600;
	text-decoration: underline;
}

.list a:visited {
	color: #FF6600;
	text-decoration: underline;
}

.list a:hover {
	color: #000066;
	text-decoration: underline;
}

.list a:active  {
	color: #000066;
	text-decoration: underline;
