@charset "UTF-8";

div.alert_box, p.alert_box {
	padding: 0.5em;
	border: 5px solid #f66;
	color: #333;
	background-color: #fcc;
}

.hankaku {
	ime-mode: disabled;
}

a.tab_selected {
        color:#556655;
}


table.calendar {
	margin:0px;
	padding:0px;
	width: 550px;
	border: none;
}

table.calendar td, table.calendar th {
	border: 1px #000 solid;
	text-align: center;
	margin:0px;
	padding: 0px;
}

table.calendar td {
	background-color: #fff;
}

table.calendar th {
	padding: 3px;
	color: #fff;
	background-color: #003366;
}

table.calendar div {
	background-color:#fff;
	padding:2px;
}

div.calendar_list {
	margin: 15px 0;
}

table.admin_tab td {
	margin: 0px; 
	padding: 6px; 
	border: 1px #999 solid; 
	border-bottom: none; 
}

div.admin_tab_div {
	border: 1px #999 solid;
	padding: 10px;
}

*+html div#tab_contents {
	margin:0px 0px 0px 1px;
}

.font-small {
        font-size: 10px;
}

td.border-right-double {
        border-right: 5px #999 double !important;
}

img.link_img {
        cursor: pointer;
}

#tab {
	border-bottom: solid 1px #cdc;
	position: relative;
	margin: 10px 0;
}
#tab a,
#tab span {
	text-align: center;
	text-decoration: none;
	border: 1px solid #cdc;
	border-top: 5px solid #ccc;
	width: 120px;
	height: 30px;
	padding-top: 5px;
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	top: 1px;
	_top: 3px;
}
#tab span {
	font-weight: bold;
	border-bottom: solid 1px #fff;
	border-top: 5px solid #028;
}
#tab span.no_link {
	border: 1px solid #cdc;
	border-top: 5px solid #ccc;
}
*:first-child+html #tab a,
*:first-child+html #tab span {
	top: 3px;
}

