a:link    { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:active  { color: red;     text-decoration: none; }
a:hover   { color: red;     text-decoration: underline; }

body,td   { font-size   : 16px; color:black }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A {text-decoration: none;}

.title_center_big_black {
	font-size: 30px;
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:15px;
}


.subtitle_center_big_white {
	font-size: 22px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom:15px;

}

.subtitle_center_big_black {
	font-size: 22px;
	color: black;
	text-align: center;
	font-weight: bold;
	margin-bottom:15px;
	line-height:100%;

}


.copyright {
	font-size: 16px;
	color: red;
	font-weight: bold;
	text-align: center;
	padding:4px;
}

.top_modoru {
	font-size: 26px;
	color: blue;
	text-align: center;
	font-weight: bold;
	margin:20px;
}

.chuushaku {
	font-size: 15px;
	color: red;
	line-height: 100%;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
}

.chuushaku_next {
	font-size: 15px;
	color: red;
	line-height: 100%;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:0px;
}

.chuushaku_padding {
	font-size: 15px;
	color: red;
	line-height: 100%;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.chuushaku_big {
	font-size: 16px;
	color: red;
	line-height: 130%;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
}

.kyouchou_short {
	background-color:#ffff33;
}

.kyouchou_middle {
	background-color:#99ffff;
}

.kyouchou_long {
	background-color:#ccffcc;
}



