@charset "utf-8";



/* -----------------------------------------------------------

CSS Information



 File name:      contents.css

 Style Info:     ビギナーページ

----------------------------------------------------------- */



/*----------------------------------------------------

	汎用class

----------------------------------------------------*/

img {
 border: none;
}

.bg_brimame {
	background-image: url(/common/images/bg_side.gif);
	background-repeat: repeat-y;
}

/*----------------------------------------------------

	汎用文字class

----------------------------------------------------*/


.mini_txt10 {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}

.normal_txt12 {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.normal_txt14 {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

.bold_txt12 {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.bold_txt12bg {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-color: #cccccc;
}

.bold_txt14w {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background-color: #888888;
}



/*----------------------------------------------------

	テーブルボーダーclass

----------------------------------------------------*/

.border1 {
 border-color: #999999;
	border: 1px;
}



.bold_b_txt12 {
	color: #a88787;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.bold_b_txt14 {
	color: #a88787;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.normal_b_txt14 {
	color: #a88787;
	font-size: 14px;
	line-height: 18px;
}
.normal_b_txt12 {
	color: #a88787;
	font-size: 12px;
	line-height: 18px;
}
.bold_b_txt12w {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
