@charset "UTF-8";

/* 基本スタイルシート UTF-8で記述すること */

body {
	font-size: small;
	font-family: 'MeiryoKe_PGothic','ＭＳ Ｐゴシック','IPAMonaPGothic','Mona',sans-serif;
	/* font-family: 'ＭＳ Ｐゴシック',sans-serif; */
	margin: 0.5em 10px 0.5em 10px;
	background: #fff;
}



hr {
	color: #000;
	margin: 0em 0em 0em 0em;
	width: 100%;
	height: 2px;
}

p {
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0em 0em 0em 0em;
}

div {
	font-size: small;
	margin: 0px;
}



.footer-sign {
	font-weight: bold;
	text-align:right;
}




dl {
	margin: 0.25em 0em 0.25em 0em;
}

ul {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}


dt {
	color: #000;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0.5em;
	border-color: #aad;
	background-color: #eef;
}

dd {
	margin: 0em 1em 0em 1em;
	padding: 2px 2px 2px 2px;
	min-height: 1.5em;
}

.edit_dl dt {
	display: block;
	width: 10em;
	margin: 0px 0.2em;
	float: left;
}

.edit_dl dd  {
	margin: 0.2em;
	margin-left: 11em;
}



form {
	display: inline;
	border: 0px;
	padding: 0px;
}


img {
	border: none;
}

textarea {
	font-size: small;
}

/*
a {
	text-decoration: none;
}

a:link {
	color: #62f;
}


a:visited {
	color: #a2c;
}

a:hover {
	color: #f26;
	text-decoration: underline;
}

*/

.odd_row {
	background-color: #fff;
}

.even_row {
	background-color: #eee;
}

.sunday_row {
	background-color: #fff2f2;
}


.number {
	text-align: right;
}

.row_count {
	text-align: right;
	font-size: xx-small;
	width: 18px;
}


.glaph_field {
	width: 200px;
	padding: 0px;
}

.glaph_bar {
	display: block;
}



.text-block {
	display:block;
	float:none;
}


.uri {
	color: #48a;
}


.terminator {
	clear: left;
}




.button {
	font-family: "ＭＳ ゴシック",monospace;
}



.time_box {
	width: 40px;
	font-family: "ＭＳ ゴシック",monospace;
	ime-mode: disabled;
}


.date_box {
	width: 6em;
	font-family: "ＭＳ ゴシック",monospace;
	ime-mode: disabled;
}

.time_disp {
	display: block;
	width: 40px;
	font-family: "ＭＳ ゴシック",monospace;
	border-color: #eee;
}

.comment_box {
	width: 100px;
	font-family: "ＭＳ ゴシック",monospace;
}

.comment_disp {
	display: block;
	width: 100px;
	font-family: "ＭＳ ゴシック",monospace;
	border-color: #eee;
}

.select_box {
	font-family: "ＭＳ ゴシック",monospace;
}

.number_box {
	text-align: right;
	width: 5em;
	font-family: "ＭＳ ゴシック",monospace;
	ime-mode: disabled;
}

.left_number_box {
	text-align: left;
	/* width: 5em; */
	font-family: "ＭＳ ゴシック",monospace;
	ime-mode: disabled;
}

.email_box {
	ime-mode: disabled;
}


.number_box_disp {
	display: block;
	text-align: right;
	width: 5em;
	font-family: "ＭＳ ゴシック",monospace;
	border-color: #eee;
}

.status_checkbox {
	padding: 0px;
	margin: 0px;
	height: 14px;
}

.date_field {
	white-space:nowrap;
}

.status_check_field {
	font-family: "ＭＳ ゴシック",monospace;
	white-space:nowrap;
}

.status_field {
	font-family: "ＭＳ ゴシック",monospace;
	white-space:nowrap;
}

.readonly {
	background-color: transparent;
	color: #000;
}

.auto_fill {
	color: #bbb;
}


.popup {
	position: absolute;
	width: 20em;
	background-color: #ffa;
	display: none;
	border: solid 1px #000;
	font-family: "ＭＳ ゴシック",monospace;
	font-size: 10px;
	z-index: 100;
}


