BODY{
	font-size : 12px;
	color : #333333;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin-top:0px;
}

a{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
}

FORM{
	margin : 0px;
}

INPUT{
	font-size : 12px;
}

HR{
	margin : 0px;
}

TABLE{
	margin : 0px;
}

TABLE.title_table{
	background-color : #000099;
	border-width : 0px;
	
}

TD{
	font-size : 12px;
	text-decoration : none;
}

TD.title_table{
	font-size : 12px;
	background-color : #000099;
	border-width : 0px;
	padding : 3px;
	text-decoration : none;
}

TD.label_table{
	font-size : 12px;
	background-color : #FF6600;
	padding : 3px;
	text-decoration : none;
}

TD.value_table{
	font-size : 12px;
	background-color : #FFFFCC;
	padding : 3px;
	text-decoration : none;
}

.title{
	font-size : 24px;
	color : #FFFFFF;
	text-decoration : bold;
}

.subtitle{
	font-size : 16px;
	color : #FFFFFF;
	background-color : #000099;
	text-decoration : bold;
}

.comment{
	font-size : 12px;
	color : #333333;
	text-decoration : none;
}

.label{
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : bold;
}

.value{
	font-size : 12px;
	color : #333333;
	text-decoration : none;
}

.error{
	font-size : 12px;
	color : #FF0000;
	text-decoration : bold;
}

.top_link{
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

.copyright{
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

.s12{
	font-size : 12px;
	text-decoration : none;
}
.s14{
	font-size : 14px;
	text-decoration : none;
}
.s16{
	font-size : 16px;
	text-decoration : none;
}
.s18{
	font-size : 18px;
	text-decoration : none;
}
.s24{
	font-size : 24px;
	text-decoration : none;
}

.b12{
	font-size : 12px;
	text-decoration : bold;
}
.b14{
	font-size : 14px;
	text-decoration : bold;
}
.b16{
	font-size : 16px;
	text-decoration : bold;
}
.b18{
	font-size : 18px;
	text-decoration : bold;
}
.b24{
	font-size : 24px;
	text-decoration : bold;
}


/*  フォント最小 */
.level0 {  font-size:10px; line-height: 120% }

/*  フォント小 */
.level1 {  font-size: 10.5px; line-height: 120% }

/*  フォント標準 */
.level2 {  font-size: 11px; line-height: 15px }

/*  フォント大 */
.level3 {  font-size: 13px; line-height: 19px }

/*  フォント最大*/
.level4 {  font-size: 18px; line-height: 20px }

/*  フォント特大*/
.level5 {  font-size: 18px; line-height: 100% }





.level3_blue {
	font-size: 13px;
	line-height: 19px;
	color: #3333CC;
	font-weight: bold;
}
.level3_red{
	font-size: 13px;
	line-height: 19px;
	color: #CC0000;
	font-weight: bold;
}

.level4_red {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
}

