h1 {
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}

A  {
	font: bold;
	color : #0000ff;
}

A:Visited  {
	color : #003399;
}

A:Active  {
	color : #003399;
}

A:Hover  {
	text-decoration : underline;
}

.link    { font-weight: bold; line-height:140%; }
.link2    { font-weight: bold; line-height:140%; margin-left:12px; }
.caption { font-weight:bold; margin-top:12px;}
.indent  { margin-left:12px;}
.desc    { font-size:10px; color:#cc3300;}
.hdr1 {  font-weight: bold; color: black}
.menu { font-size: 12px; color: white; margin-right: 8px; }
.hdr2 { font-weight: bold; color: white; }

/* 大見出しページ用 */
.h2 {
	color: #0066cc;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top:     4px;
	margin-bottom:  4px;
}

.form{
  background-color: #ffffe0;
}

.come{
  color: red;
}

