@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	line-height: 1;
	background-image: url(images/bg_img.gif);
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
a img {
	border: none;
}
/*
a:link {
	color: #C30;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #930;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #C30;
	text-decoration: none;
}
*/
#wrapper {
	background-color: #FE9000;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	background-color: #FFEEBB;
}
#header {
	width: 750px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 12px;
	color: #630;
}
h1 {
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	margin-top: 10px;
	font-size: 16px;
}
h4 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
#header a {
	color: #C00;
}
#header a:link {
	color: #C30;
	text-decoration: none;
	font-weight: bold;
}
#header a:visited {
	color: #C30;
	text-decoration: none;
}
#header a:hover, #header a:active, #header a:focus {
	color: #F30;
	text-decoration: none;
}
#main {
	width: 710px;
	text-align: center;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	color: #630;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(PIE.htc);
	position: relative;
}
#hint {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	background-color: #FC0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F60;
	border-bottom-color: #F60;
	line-height: 1.5em;
}
#hint strong {
	font-size: 18px;
}
table.crossword {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
table.crossword tr td {
	width: 40px;
	height: 40px;
	padding: 3px;
	text-align: left;
	border: 1px solid #000;
}
table.crossword span.number {
	font-size: 10px;
	text-align: left;
}
table.crossword tr td.black {
	background-color: black;
}
TABLE.crossword TR TD.ans {
	background-color : orange;
	background-image: url(images/ans.gif);
	background-repeat: no-repeat;
}
table.crossword tr td input {
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	width: 29px;
	font-size: 16px;
	text-align: center;
	margin-top: 1px;
	height: 23px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#left {
	width: 320px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	display: inline; /* ie6 */
}
#right {
	width: 320px;
	margin-right: 20px;
	float: right;
	margin-top: 20px;
	display: inline; /* ie6 */
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
}
table.key {
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}
table.key tr th, table.key tr td {
	padding: 4px;
}
table.key tr th {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}
#bottom {
	width: 710px;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
}
.nav {
	margin: 20px;
	text-align: center;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}
#sub {
	padding: 20px;
	background-color: #FFF;
	line-height: 1.5em;
	color: #630;
	width: 710px;
	margin-top: 20px;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(PIE.htc);
	position: relative;
}
#sub p {
	font-size: 12px;
	line-height: 1.5em;
}
#sub .backans {
	font-size: 24px;
	color: #c33;
	font-weight: bold;
}
#sub strong {
	font-size: 18px;
}
#tousen {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#tousen p {
	font-size: 12px;
	line-height: 1.5em;
}
#kaitou {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#footer {
	padding: 20px;
	position: relative;
	line-height: 1.5em;
	color: #630;
	width: 710px;
	margin-top: 20px;
	clear: both;
	text-align: center;
}
.pdf {
	margin-bottom: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.home {
	margin-bottom: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.close {
	margin-bottom: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 14px;
	line-height: 100%;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.gray {
	color: #630;
	border: solid 1px #c0c0c0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
	background: -moz-linear-gradient(top,  #fafafa,  #eaeaea);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea');
}
.gray:hover {
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #e0e0e0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0');
}
.gray:active {
	color: #630;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fafafa));
	background: -moz-linear-gradient(top,  #eaeaea,  #fafafa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fafafa');
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
