@charset "shift_jis";

/*======================================
         特殊フォント
======================================*/
.red {
	color: #FF0000;
}
.b1 {
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #000000;
}
.b2 {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.b3 {
	font-weight: bold;
	color: #000000;
	float: none;
	font-size: 18px;
}
.b4 {
	font-weight: normal;
	text-decoration: line-through;
}
.b5 {
	font-weight: normal;
	text-decoration: underline;
}
.red1 {
	font-weight: bold;
	color: #FF0000;
}
.red2 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.red3 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red4 {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.red5 {
	font-weight: normal;
	color: #FF0000;
	font-size: 14px;
}
.red6 {
	font-weight: bold;
	color: #FF0000;
	font-size: 48px;
}

.green {
	font-weight: bold;
	color: #090;
	font-size: 16px;
}
.bleu {
	font-weight: bold;
	color: #06F;
	font-size: 16px;
}
.bule1 {
	font-weight: bold;
	color: #0000FF;
}
.black {
	color: #000;
}
.sm1 {
	font-weight: normal;
	color: #000000;
	font-size: 90%;
}

.sm2 {
	font-weight: normal;
	color: #000000;
	float: none;
	font-size: 90%;
}


.item {
	font-size:14px;
	text-align:left;
	padding: 5px 0 0px 20px;
	margin: 0px 0 0 0 !important;
	color:#000;
}


.banner {
	border:dotted 1px #cccccc;
	background-color:#e3f2fb;
	padding:5px;
	font-size:12px;
}