/*----------------フォーム設定----------------*/

form {
	margin: 0px;
}

/*----------------リンク基本設定----------------*/

A:link {color:#0033FF; text-decoration:none}
A:visited {color:#0033FF; text-decoration:none}
A:hover {color:#0033FF; text-decoration:underline}
A:active {text-decoration:none}

/*----------------オンライン補足用----------------*/

.comment{
	margin:5px 0px 10px;
	line-height:130%;
	font-size:12px;
	padding: 0px;
        }     
/*----------------テキスト基本設定----------------*/

.normaltext{
	font-size: 12px;
	}
	
.sText {
	font-size: 10px;
	line-height: 120%;
	}
	
.sText-high {
	font-size: 10px;
	line-height: 180%;
	}
		
.mText {
	font-size: 12px;
	line-height: 130%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

/*----------------色付きテキスト設定----------------*/

/*---黄色、小、行送り違い---*/

.t-yellow-s-middle {
	font-size: 10px;
	line-height: 120%;
	color: #FFFF00;
	}

.t-yellow-s-middle {
	font-size: 10px;
	line-height: 120%;
	color: #FFFF00;
	}

.t-yellow-m-middle {
	font-size: 12px;
	line-height: 120%;
	color: #FFFF00;
	}
	
/*---赤テキスト---*/
	
.t-red-s-middle {
	font-size: 10px;
	line-height: 120%;
	color: #FF0000;
	}

.t-red-m-middle {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
	}
	
.t-red-m-middle {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
	}
/*---黒テキスト---*/
	
.t-black-s-middle {
	font-size: 10px;
	line-height: 120%;
	color: #000000;
	}

.t-black-m-middle {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	}
	
.t-black-l-middle {
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	}

.about {
	font-size: 12px;
	line-height: 120%;
	background: url(/official/slot-panic/common/line_bg01.gif) repeat-x top;
	padding: 15px 0px 0px;
	margin-bottom: 10px;
}
