@charset "UTF-8";
/* Remove underline from links */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
strong {
	color: crimson;
	text-decoration: underline;
}
form {
	margin: 0;
}

/* メッセージ送信フォーム */
#sendMessageTable {
	width: 480px;
	margin: 10px auto auto auto;
	border-collapse: collapse;
	table-layout: fixed;
}

#sendMessageTable th {
	background-color: #ffdc97;
	border: 1px solid #b3b3b3;
	padding: 3px;
}

#sendMessageTable td {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	padding: 3px;
}

#contentBody {
	width: 98%;
	height: 160px;
}

#conditionField0 {
	padding: 5px;
}

#conditionField1 {
	padding: 5px;
}
/* ここまでメッセージ送信フォーム */

/* Styles used for form fields in error. */
input.error, textarea.error, select.error {
	background-color: #fafad2;
	color: #e60000;
}

/* Page navigation */
.pageNaviTable {
	margin-left: auto;
	margin-right: auto;
}
.pageNaviTable>tbody>tr>td {
	padding: 0 4px 0 4px;
	vertical-align: baseline;;
}
.currentPage {
	color: #000;
	font-size: 110%;
}

/* ビジター用 About */
#visitorAbout {
	width: 500px;
	margin: 10px auto;
	padding: 10px;
	border: 2px dotted #4169e1;
}
#visitorAboutHeader {
}
#visitorAboutContent {
}

/* Calendar */
.calendar {
	z-index: 6001;
}

/* Error message */
label.error {
	color: #e60000;
}
.globalErrorBox {
	background-color: #666;
	width:90%;
	margin:10px auto 10px auto;
	padding: 0;
	border: 2px solid #666;
}
.globalErrorList {
	margin:0;
	padding:5px;
	background-color: #fff;
}
.globalError {
	color: #fff;
	padding-left: 5px;
}
.globalErrorItem {
	color: #e60000;
}
/* Error message */

/* Messages */
.globalMessageBox {
	background-color: #666;
	width:90%;
	margin:10px auto 10px auto;
	padding: 0;
	border: 2px solid #666;
}
.globalMessageList {
	margin:0;
	padding:5px;
	background-color: #f9f9f9;
}
.globalMessageItem {
	color: #333;
}
/* ここまで Messages */

/* Common Styles */
/** IE 6 can't recognize this; IE 7 will */
input[type=button], input[type=submit] {
	width: 100px;
	font-size: 90%;
}
/** IE 6 can't recognize this; IE 7 will */
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}

/** For an element which is clickable */ 
.clickable {
	cursor: pointer;
}
/** Align right */ 
.al-r {
	text-align: right;
}
/** Align center */ 
.al-c {
	text-align: center;
}
/** Align center */ 
.w-f {
	width: 98%;
}
.w-s {
	width: 50px;
}
/** For non-<a/> link texts */ 
.linktext {
	cursor: pointer;
	color: #0047E9;
}
.linktext:hover {
	color: #ff7f00;
}
/** To hide elements */
.invisible {
	display: none;
}

/** Icon for AJAX loading */
.icon-load {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.icon-load2 {
	width: 220px;
	height: 19px;
	vertical-align: middle;
}