*{
	font-size: 12px;
	color: #000033;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	line-height: 18px;
	background-color: #FFFFFF;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.all {
	width: 665px;
	padding-left: 20px;
}

.gyo {
	width: 500px;
}

.date {
	font-size: 12px;
	color: #333333;
	width: 90px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.date_span {
	margin-left: 10px;
}

.text {
	font-size: 12px;
	color: #333333;
	float: right;
	width: 410px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.text a {
	text-decoration: underline;
}

/*----------------------------------------------------
     align-float
----------------------------------------------------*/
.al_l {
	text-align: left;
}
.al_c {
	text-align: center;
}
.al_r {
	text-align: right;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.c_b {
	clear: both;
}
