@charset "shift_jis";
.top {
	vertical-align: top;
}
.font_basic {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
.font_bold {
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	font-weight: bold;
}
.font_ms {
	font-size: 11px;
	line-height: 1.3em;
	color: #333333;
}
.font_s {
	font-size: 10px;
	line-height: 1.4em;
}


.bold {
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.font_l_bold {
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
	font-weight: bold;
}
.center {
	text-align: center;

}
.font_midashi_g {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg_red {
	background-color: #fce4df;
}
.bg_pink {
	background-color: #fbe0ec;
}
.bg_yellow {
	background-color: #fff9dd;
}
.bg_green {
	background-color: #ddffdd;
}
.bg_purple {
	background-color: #f4ddff;
}
.bg_beige {
	background-color: #eee5ca;
}
.bg_darkgreen {
	background-color: #d5e3d4;
}
.bg_orange {
	background-color: #fce2c4;
}
.bg_brown {
	background-color: #e6d1be;
}
.bg_cyan {
	background-color: #d8effc;
}
.bg_blue {
	background-color: #dee5f4;
}
.bg_gray {
	background-color: #efefef;
}
strong {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.font_midashi_b {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000066;
	width: 100%;
	font-weight: bold;
}
.font_midashi_o {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FF3300;
	width: 100%;
	font-weight: bold;
}
.font_midashi_s {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFF66;
	width: 100%;
	font-weight: bold;
}
a:link {
 text-decoration:underline;
 color: #009933;
}
a:visited {
 text-decoration:underline;
 color: #CC3300;
}
a:hover { color: #FF6600; text-decoration: underline }
a:active { text-decoration:none }

