@charset 'UTF-8';

@import "glexa_index.css";

/**
 *  Style Sheet for glexa
 */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	color: #555555;
	font-family: Verdana,Arial,Helvetica,'MS UI Gothic',sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background-color: #ffffff;
	width: 100%;
}
input, textarea {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,'MS UI Gothic',sans-serif;
	font-size: 90%;
}
h2 {
	font-size: 100%;
	color: #666666;
	background-color: #fefef0;
	border: solid 1px #999999;
	background-image: url(../images/bg_002.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	padding: 3px;
	margin-bottom: 3px;
}
h3 {
	font-size: 100%;
	color: #995500;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%;
	color: #336600;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
li {
	list-style: none;
	margin: 2px 0;
}
textarea {
	width: 95%;
	line-height: 1.5;
	padding: 2px;
}
a {
	color: #447722;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}

table {
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #ffffff;
	width: 100%;
	font-size: 95%;
}
th {
	text-align: left;
	vertical-align: top;
	background-color: #669900;
	color: #ffffff;
	font-weight: normal;
	padding: 3px 4px;
}
th a {
	color:#ffffff;
}
td {
	vertical-align: top;
	border: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	padding: 2px 4px;
}
p {
	margin-bottom: 1em;
}
img {
	border: none;
}
hr {
	height: 1px;
	border: 0px;
	color: #cccccc;
}
fieldset {
	width: 95%;
	padding: 5px 20px;
}
legend {
	color: #996633;
	font-weight: bold;
}

/*   クラス関連   */
.date {
	text-align: right;
	color: #999999;
	font-size: 90%;
}
.border {
	border: solid 1px #999999;
	padding: 2px;
	margin: 2px;
}
.box {
	/* clear: both; */
	background-color: #ffffff;
	_width: 99%;
}
.boxtop {
	height: 8px;
	background-color: #efefe0;
}
.boxtop .lt {
	float: left;
	background-image: url(../images/box_001.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}
.boxtop .rt {
	float: right;
	background-image: url(../images/box_002.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}
.boxmain {
	background-color: #efefe0;
	padding: 10px;
}
.boxbottom {
	height: 8px;
	background-color: #efefe0;
	margin-bottom: 10px;
}
.boxbottom .lb {
	float: left;
	background-image: url(../images/box_004.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}
.boxbottom .rb {
	float: right;
	background-image: url(../images/box_003.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}
.rightmenu {
	text-align: right;
}
.error {
	color: #ff0000;
}
.message {
	color: #0000ff;
}
.gray {
	color: #999999;
}
.notice {
	color: #993300;
}
.caution {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
textarea.large {
	width: 500px;
	height: 250px;
}
textarea.middle {
	width: 500px;
	height: 100px;
}
textarea.small {
	width: 50%;
	height: 50px;
}
input.submit {
	margin: 15px 0;
}
image.icon {
	vertical-align: middle;
}
ul#directories {
	margin: -10px;
}
li.directory {
	background-image: none;
	padding-left: 16px;
}
.page {
}
.pagecount {
	float: left;
}
.pagelink {
	float: left;
}
.csvtable {
	width: 50%;
	background-color: #ffffff;
}
.csvtable td {
	border: solid 1px #cccccc;
}
.separator {
	color: #888888;
	margin: 0px 3px;
}
.handle {
	cursor: move;
}

ul.point li {
	background-image: url(../images/icon_043.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
}
ul.class li {
	background-image: url(../images/icon_021.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
}
span.required {
	color: #ff0000;
	font-weight: bold;
}
image.loading {
	text-align: center;
	margin: 20px auto;
}
div.content_body {
	margin-left: 50px;
}
.gradetable table {
	border-width: 0px;
}
.gradetable th {
	border-width: 0px;
	background-color: #eeeeee;
	color: #666666;
	font-weight: bold;
}
.gradetable td {
}
.result {
	margin: 30px;
	padding:10px;
	background-color:#ffffff;
	border:solid 1px #999999;
}
.grade_correct {
	font-weight: bold;
	font-size: 100%;
	color: #0000ff;
}
.grade_miss {
	font-weight: bold;
	font-size: 100%;
	color: #ff0000;
}

/* MAIN */
#container {
	/* position: relative; */
	width: 800px;
	margin: 0 auto;
	/* min-height: 100%; */
}
/*
html div#container {
	height: 100%;
}
*/
body > #container {
	/* height: auto; */
}


/*  MAIN in contents  */
#main {
	clear: both;
	margin: 0px;;
	padding-bottom: 31px;
}
#main #wrapper {
}
#main #wrapper .rightnavi {
	float: right;
	width: 350px;
}
#main #wrapper .rightmain {
	margin-right: 360px;
}
#main #wrapper .leftnavi {
	float: left;
	width: 350px;
}
#main #wrapper .leftmain {
	margin-left:360px;
}
.space {	/*	このspaceでフッタを止める  */
	clear:both;
}
#footer {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	color: #999999;
}
