/* 基本レイアウト用 */
body {
	font-size:14px;
	color:#333333;
	line-height:20px;
}


/* テキスト */
.n_txt {
	font-size: 14px;
	line-height: 20px;
}
.n_txt2 {
	font-size: 14px;
	line-height: 24px;
}
.l_txt {
	font-size: 16px;
	line-height: 22px;
}
.s_txt {
	font-size: 12px;
	line-height: 18px;
}


/* マージン */

.mg03{
	margin-top:3px;
}
.mg05{
	margin-top:5px;
}
.mg10{
	margin-top:10px;
}
.mg20{
	margin-top:20px;
}
.mg30{
	margin-top:40px;
}
.mg40{
	margin-top:50px;
}
.mg50{
	margin-top:60px;
}