body          {
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica,Arial,sans-serif;
}

td         { font-size: 12px; line-height: 16px }
h1          { font-size: 18px; font-weight: normal; text-decoration: none }
h2            { font-size: 14px; font-weight: bold; text-decoration: none; margin: 10px 0 5px 0; border-bottom: medium dotted #999 }
h3            { font-size: 12px; font-weight: bold; text-decoration: none }
h4          { font-size: 10px; font-weight: normal; text-decoration: none }
h5          { font-size: 12px; font-weight: normal; text-decoration: none }
h6          { font-size: 12px; font-weight: normal; text-decoration: none }

a:link             { color: #4899A9; text-decoration: none }
a:visited            { color: #4899A9; text-decoration: none }
a:hover        { color: #FF9900; text-decoration: underline }
a:active            { text-decoration: none }


/* ---------------------------------
     メンテ等告知用
--------------------------------- */

.info {
	width: 930px;
  *width: 950px;
	text-align: left;
	border: 1px solid #E3DDD6;
	background-color: #FFFFCC;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.27em;
}
.info a {
	font-weight: bold;
}
