@charset "utf-8";

/* CSS Document */

/*
    Font Size   ---------------------------------------------------------------
*/
.f16 {
	font-size:100%;
	color:#333333;
	line-height:26px;
}
.f14 {
	font-size:95%;
	color:#333333;
	line-height:24px;
}
.f12 {
	font-size:85%;
	color:#333333;
	line-height:22px;
}
.f10 {
	font-size:75%;
	color:#333333;
	line-height:18px;
}

.small {
	margin:5px auto 10px auto;
	padding:0;
	font-size:75%;
	color:#333333;
	text-align:center;
}

.news_day {
	font-size:75%;
	color:#000099;
	line-height:14px;
}

.news_txt {
	font-size:85%;
	color:#333333;
	line-height:26px;
}	

.green {
	color:#2b9a00;
}

p {
	margin:0 auto 15px auto;
	padding:0;
	font-size:85%;
	color:#333333;
	line-height:22px;
	text-align:left;
}

ol {
	margin:0 0 15px 30px;
	padding:0;
	font-size:85%;
	color:#333333;
	line-height:22px;
	text-align:left;
}


/*
    Font Over ---------------------------------------------------------------
*/
a {
	text-decoration:underline;
	color:#0048ff;
}
a:hover {
	text-decoration:underline;
	color:#4d98f2;
}
a.link{
	text-decoration:underline;
	color:#333333;
}
a.link:hover {
	text-decoration:underline;
	color:#0048ff;
}
a.pick{
	text-decoration:underline;
	font-size:110%;
	color:#f42525;
}
a.pick:hover {
	text-decoration:underline;
	font-size:110%;
	color:#ff9500;
}