@charset "Shift_JIS";


/* インデックス------------------------------------------------------------------------------------*/
	/* マージンの指定----------------------------*/
	/* フォントの指定------------------------------*/
	/* 見出し要素の指定---------------------------*/
	
	
/* マージンの指定-------------------------------*/
.mgnL80 {
	margin-left: 80px;
}
.mgnB20 {
	margin-bottom: 20px;
}
.mgnB15 {
	margin-bottom: 15px;
}
.mgnB10 {
	margin-bottom: 10px;
}
.mgnB5 {
	margin-bottom: 5px;
}


/* フォントの指定---------------------------------*/
.txtBl {
	color: #009;
}
.txtRed {
	color: #f00;
}
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
}



