body{
	background-color:#990033;
	margin-top:0;
}


.headline {  font-size: 14px; font-weight: bold; color: #990033}
.px12c {  font-size: 12px; color: #990033}
.lead {  line-height: 130%}
.px12b { font-size: 12px; color: #333333; line-height: 120%}
.copyright {  font-size: 14px; line-height: 125%; color: #FFFFFF}
.px12 {
font-size: 12px
}
.line {
	border: thin solid #CC6666;
}
h1 {
	line-height: 130%;
}
h2 {
	line-height: 130%;
}
p {
	line-height: 130%;
}

.block img {
	display: block;
	clear: both;
	}

.img_c {
	text-align: center;
	margin: 5px auto;
	}

.img_r {
	text-align: right;
	}
	
.img_l {
	text-align: left;
	}

/* BT文字修飾用 */

.strike {
	text-decoration: line-through;
}

.u {
	text-decoration: underline;
}

.txcenter {
	text-align: center;
	display: block;
}

.txleft {
	text-align: left;
	display: block;
}

.txright {
	text-align: right;
	display: block;
}

/* BT色定義 */
.blue {
	background-color: transparent;
	color: blue;
}

.darkblue {
	background-color: transparent;
	color: #00008C;
}

.green {
	background-color: transparent;
	color: green;
}

.red {
	background-color: transparent;
	color: red;
}

.vermillion {
	background-color: transparent;
	color: #CC0033;
}
