.ss {  font-size: 8px; line-height: 11px}
.s {  font-size: 10px; line-height: 13px}
.sm {  font-size: 12px; line-height: 16px}
.m {  font-size: 14px; line-height: 18px}
.ml {  font-size: 16px; line-height: 20px}
.l {  font-size: 20px; line-height: 25px}
.mb { font-size: 14px; line-height: 18px ; font-weight: bold}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
.sm2 {
font-size: 11px; line-height: 16px
}

/*リンクの下線消す*/
a { text-decoration:none;
}

/*通常用リンク*/
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover { 
	color: #CCCCCC;
}
a:active {
	color: #666666;
}