@charset "UTF-8";
@import "reset.css";
@import "nav.css";
@import "main.css";
@import "print.css";

body {
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
  display: none;
}

@media screen { body {
  background: url(../img/bg_body.png);
}}

a:link {
  color: #005297;
  text-decoration: none;
}

a:visited {
  color: #005297;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #005297;
  text-decoration: none;
}

a:focus {
  outline: none;
}

@media screen { #header {
  width: 900px;
  top: 0px;
  left: 0px;
  position:fixed;
}}

@media screen { #container {
  margin-top: 120px;
  width: 900px;
}}

@media screen { *:first-child+html #container {
  padding-top: 120px;
}}

#fontsize{
  top: 50px;
  left: 300px;
  position:fixed;
}

#footer {
	width: 900px;
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #FFE7D9;
	color: #37171d;
	font-weight: normal;
	text-align: center;
}

#copyright {
	color: #FD5E07;
}

#index{
  top: 15px;
  left: 790px;
  position:fixed;
}

#transition {
  text-align: right;
  margin-bottom: 10px;
}

#go_back ,#go_next ,#go_back_img ,#go_next_img {
  position:fixed;
  top: 47px;
  width: 60px;
}

#go_back ,#go_back_img {
  left: 760px;
}

#go_next ,#go_next_img {
  left: 830px;
}

#go_back ,#go_next {
  display: none;
/*  display: inline-block; */
  text-align: center;
  border-radius: 6px;
  border: 1px solid #999999;
  line-height: 1.9em;
  font-size: 13px;
  background-color: #88ccdf;
  background: -moz-linear-gradient(top, #ffffff, #88ccdf);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#88ccdf));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ff88ccdf');
}

#pop {
  margin: 0 30px 0 30px;
}

#pop h1 {
  color: #000000;
  font-size: 130%;
  background: #ffffff;
  border: 1px solid #888888;
  margin: 0 0 10px 0;
  padding: 7px 0 7px 10px;
}

#pop h2 {
  color: #000000;
  font-size: 110%;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 10px;
}

#pop div.screen {
  clear: both;
  text-align: center;
  margin: 0 0 10px 0;
}

#pop div.screen img {
  width: 800px;
}

#pop table.list {
  width: 770px;
  margin: 0 30px 20px 30px;
  border: 1px #999999;
  border-collapse: collapse;
  word-break: break-all;
}

#pop table.list .topnone{
  border-top: none;
}

#pop table.list .rightnone{
  border-right: none;
}

#pop table.list .btmnone{
  border-bottom: none;
}

#pop table.list .leftnone{
  border-left: none;
}

#pop table.list .allnone{
  border:none;
}

#pop table.list .no {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}

#pop table.list .item {
  width: 150px;
  text-align: left;
  vertical-align: middle;
}

#pop table.list .subj {
  text-align: left;
  vertical-align: middle;
}

#pop table.list .subjname {
  width: 198px;
  text-align: left;
  vertical-align: middle;
}

#pop table.list .input {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

#pop table.list .format {
  width: 120px;
  text-align: left;
  vertical-align: middle;
}

#pop table.list .num {
  width: 40px;
  text-align: center;
  vertical-align: middle;
}

#pop table.list .remarks {
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

#pop table.list .contents {
  width: 457px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

#pop table.list .emp {
  width: 12px;
}

#pop table.list th {
  border: 1px solid #999999;
  background-color: #eeeeee;
  padding: 5px;
  text-align: center !important;
  vertical-align: middle;
}

#pop table.list td {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 5px;
}

#pop table.indent
,#pop table.indent td
,#pop table.indent th {
  border: 0;
  cellspacing: 0;
  cellpadding: 0;
  padding: 0;
}

#pop table.list .center {
  text-align: center;
}

#pop table.exam {
  width: 770px;
  margin: 0 30px 20px 30px;
  border: 1px #999999;
  border-collapse: collapse;
  word-break: break-all;
}

#pop table.exam .topnone{
  border-top: none;
}

#pop table.exam .rightnone{
  border-right: none;
}

#pop table.exam .btmnone{
  border-bottom: none;
}

#pop table.exam .leftnone{
  border-left: none;
}

#pop table.exam .allnone{
  border:none;
}

#pop table.exam .sen {
  text-align: center;
  vertical-align: middle;
}

#pop table.exam th {
  border: 1px solid #999999;
  background-color: #eeeeee;
  padding: 5px;
  text-align: center !important;
  vertical-align: middle;
}

#pop table.exam td {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 5px;
}

#pop p.indent {
  margin: 0 30px 20px 30px;
}

