/* BASIC ELEMENTS */
* {
}
body {
	margin: 0px; 
	padding: 0px;
	color: #000000;
	font-family:"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 75%;
	line-height: 150%;
	text-align: left;
}
img {
	border:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a:hover {
 text-decoration:none;
}
a:hover img {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;
 opacity:0.6;
}
a:link,a:active,a:visited {
	color: #372b90;
	text-decoration: underline;
}
.ClearFix{
 /zoom:1;
}
.ClearFix:after{ 
 content:''; 
 display:block;
 clear:both;
}
.clr {
	clear:both;
}
br.clr {
}

/* バックナンバー */	
div#backn {
	width: 170px;
	border: solid 2px #000000;
	margin: 0 auto;
	padding: 0px;
	}
td.red {
	color: #ffffff;
	background-color: #ff0700;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin: 0 auto;
	padding: 5px;
	}
td.blue {
	color: #ffffff;
	background-color: #372b90;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin: 0 auto;
	padding: 5px;
	}
td.bnlink {
	color: #372b90;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline; 
	margin: 0 auto;
	padding: 5px;
	}
td.red20 {
	color: #ffffff;
	background-color: #ff0700;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto;
	padding: 5px;
	}
td.blue20 {
	color: #ffffff;
	background-color: #372b90;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto;
	padding: 5px;
	}
td.red19 {
	color: #ffffff;
	background-color: #ff0700;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
	margin: 0 auto;
	padding: 5px;
	}


.fs19 {
	font-size: 19px;
	line-height: 24px;
	}
.fs20 {
	font-size: 20px;
	line-height: 26px;
	}