@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;
}

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

.big {
	margin:0 auto 5px auto;
	padding:0 0 0 14px;
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size:90%;
	color:#59a57b;
	line-height:24px;
	text-align:left;
}

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

.bigw {
	margin:0 auto 5px auto;
	padding:0;
	font-size:90%;
	color:#FFFFFF;
	line-height:24px;
	text-align:center;
}

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:#ff0000;
}
a:hover {
	text-decoration:underline;
	color:#ff6363;
}
a.link{
	text-decoration:underline;
	color:#333333;
}
a.link:hover {
	text-decoration:underline;
	color:#ff0000;
}