@charset "EUC-JP";

#cate-title {
	text-indent: -9999px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 48px;
	width: 860px;
}

/*----------------------------------------------------------------------------*/

/*　タイトル　*/

#problem-title {
	margin-bottom: 25px;
	border-bottom: 1px solid #736357;
	overflow: hidden;
	width: 860px;
	padding: 5px 0px;
	background: url(../img/contest/bg2.jpg) repeat-x left bottom;
}

#problem-title h2 {
	background: url(../img/contest/bg1.jpg) no-repeat left top;
	font-size: 23px;
	font-weight: bold;
	/* [disabled]float: left; */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#problem-title p {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

#problem-title p span {
	color: #F00;
}


/*----------------------------------------------------------------------------*/

/*　問題宣言文　*/


#headward {
	margin: 0px;
	width: 470px;
	float: left;
	padding: 30px 0px 0px 5px;
}

#headward p{
	font-size: 16px;
	font-weight: bold;
}


/*　ポイント　*/

#point {
	background: url(../img/contest/bg3.gif) no-repeat left top;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 65px;
	width: 380px;
	float: right;
}

#point p {
	overflow:auto;
	height: 43px;
	width: 300px;
	display: block;
	margin: 17px 0px 0px 10px;
	line-height: 1.5em;
}


/*　問題　*/

#problem {
	width: 860px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	clear: both;
	margin-top: 15px;
	border-top: 1px dotted #CCCCCC;
}

#problem table {
	width: 860px;
	margin-bottom: 20px;
}

#problem th {
	margin: 0px;
	padding: 10px 10px;
	width: 40px;
	background-color: #F0EFE1;
}

#en #problem td {
	padding: 0px 10px;
	font-family: "Times New Roman", Times, serif;
}

#jp #problem td {
	padding: 0px 10px;
}

#problem td h3 {
	font-size: 25px;
	line-height: normal;
}

#problem td.right {
	text-align: right;
	font-size: 12px;
	line-height: 2;
}

#problem td.text {
	font-size: 17px;
	line-height: 1.5;
}


/*　事前学習ページ　無料会員向け　*/



#contents div.text h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

#contents div.text p {
}

#contents p.link {
	display: block;
	margin: 30px auto 30px;
	padding: 0px;
	width: 220px;
	height: 40px;
	clear: both;
}

#contents p.link a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 220px;
	background: url(../img/contest/past-problem/bt2.jpg) no-repeat left top;
	height: 40px;
}

#contents p.link a:hover {
	opacity:0.8;filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*　事前学習ページ　有料会員向け　*/


#beforehand_pre {
	border: 1px solid #D3CBB8;
	padding: 29px;
	background: #EEEAD7;
}

#eye {
	background: #42210B url(../img/contest/past-problem/title24.gif) no-repeat;
	margin-top: 20px;
	padding: 80px 15px 15px;
}

#eye p {
	color: #FFFFFF;
}

p.back {
	display: block;
	margin: 0px auto;
	width: 220px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

p.back a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 220px;
	background: url(../img/contest/bt4.gif) no-repeat left top;
	height: 40px;
}

p.back a:hover {
	opacity:0.8;filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
