@charset "EUC-JP";

/*
Title: Rits Online Syllabus Theme
Author: michiaki baba
Access: 
License: 
Comment: 
*/
/*
	Copyright (c) 2004 Ritsumeikan Univ. All rights reserved.
*/

body {
	/*background-color: #ffffff;*/
	/*background-color: #DFFFF7;*/
	background-color: #efffef;
	font-family: verdana, sans-serif;
	text-align: center;
}

/*
h1 {
	text-align: center;
	vertical-align: middle;
}
*/

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	width: 90%;
	/*
	margin-top: 16px;
	margin-bottom: 16px;
	*/
}


table.common th {
	/*background-color: rgb(51, 153, 153);*/
}

table.inner {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

th {
	text-align: center;
	/*background-color: rgb(255, 204, 51);*/
	/*background-color: #40B1AC;*/
	background-color: #99cc99;
	padding-top: 6px;
	padding-bottom: 6px;
}

th.half {
	width: 50%;
}

th.caution {
	/*background-color: red;*/
	/*color: red;*/
	/*background-color: #40B1AC;*/
	background-color: #99cc99;
}

a.caution {
	color: red;
}

th.row {
	padding-top: 0px;
	padding-bottom: 0px;
}

input.textbox {
	width: 100%;
}

td.row {
	text-align: left;
	vertical-align: middle;
}

textarea {
	width: 100%;
}

div.space {
	margin-top: 32px;
}

p.message {
	text-align: left;
	width: 90%;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}

p.display {
	text-align: left;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}


div.action {
	text-align: center;
	padding-top: 32px;
}

