/*
##################
背景
##################
*/
body{
	
	color:#000000;
	font-size:14px;
}

/*
##################
配置・セル設定
##################
*/
td  { color: #000000; font-size: 12px; line-height: 120% }

.font{
	color:#000000;
	font-size:14px;
	line-height:150%;
}

.font2{
	color:#000000;
	font-size:15px;
	line-height:150%;
}

/*
##################
見出し
##################
*/
H1 { color: #2f559c; font-size: 17px; font-weight: bold; line-height: 100%; display: inline }
H2 { color: #c10000; font-size: 12px; font-weight: bold; line-height: 110%; display: inline }
H3{
	font-size:100%;
	line-height:100%;

	color:#ffffff;
	background:#2f559c;
	display:inline;
        padding:1px;
}

H4   { color: #2f559c; font-size: 14px; font-weight: bold; line-height: 100%; display: inline }
H6{
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	display:inline;
}

/*
##################
リンク
##################
*/
A:link    { color: #036; font-size: 12px; text-decoration: none }
A:visited    { color: #036; font-size: 12px; text-decoration: none }
A:active{
	color:#bf2709;
	text-decoration:none;
}
A:hover    { color: #bf2709; font-size: 12px; text-decoration: none }
