@charset "utf-8";
/**********************/
/* 基本設定 */
/**********************/
.clear {clear:both;}
div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	letter-spacing: 0px;
	
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #dbdbdb url(../img/common/bg_body.jpg) no-repeat center top;
	background-color:#FFF;
}
td {
	word-break: break-all;
}
a {
	color: #af5950;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}
form {
	display: inline;
}


img {border:none;}
.tl	{text-align:left;}
.tc	{text-align:center;}
.tr	{text-align:right;}
.attention {color:#C00;	font-weight:bold;}
.f20 {font-size:20px; line-height:160%;}
.f18 {font-size:18px; line-height:150%;}
.f18_02 {font-size:18px; line-height:120%;}
.f16 {font-size:16px; line-height:140%;}
.f14 {font-size:14px; line-height:130%;}
.f12 {font-size:12px; line-height:120%;}
.f12lh140 {font-size:12px; line-height:140%;}
.f10 {font-size:10px; line-height:110%;}
.b {font-weight:bold;}
.l {float:left;}
.r {float:right;}
.clear {clear:both;}
.point {padding-left:1em;text-indent:-1em;color:#333;}
.ml10 {margin-left:10px;}
.pb10 {padding-bottom:10px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.fc_w {color:#FFF;}
.fc_r {color:#F00;}
.fc_b { color:#30F;}
.fw_b { font-weight:bold;}




#wrap {width:100%;}

/*css of clearfix*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}


/*head*/
#head {
}

#wrapper {
	background: url(../img/quiz/bg_wrapper.gif) repeat-y center top;
}

/*main*/
#main {
	width: 784px;
	margin: 0 auto 0px auto;
}
#main h2 {
	height:40px;
	margin:0 0 15px 0;
}
#main #weblive {background-position:0 0;}
#main #event {background-position:0 -40px;}
#main h3 {
	height:24px;
	margin:0 0 10px 0;
}
