@charset "Shift_JIS";

/* *********************************************************************

CSS FILE bl/index.css

1.Read Text
2.Alert
********************************************************************* */

/* *********************************************************************
1.Read Text
********************************************************************* */
.left-txt {
	float:left;
	width:310px;
	padding:5px 10px 20px 20px;
	font-size:88%;
}

.right-img{
	float:right;
	width:300px;
	background:#000;
	margin:5px 10px 30px 10px;
}

/* *********************************************************************
2.Alert
********************************************************************* */
.alert {
	font-size:84%;
	color:#ff0000;
}
