@charset "UTF-8";

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

.font_65 {
	font-size: 65%;
}

.font_70b {
	font-size: 70%;
	font-weight: bold;
}

.font_80 {
	font-size: 80%;
	font-weight: normal;
}
.font_80_red {
	font-size: 80%;
	color: #C63;
	line-height: 1.6em;
}
.font_b80 {
	font-size: 80%;
	font-weight: bold;
}
.font_90 {
	font-size: 90%;
	font-weight: normal;
}
.font_b90 {
	font-size: 90%;
	font-weight: bold;
}

.font_120 {
	font-size: 120%;
}
.font_b120 {
	font-size: 120%;
	font-weight: bold;
}
.font_140 {
	font-size: 140%;
}
.font_b140 {
	font-size: 140%;
	font-weight: bold;
}
.font_160 {
	font-size: 160%;
}
.font_b160 {
	font-size: 160%;
	font-weight: bold;
}

.font_b180 {
	font-size: 180%;
	font-weight: bold;
}



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

.color_red {
	color: #C00;
}
.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;
}
.color_gl70{
	color: #999;
	font-size: 70%;
	font-weight: normal;
}




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

.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;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom80 {
	margin-bottom: 80px;
}
.bottom100 {
	margin-bottom: 100px;
}


/*フォントの装飾について-----*/
#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;
}

/*背景色-----*/
.bgcolor_1 {
	background-color: #FEEAEF;
}
.bgcolor_2 {
	background-color: #FEE9D0;
}
.bgcolor_3 {
	background-color: #D7FEE1;
}
.txt_bg_pink {
	background-color: #FEEAEF;
	padding: 15px;
	margin: 0px;
}
.txt_bg_ye {
	background-color: #FFFFCA;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
