/*---------------- テキスト基本設定 ----------------*/

.sText {
	font-size: 10px;
	line-height: 140%;
	}
	
.mText {
	font-size: 12px;
	line-height: 140%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

/* 特殊 */
.pad-text {
	font-size: 12px;
	line-height: 120%;
	padding-left: 15px;
}
	
body {
	background-image: url(img/main_bg.gif);
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.shousai-bg{
	background-image: url(img/drama_bg.jpg);
	background-repeat: no-repeat;

}
