@charset "UTF-8";

/*フォント
--------------------------------------*/
.bold {
	font-weight: bold;
}

.font_65 {
	font-size: 65%;
}
.font_b65 {
	font-size: 65%;
	font-weight: bold;
}

.font_80 {
	font-size: 80%;
	font-weight: normal;
}
.font_b80 {
	font-size: 80%;
	font-weight: bold;
}

.font_90 {
	font-size: 90%;
}
.font_b90 {
	font-size: 90%;
	font-weight: bold;
}
.font_110 {
	font-size: 110%;
}
.font_b110 {
	font-size: 110%;
	font-weight: bold;
}
.font_b110_red{
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
.font_120 {
	font-size: 120%;
}
.font_b120 {
	font-size: 120%;
	font-weight: bold;
}
.font_130 {
	font-size: 130%;
}
.font_b130 {
	font-size: 130%;
	font-weight: bold;
}
.font_140 {
	font-size: 140%;
}
.font_b140 {
	font-size: 140%;
	font-weight: bold;
}
.font_150 {
	font-size: 150%;
}
.font_b150 {
	font-size: 150%;
	font-weight: bold;
}
.font_160 {
	font-size: 160%;
}
.font_b160 {
	font-size: 160%;
	font-weight: bold;
}
.font_170 {
	font-size: 170%;
}
.font_b170 {
	font-size: 170%;
	font-weight: bold;
}
.font_180 {
	font-size: 180%;
}
.font_b180 {
	font-size: 180%;
	font-weight: bold;
}
.font_200 {
	font-size: 200%;
}
.font_b200 {
	font-size: 200%;
	font-weight: bold;
}



/*カラー
--------------------------------------*/

.color_red {
	color: #FF0000;
}
.color_blue {
	color: #0066CC;
}
.color_green {
	color: #090;
}
.color_or {
	color: #D86029;
}
.color_move{
	color: #330066;
}
.color_pink{
	color: #F36;
}
.color_w{
	color: #FFF;
}
.color_gl{
	color: #666;
}





/*bg付き文字
--------------------------------------*/

.bg_red {
	color: #FFF;
	background-color: #F00;
	padding: 2px;
}
.bg_blue {
	color: #06C;
	background-color: #9CF;
	padding: 2px;
}
.bg_or {
	color: #333;
	background-color: #FFD4C9;
	padding: 2px;
}




/*スペース
--------------------------------------*/

.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}


/*フロートクリアとスペース-----*/
.clear_bottom70 {
	clear: both;
	margin-bottom: 70px;
}
.clear_bottom50 {
	clear: both;
	margin-bottom: 50px;
}
.clear_bottom30 {
	clear: both;
	margin-bottom: 30px;
}
.clear_bottom20 {
	clear: both;
	margin-bottom: 20px;
}
.clear_bottom10 {
	clear: both;
	margin-bottom: 10px;
}
.clear_bottom0 {
	clear: both;
	margin-bottom: 0px;
}


/*センター揃え-----*/
.center {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.center_bm10 {
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.center_bm20 {
	margin-bottom: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.center_bm30 {
	margin-bottom: 30px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/*更新システムのフォントの装飾-----*/
#font_guide {
	clear: both;
	padding: 0px;
	font-size: 90%;
	line-height: 1.6em;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#font_guide dl {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #F7F5E7;
}
#font_guide dt {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
#font_guide dd {
	padding-left: 15px;
	margin-bottom: 7px;
}

.font_1 {
	font-weight: bold;
}
.font_2 {
	color: #EC5E5B;
}
.font_3 {
	color: #396;
}
.space {
	margin: 0px;
	padding: 0px;
	clear: both;
}


