@charset "utf-8";

/* Reset style */
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

b {
	color: #CC0000;
}

#body_wrap {
	width: 800px;
	margin: 0 auto 0 auto;
	font-family: sans-serif;
}

h1 {
	text-indent: -999999px;
	background-image: url(../img/2011funfun_banner_2.png);
	background-repeat: no-repeat;
	height: 280px;
}

#contents {
	background-image: url('../img/background-02.gif');
	background-repeat: repeat-y;
	overflow: auto;
	width: 800px;
}

/* 設問エリア */
#question_area {
	margin: 20px 20px 0 20px;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
}

/* 回答エリア */
#answer_area {
	margin: 0 20px 20px 20px;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	background-image:url(../img/bg_contents_body.gif);
}

#answer_area input {
	font-size: 80px;
	font-weight: bold;
	width: 1em;
	height: 1em;
	border: 2px solid #CC0000;
	text-align: center;
}

/* プレゼントエリア */
#present_area {
	margin: 0 20px 20px 20px;
	background-color:#FFFFFF;
	overflow: auto;
	width:760px;	/* huck for IE */
}

#present_area .big_rdo {
	width:20px;
	height:20px;
}

#present_area .message {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#present_area .present_photo {
	font-size: 12px;
	margin-left: 14px;
	margin-bottom: 10px;
	width: 170px;
	height: 230px;
	float: left;
	background-color: #FFFFFF;
}

#present_area .present_photo img{
	margin: 3px auto 3px auto;
}

#present_area .partner {
	font-size: 12px;
	font-weight: bold;
}

/* 注意書きエリア */
#message_area {
	background-color: #FFFFFF;
	margin: 0 20px 20px 20px;
	padding: 20px;
	font-size: 12px;
}

#message_area a {
	color: #CC0000;
}

#message_area .eventologist {
	width: auto;
	text-align: center;
	font-size: 15px;
	padding: 15px 0 0 0;
}
/* コマンドボタンエリア */
#btn_area {
	width: 760px;
	text-align: center;
	padding: 10px auto 5px auto;
	margin: 10px;
}

#btn_area input {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

/* フッタ */
#footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	padding: 3px 10px 3px 3px;
	font-family: sans-serif;
	font-size: 12px;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer2 {
	font-size: 10px;
	background-image: url('../img/background-02.gif');
	height: 5px;
}




/* change border color on focus */
input.jText, textarea, select {
/*	padding:4px 2px 2px !important; */
	border:1px solid #A7A6AA;
}

input[type="text"] {
	padding:4px 2px 2px !important;
	border:1px solid #666666;
}

.jFocus {
	background:#e7ffd7;
}

/* for pop-up */
/* http://jquery.com/demo/thickbox/ */
.TBadr {
	color: #CC0000;
	font-weight: bold;
}

.TBblock {
	line-height: 200%;
	font-size: 14px;
}

#TBblock2{
	line-height: 150%;
}

#TBblock2 p {
	margin-left: 10px;
}

#TBblock2 h3 {
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	margin: 10px;
	font-weight: bold;
}

#TBblock2 li {
	display: list-item;
	margin-left: 30px;
	list-style-type: disc;
}

/* ユーザ登録用 */
.left_dummy {
	float: left;
	margin-left: 20px;
	_margin-left: 10px;		/* IE hack */
	margin-bottom: 5px;
	width: 30px;
	padding-top: 0;
	background: #FFFFFF;
	text-align: center;
}

.usr_contents_body {
	float: left;
	width: 710px;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url('../img/bg_contents_body.gif');
	padding: 10px;
	margin-bottom: 5px;
	line-height: 150%;
}

.usr_contents_body a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

.usr_contents_body a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.usr_contents_body dt {
	float: left;
	clear: left;
	width: 10em;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F4F4F3;
}

.usr_contents_body dd {
	float: left;
	width: 560px;
	padding: 5px;
	margin-bottom: 5px;
}

.usr_contents_body dd:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.usr_contents_body strong {
	font-size: 20px;
	font-weight: bold;
	margin: auto 10px auto 10px;
	padding: 2px;
	color: #CC0000;
	border: 1px solid #333333;
}

.usr_contents_input {
	border: 1px solid #666666;
	width: 250px;
}

.usr_yyyy_input {
	border: 1px solid #666666;
	width: 34px;
}

.usr_mmdd_input {
	border: 1px solid #666666;
	width: 15px;
}

.usr_pref_input {
	border: 1px solid #666666;
	width: 5em;
}

.content_title {
	margin: 10px 20px 0 20px;
}

.content_right_h2 {
	background-image: url('../img/quiz/bg_contents.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 740px;
	height: 30px;
	padding: 20px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.content_right_h2 a {
	color: #000000;
	text-decoration: underline;
}

.content_right_h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.partner_logo {
	float: left;
	margin-left: 8px;
	margin-bottom: 5px;
	width: 95px;
	padding-top: 0;
	background: #FFFFFF;
	text-align: center;
}

.contents_body {
	float: left;
	width: 485px;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url('../img/bg_contents_body.gif');
	padding: 10px;
	margin-bottom: 5px;
	line-height: 150%;
}

.contents_body a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

.contents_body a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

