/*--- Font ここの部分を３つのCSSごとに変える（主にフォントサイズ）---*/
#contArea {
	font-size:11px;
	line-height:1.5em;
}

h1,h2,h3,h4,h5 {
	font-size:11px;
	line-height:100%;
}

.lsm {
	letter-spacing:-1px;
}

.text_s { font-size: 12px; line-height: 120%; color: #464646; word-spacing: 0.1em; }
.text_m { font-size: 12px; line-height: 130%; color: #464646; word-spacing: 0.1em; }
.text_m2 { font-size: 12px; line-height: 130%; color: #464646; word-spacing: 0.1em; }
.text_m2_or { font-size: 12px; line-height: 130%; color: #ff9900; word-spacing: 0.1em; }
.text_mb_red { font-size: 12px; line-height: 130%; color: #ff0000; word-spacing: 0.1em; font-weight: bold; }
.text_mb_br2 { font-size: 12px; line-height: 130%; color: #9c4e01; word-spacing: 0.1em; font-weight: bold; }
.text_mb_bl4 { font-size: 12px; line-height: 130%; color: #3366cc; word-spacing: 0.1em; font-weight: bold; }
.text_ft { font-size: 12px; line-height: 200%; color: #535ca7; word-spacing: 0.1em; }
.text_ft2 { font-size: 12px; line-height: 200%; color: #535ca7; word-spacing: 0em; }
.text_bold { font-weight: bold; }
.text_bold_red { color: #ff450c; font-weight: bold; }