body {
	background-image: url(common/sky_bg.jpg);
	background-repeat: no-repeat;
	background-position: 480px top;
	background-attachment: scroll;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
}

a {
	color: #000000;
}

a:hover {
	color: #666666;
}

.text_SS {  font-size: 9px}
.text_S {  font-size: 10px }
.text_M {  font-size: 12px }
.text_L {  font-size: 14px }

.text_SS_B {  font-size: 9px; font-weight: bold}
.text_S_B {  font-size: 10px; font-weight: bold}
.text_M_B {  font-size: 12px; font-weight: bold}
.text_L_B {  font-size: 14px; font-weight: bold}

.text_SS_10 {  font-size: 9px; line-height: 100%}
.text_SS_15 {  font-size: 9px; line-height: 150%}
.text_SS_175 {  font-size: 9px; line-height: 175%}
.text_SS_20 {  font-size: 9px; line-height: 200%}

.text_S_10 {  font-size: 10px; line-height: 100%}
.text_S_15 {  font-size: 10px; line-height: 150%}
.text_S_175 {  font-size: 10px; line-height: 175%}
.text_S_20 {  font-size: 10px; line-height: 200%}

.text_M_10 {  font-size: 12px; line-height: 100%}
.text_M_125 {  font-size: 12px; line-height: 125%}
.text_M_15 {  font-size: 12px; line-height: 150%}
.text_M_175 {  font-size: 12px; line-height: 175%}
.text_M_20 {  font-size: 12px; line-height: 200%}

.text_M_15_B {  font-size: 12px; line-height: 150%; font-weight: bold}

.text_L_10 {  font-size: 14px; line-height: 100%}
.text_L_15 {  font-size: 14px; line-height: 150%}
.text_L_175 {  font-size: 14px; line-height: 175%}
.text_L_20 {  font-size: 14px; line-height: 200%}

.left10px {
	margin-left: 10px;
	padding-left: 10px;
}

