body{
	background-color:#ecd9ef;
	margin:0;
	padding:0;
	font-family:Arial;
	}

img { border: 0px; }

input { background: #ffffff; }

#wrapper1{
	width:786px;
	background:#f2e4f4;
	border-left:solid 1px #aba7b4;
	border-right:solid 1px #aba7b4;
	border-bottom:solid 1px #aba7b4;
	padding:0 1px 1px 1px;
	margin:0 auto;
	display:block;
	}

#wrapper2{
	width:782px;
	background:#f7f0f8;
	border-left:solid 1px #69656b;
	border-right:solid 1px #69656b;
	border-bottom:solid 1px #69656b;
	padding:0 1px 1px 1px;
	display:block;
	}

#wrapper3{
	width:780px;
	background:#ffffff;
	border-left: solid 1px #58265f;
	border-right: solid 1px #58265f;
	border-bottom: solid 1px #58265f;
	display: block;
	}

#masthead{
	width: 740px;
	height: 120px;
	position: relative;
	display: block;
	margin: 0 20px 10px 20px;
	}

#menu{
	width: 734px;
	height: 25px;
	position: relative;
	display: block;
	margin: 0 20px 30px 20px;
	padding: 4px 3px 2px 3px;
	background: url(../img/menu_bar.png) no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

*:first-child+html #menu {
   font-family: "メイリオ",Arial;
}
html>#menu {
   font-family: Arial;
}

#menu ul{
	margin: 0 0 0 3px;
	padding: 5px 0 0 0;
	list-style-type: none;
	display: inline;
	}

#menu ul li{
	padding: 0 9px;
	border-right: solid 1px #41285b;
	display: inline;
	color: #fef50b;
	font-size: 14px;
	line-height:16px;
	}

#menu a{
	color: #fff;
	text-decoration: none;
	}

#menu a:visited{
	color: #fff;
	text-decoration: none;
	}

#menu a:hover{
	color: #fef50b;
	text-decoration: none;
	}

.rt_btn{
	float: right;
	padding: 1px 10px 1px 10px;
	font-size: 15px;
	}

h1{
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
	color: #4d4398;
	display: block;
	margin: 5px 0 15px 0;
	font-family: Times New Roman, Times, serif;
	}

h2{
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #4d4398;
	display: block;
	position: relative;
	margin: 15px 0;
	font-family: Times New Roman, Times, serif;
	}

h3{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #4d4398;
	font-family: Arial;
	margin: 1em 0;
	display: block;
	position: relative;
	width: 485px;
	}

h3.login{
	font-size:16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #4d4398;
	font-family: Arial;
	margin: 1em 0;
	display: block;
	position: relative;
	border-bottom: solid 2px #a16501;
	margin: 20px 0 5px 0;
	width:235px;
	}

strong { font-weight: normal; }

em { font-style: normal; }

#content{
	background-color: #FFFFFF;
	margin: 0 20px;
	font-size: 14px;
	text-align: left;
	overflow: auto;
	display: block;
	line-height: 19px;
	}

#content p{
	font-size: 14px;
	line-height: 19px;
	text-indent: 1em;
	margin:1em 0;
	}

#content p.no_ind {text-indent: 0}

#content p.no_mgn{
	margin:0;
	text-indent:1em;
	}

#content p.no_ind_no_btm{
	text-indent:0;
	margin:1em 0 0 0;
	}

#content p.no_ind_no_top{
	text-indent:0;
	margin:0 0 1em 0;
	}

#content p.no_btm_mgn{
	text-indent:1em;
	margin-bottom:0;
	}

#content p.no_top_mgn{
	text-indent:1em;
	margin-top:0;
	}

.highlight{
	color: #4d4398;
	font-size: 1.3em;
	line-height: 1.5em;
	width: 485px;
	}

