@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body {
	color: #777777;
	font-family: "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3",Lucida Grande,Verdana,sans-serif;
	font-size: 13px;
	background: #FFF;
	line-height:1.8em;
}
img{
	border:0;
}
li{
	list-style:none;
}
.none{
	display:none;
}
.mg10{
	margin-bottom:10px;
}
#wrapper{
	margin:0 auto;
}

#contents {
	background: #FFF;
	margin: 0 auto;
    position: relative;
    width: 740px;
}

table.qatable td{
	padding-left:5px;
}


table.qatable td.goAnswer a{
	color:#000;
}

table td.backList a{
	color:#FFF;
}

table p{
	padding:5px;
}


p.footer{
	text-align:center;
	margin:30px 0;
	font-size:11px;
}

/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
