@charset   "Shift_JIS";
/*  === 全体のスタイル ===  */
body{
		margin:0px;
		padding:0px;
		background-color:#FFFFFF;
		font-family : Verdana;
		line-height:140%;
		color: #333333;
}
a:link {
		text-decoration:none;
		color: #2e389a;
}
a:visited {
		text-decoration:none;
		color: #2e389a;
}
a:active {
		text-decoration:none;
		color: #2e389a;
}
a:hover {
		text-decoration:underline;
		color: #cc0000;
}
#line{
		width:100%;
		height:20px;
		background-color:#2e389a;
		margin-top: 0px;
		margin-bottom: 0px;
}
#centertable{
		width: 700px;
		height: 95%;
}
#contentstable{
		width:600px;
		text-align:left;
		padding-left:75px;
		padding-right:75px;
		padding-top:10px;
		padding-bottom:30px;
}
#footer{
		width: 750px;
		height: 30px;
		line-height:120%;
		text-align:center;
		padding-top:8px;
}
#copy{
		font-family:Verdana;
		text-align:center;
		padding:10px;
}
/* 本文(黒文字・小) */
.txt-s{
		font-size : 13px;
		font-family : Verdana;
		line-height : 20px;
}
/* 本文(黒文字・大) */
.txt-b{
		font-size : 15px;
		font-family : Verdana;
		line-height : 20px;
}
/* 本文(赤文字・特大) */
.txt-br{
		font-size : 22px;
		font-family : Verdana;
		line-height : 20px;
		color : #990000;
}
/* 見出し(青文字) */
.txt02{
		font-size : 15px;
		font-family : Verdana;
		color: #2e389a;
		line-height : 20px;
}



