
/* リンク */
A:link {
	color: navy;
	text-decoration: none; 
}
A:visited  {
	color: #003333;
	text-decoration: none;
} 
A:hover {
	color: #003333;
	text-decoration: underline;
}

A.word {
	text-decoration: underline;
}



BODY, TD {
	font-size: 12px; 
	line-height: 1.6em;
	color: #19191;
}


.article {
	font-size: 14px; 
	line-height: 1.6em;
	color: #19191;
}

.border {
	border:1px solid #000;
}


H1 {
	font-size: 24px;
	line-height: 1.5em;
}

H2 {
	font-size: 18px;
	line-height: 1.5em;
}

.hlt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.special {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	line-height: 1.5em;
}

.photocaption {
	font-size: 12px;
	color: #990000;
	line-height: 1.5em;
}


.last_mod_date {
	font-size: 10px;
}

.cat {
	font-family: Verdana;
	font-weight: bold;
	color: white;
}

.notice {
	text-align: center;
	color: #990000;
	font-weight: bold;
	line-height: 1.5em;
}

.caution {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	line-height: 1.5em;
}

.head {
	font-weight: bold;
	color: #990000;
}

.username {
	font-weight: bold;
}

.xmlfeed {
	font-size: 10px;
	color: #000099;
}

.y {
	font-size: 18px;
	font-weight: bold;
/*	font-family: "ＭＳ Ｐゴシック", "ヒラギノ明朝 Std W8", HiraMinStd-W8;	*/
	font-family: "HG丸ゴシックM-PRO", "ヒラギノ明朝 Std W8", HiraMinStd-W8;
	line-height: 1.5em;
}

.md {
	font-size: 32px;
	font-weight: bold;
	font-family: "HG丸ゴシックM-PRO", "ヒラギノ明朝 Std W8", HiraMinStd-W8;
	line-height: 1.5em;
}


