/* 初期はIMEオフ */
.ime {
	ime-mode: inactive;
}

/*------------------------------
エラー表示
------------------------------*/
.errWindow{
	width:200px !important;
}
	.errWindow div.body{
		background-image: url(/common/images/err/errWindowBody_s.png) !important;
		background-position: center center !important;
		background-repeat: repeat-y !important;
		padding: 0px 15px !important;
		text-align: left !important;
	}
		/*.errWindow div.body p{
			background-image: url(/common/images/err/errWindowCaution.gif) !important;
			background-position: 0px 0px !important;
			background-repeat: no-repeat !important;
			padding: 3px 0px 5px 23px !important;
			color: #ED1E19 !important;
			font-weight: bold !important;
		}*/
		.errWindow div.body span{
			color: #f00 !important;
			font-size: 86% !important;
		}
	
/* for IE8 */	
html>/**/body #err_acception {  
	xmargin-left /*\**/: -150px\9;  
}  

/*------------------------------
ティッカー
------------------------------*/

div#newsTicker {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    width: 550px;
    height: 17px;
    overflow: hidden;
    text-align: left;
}
    body div#newsTicker ul {
    	float: none;
    	width: auto;
    	position: relative;
    }
    	div#newsTicker ul li {
    		display: block;
    		position: absolute;
    		top: 0;
    		left: 0;
    		background: #fcfcfc;
    		height:1.5em;
    	}