.red_highlight{
	color: #F00;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

.note_blue{
	width:466px;
	padding:5px;
	margin:0 0 1em 0;
	background-color:#f8f8ff;
	border:3px double #b0c4de;
	}

.note_blue p{color:#4169e1;}

.note_yellow{
	width:466px;
	padding:5px;
	margin:0 0 1em 0;
	background-color:#fffddd;
	border:3px double #8f8d5d;
	}

.note_yellow p{color:#4b4917;}

.note_blue a{color:#0068b7; text-decoration:underline;}
.note_blue a:hover{color:#f39800; text-decoration:underline;}

.note{
	padding: 10px;
	background-color: #f8f4e6;
	color: #6a5161;
	border: dotted 1px #a16501;
	margin-bottom: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	}

.note p { 
	color:#6a5161; 
	text-indent: 1em;
	}

.note p.no_ind_no_mgn {
	text-indent: 0;
	margin: 0;
	}

.note p.no_ind_no_top {
	text-indent: 0;
	margin:0 0 1em 0;
	}

.note p.no_ind {
	text-indent: 0;
	margin:1em 0;
	}

.note p.no_top_mgn {margin-top: 0}

.note p.no_btm_mgn{margin-bottom: 0}

.points ul{
	margin: 15px 0;
	list-style-type: disc;
	padding: 20px;
	font-size: 15px;
	}

.points ul li{
	margin: 10px 0;
	padding: 0;
	}

.rt_btn {float: right;}

.go_right { text-align: right; }

.go_right a{
	color: #4cbadb;
	text-decoration: none;
	}

.go_right a:hover{
	color: #6e87cc;
	text-decoration: underline;
	}

.go_right_sm{
	text-align: right;
	font-size: 11px;
	}

#sidebar{
	float: right;
	width: 235px;
	margin-left: 17px;
	display: block;
	}

.btn {
	display: inline-block;
	position: relative;
	background-color: #dfd2f0;
	color: #4d4398;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 5px 10px 3px 10px;
	border: solid 1px #4d4398;
	text-decoration: none;
	margin: 20px 25px;
	}


.btn_rank {
	display: inline-block;
	position: relative;
	background-color: #dfd2f0;
	color: #4d4398;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 3px 10px 2px 10px;
	border: solid 1px #4d4398;
	text-decoration: none;
	}

.box{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-width: 0 3px 3px 3px;
	border-color: #58265f;
	border-style: double;
	}

.app_table th {
	background-color:#695fb0;
	color:#ffffff;
	width: 15%;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #4d4398;
	}

.app_table td {
	background-color: #dfd2f0;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border-bottom: solid 1px #4d4398;
	}

.app_table td#none {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border: none;
	font-size: 14px;
	line-height: 20px;
	}

.eng_txt {
	font-family: Times New Roman, Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	}

.txt {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	}

.results {margin: 10px 0 20px 0;}

.schedule th {
	background-color: #B8EBE2;
	text-align: left;
	color: #246B6E;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0 3px 7px;
	border-bottom: solid 1px #419797;
	margin-bottom: 5px;
	}

.schedule td {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 0 5px;
	border-bottom: solid 1px #B8EBE2;
	border-right: solid 1px #B8EBE2;
	}

.schedule td.none {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border: none;
	font-size: 14px;
	line-height: 20px;
	}

.results th {
	background-color: #dfd2f0;
	text-align: left;
	color: #4d4398;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0 3px 7px;
	border-bottom: solid 1px #9c97c1;
	margin-bottom: 5px;
	}

.results td {
	background-color: #fff;
	color: #000;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	border-bottom: solid 1px #9c97c1;
	border-right: solid 1px #9c97c1;
	}

.results td.none {
	padding: 10px 3px;
	text-align: center;
	}

.points th {
	margin: 0;
	padding: 3px 0px;
	color: #4d4398;
	background-color: #fff;
	border-bottom: none;
	}

.points td {
	margin: 0;
	padding: 3px 0px 3px 3px;
	color: #f39800;
	border-right: none;
	border-bottom: none;
	}

.error {
	color: #d70035;
	text-indent: 0px;
	margin: 10px 0;
	display: block;
	}

.msg {color: #246B6E}

#footer{
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #6e87cc;
	margin: 40px 0px 5px 0px;
	padding: 0px;
	}

#footer a:link, a:visited{
	text-decoration: none;
	color:#6a5161;
	}

#footer a:hover{
	color: #009b9f;
	text-decoration: underline;
	}

#ques{
	display: block;
	position: relative;
	clear: both;
	font-size: 12px;
	line-height: 15px;
	text-align:right;
	color: #6e87cc;
	margin: 70px 0px 5px 0px;
	padding:0 15px 0 0;
	}

