@charset "shift_JIS";

/*基本設定*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333
}

/*テキスト制御*/

.M {
	font-size: 12px;
	line-height: 140%;
}
.S {
	font-size: 10px;
	line-height: 140%;
}
.L {
	font-size: 14px;
	line-height: 140%;
}
.LL {
	font-size: 18px;
	line-height: 140%;
}

/*レイアウト制御*/

.top_wn_table {
	border-color: #CCCCCC; border-style: solid; border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

.cell {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