.messages {
	background-color: #ffc;
	border-style: solid;
	border-width: 1px;
	border-color: #ee6;
	margin: 5px 10px;
}

.messages_important {
	background-color: #fdc;
	border-style: solid;
	border-width: 1px;
	border-color: #f97;
	margin: 5px 10px;
}

.info {
	color: #000;
}

.warn {
	color: #f00;
}

.error {
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

.fatal {
	color: #f00;
	font-weight: bold;
	background-color: #000;
}

.error_box {
	width: 70%;
	margin-left: auto;
	margin-right: auto;

	background-color: #fee;
	border-color: #f00;
	border-style: solid;
	border-width: 1px;
}

.error_message {
	color: #f00;
}


.password_display {
	font-family: serif;
	font-size: 5em;
	font-weight: bold;
	color: #ddd;
}

.password_display_small {
	font-weight: bold;
	color: #ddd;
}

.program_list_table {

	margin: 1em;
}

.list_table {

	margin: 1em;
}

.banner_html_display {
	padding: 1em;
	font-size: small;
	background-color: #fcc;
	border-style: dashed;
	border-width: 3px;
	border-color: #e66;
}

.input_guide {
	font-size: xx-small;
	color: #66a;
}

.sample_size {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	font-size: xx-small;
	text-align: center;
}

.menu {
	float: left;
	width: 10em;
	margin-top: 0px;
}

.main {
	margin-left: 11em;
}

.copyright {
	text-align: right;
	clear: both;
}

.header {
	margin: 0px;
	clear: both;
}

.admin_performers_list tr {
	height: 3em;
}

.admin_performers_list td {
	min-width: 4em;
}

.page_selector {
	text-align: left;
}


td.page_key {
	white-space:nowrap;
}
td.page_name {
	white-space:nowrap;
}

.buttons {
	white-space:nowrap;
	text-align: center;
}

.rejected {
	color: #000;
	background-color: #444;
}

.pre_admission {
	color: #000;
	background-color: #cfc;
}


.admin_message_area {
	border: 1px solid black;
	margin: 4px 0px 0px 0px;
	min-height: 24px;
	padding: 2px 0px 0px 0px;
}

.admin_message_area ul {
	margin: 0px 20px 0px 20px;
	min-height: 18px;
}

.admin_message_area li {
	margin: 3px;
	min-height: 12px;
	padding: 4px 20px;
	font-size: 12px;
	list-style-type: disc;
}

.menu ul {
	margin: 0px;
	padding-left: 2em;
}

.menu li {
}

.edit_dl input {
	max-width: 500px;
}

.image {
	text-align: center;
}

.bbs_comment {
	font-family: 'MeiryoKe_PGothic','ＭＳ Ｐゴシック','IPAMonaPGothic','Mona',sans-serif;
	font-size: 12px;
	margin: 10px 20px;
	padding: 10px;
	line-height: 14px;
}


.bbs_comment dt {
	background-color: transparent;
	margin: 4px 4px 2px 4px;
	padding: 0px;
}

.bbs_comment dd {
	margin: 2px 4px 15px 30px;
	padding: 0px;
}

.bbs_comment .thread_name {
	margin: 20px 0px 4px 0px;
}

.bbs_comment dl {
	margin: 20px 4px 2px 4px;
	padding: 0px;
}

.bbs_comment .deleted {
	background-color: #444;
}

.bbs_thread .deleted {
	background-color: #444;
}

.html_edit {
	font-size: 10px;
	width: 700px;
}

iframe.page_edit {
	width: 840px;
	height: 600px;
}


.lisence_text {
	font-size: x-small;
	width: 570px;
	height: 300px;
	text-align: left;
	overflow: scroll;
}


ul.menu_bar {
	border: solid black 2px;
	padding: 10px;
	margin: 4px;
	text-align: center;
}

.menu_bar li {
	display: inline;
	border: solid black 2px;
	padding: 10px;
	margin: 2px;
}