/* メニュー系
*************************************************************************************** */
.On {
	font-size: 12px;
	color:#B41F23;
	text-decoration: none;
}

.Off {
	font-size: 12px;
	color:#473e5b;
	text-decoration: none;
}

.Op {
	font-size: 12px;
	color:#464646;
}

.rightmenu {
	font-size: 12px;
	line-height: 120%;
	color:#FF6600;
	text-decoration: none;
}


/* 見出し系
*************************************************************************************** */
.h1 {
	margin:10px 0px 10px 0px;
	height: 25px;
	font-size: 22px;
	color:#B83033;
	font-weight: bolder;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_line.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.h2 {
	font-size: 16px;
	color:#B41F23;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.h3 {
	font-size: 16px;
	color:#336600;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

/* フッター系
*************************************************************************************** */
.date {
	font-size: 16px;
	color:#000040;
}

.copyright {
	font-size: 12px;
	color: #464646;
	font-family: coursive;
	font-style: italic;
}

/* メインコンテンツ系
*************************************************************************************** */
.main {
	font-size: 16px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color:#473e5b;
}

.left-margin {
	font-size: 16px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #473e5b;
	margin-left: 2em;
	padding-left: 1em;
	border: dashed 0px #000000;
}

.announce {
	font-size: 14px;
	line-height: 120%;
	color:#473e5b;
	text-decoration: none;
}

.rubi {
	font-size: 10px;
	color:#473e5b;
}

.kata_rubi {
	font-size: 10pt;
	color: #003399;
	border-bottom-style: solid;
	border-bottom-width: 1;
	margin-bottom: -10
}


/* a 系
*************************************************************************************** */
a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #B41F23;
	text-decoration: underline;
}