@charset "utf-8";

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:after {



    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===================== all base =====================*/
* { 
	margin: 0; padding: 0;
	font-family:'ＭＳ Ｐゴシック','ＭＳゴシック','ヒラギノ角ゴ Pro W3',Osaka,'メイリオ',Meiryo,sans-serif;
}
body{
	background:#FFF;
	text-align:center;
	background:url(../img/head_bg.gif) repeat-x center top;
}
img{
	border:0;
}




/*-------------------- Main flame --------------------*/
#container{
	width: 900px;
	margin:0 auto;
	text-align:left;
}
.new{
	margin-top:25px;
}
.new td.newBG{
	background:url(../img/new_bg.gif) no-repeat 0 0;
}
.newTitle{
	margin-bottom:10px;
}

.next{
	margin:15px 0 0;
}

.dot{
	margin:20px 0 0;
}

.backNum{
	margin:0 0 50px;
}
.back{
	margin:30px 0 0;
}
.backTitle{
	margin-bottom:5px;
}


/*---- font ----*/
p , td , th {
	font-size:14px;
	color:#1E1E1E;
	line-height:140%;
}
.day{
	color:#FF3333;
}
.small{
	font-size:12px;
}
.correct{
	padding:5px;
	color:#FF0000;
}
/*---- link ----*/
a:link,
a:visited{
	color:#0082BE;
	text-decoration: none;
}
a:hover,
a:active{
	color:#0082BE;
	text-decoration: underline;
}

p.correct a:link,
p.correct a:visited{
	color:#FF0000;
	text-decoration: underline;
}
p.correct a:hover,
p.correct a:active{
	color:#FF0000;
	text-decoration: none;
}

/*-------------------- footer Area --------------------*/
#footerArea{
	border-top:5px solid #0183BF;
	background:#1E1E1E;
	text-align:center;
}
.footer{
	width: 900px;
	margin:0 auto;
	padding:12px 0 20px;
}
.copyImg{
	float:right;
}
.btn{
	float:left;
}