#ques a{
	text-decoration:none;
	color:#4ca8ac;
	}

#ques a:hover{
	text-decoration:underline;
	color:#246b6e;
	}

#copyright{
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #6a5161;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 0px;
	}

/* Home Page Styles */

#text p{
	font-size: 1.3em;
	line-height: 1.8em;
	margin: 0;
	}



.simple_list li{
	font-size: 14px;
	list-style-type: none;
	}


/* 20080812 by macsystem */
#page{
	height:30px;
	width:250px;
	margin:0 auto;
	}

#page a{
	display:block;
	width:60px;
	float:left;
	font-size:12px;
	padding:5px;
	border:1px solid #246b6e;
	background-color:#b8ebe2;
	color:#246b6e;
	margin:20px 5px;
	text-decoration:none;
	text-align:center;
	}

#page a:hover{
	display:block;
	width:60px;
	float:left;
	font-size:12px;
	padding:5px;
	border:1px solid #246b6e;
	background-color:#246b6e;
	color:#ffffff;
	margin:20px 5px;
	text-decoration:none;
	text-align:center;
	}

#page .on{
	display:block;
	width:60px;
	float:left;
	font-size:12px;
	padding:5px;
	border:1px solid #246b6e;
	background-color:#246b6e;
	color:#ffffff;
	margin:20px 5px;
	text-decoration:none;
	text-align:center;
	}

/* 20080827 by macsystem　*/
ul#saito{
	list-style-type:decimal;
	list-style-position:outside;
	margin:5px 0 0 25px;
	padding:0;
	}

table.grade{
	width:740px;
	margin-bottom:30px;
	font-size:12px;
	font-family:Arial;
	}

table.grade th{
	padding:3px;
	width:9%;
	color:#4d4398;
	background-color:#dfd2f0;
	border-bottom:solid 1px #9c97c1;
	}

table.grade th.tit{
	background-color:#4d4398;
	color:#ffffff;
	padding:3px;
	}

table.grade td{
	width:9.1%;
	border-bottom:solid 1px #9c97c1;
	border-right:solid 1px #9c97c1;
	padding:3px;
	text-align:center;
	}

/* 20081121 by macsystem　*/
.dai_01{
	margin-top:50px;
	padding-right:5px;
	text-align:right;
	}
.dai_01 a:link, a:visited{
	text-decoration: none;
	color:#4D4398;
	}

.dai_01 a:hover{
	color: #9C97C1;
	text-decoration: underline;
	}

ul.text{
	list-style-type:disc;
	list-style-position:outside;
	margin:0;
	padding:0;
	}

ul.text li{
	margin:0 0 0 35px;
	padding:0;
	}

ul.text li a{
	text-decoration:underline;
	color:#0073a8;
	}

ul.text li a:hover{
	text-decoration:underline;
	color:#f39800;
	}
.yokoku {
	font-size:14px;
	margin:30px 20px 0 22px;
	}
div.yokoku a {
	text-decoration:underline;
	color:#0073a8;
	}
div.yokoku a:hover {
	text-decoration:underline;
	color:#f39800;
	}
.all_text_title{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	}
