.clearfix:after {
  content:'';
  display:block;
  clear:both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

A {
    TEXT-DECORATION: none
}

A:hover {
    TEXT-DECORATION: underline
}

body {
	color: black;
	background-color: #f0f0c0;
	font-size:medium;
	overflow-x:hidden;
	scrollbar-face-color: white;
	scrollbar-track-color: gainsboro;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: whitesmoke;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: gray;
	scrollbar-darkshadow-color: whitesmoke;
	margin-top: 0;
}

p, div {
	line-height: 1.4;
}

H1 {
	color: white;
	background-color: #a00000;
#	border-left: 10px solid #a00000;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

H2 {
	color: black;
	background-color: #ffe0d0;
	border-top: 2px dotted #A00000;
	border-bottom: 2px dotted #A00000;
	margin-top: 20pt;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
}

P {
	padding-left: 20px;
	padding-right: 20px;
}

.head_menu {
	color: white;
	font-size: medium;
	background-color:#a00000;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.head_menu_sel {
	color: white;
	background-color: #ff0000;
	font-weight: bold;
}

.head_menu A {
	display: block;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 6px;
}

.head_menu A:hover {
	color: black;
	background-color: #ffff60;
	text-decoration: none;
}


.side_menu {
	width: 160px;
	color: white;
	background-color: #f0d088;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.side_menu2 {
	display: block;
	color: black;
	border-top: 2px dotted #a00000;
	border-bottom: 2px dotted #a00000;
	margin-top: 10px;
	padding-left: 5px;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

.side_menu_sel {
	color: white;
	background-color: #700000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side_menu A {
	display: block;
	color: black;
	background-color: #ffffff;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side_menu A:hover {
	background-color: #ffff60;
	text-decoration: none;
}

.footer {
	color: white;
	background-color: #A00000;
	font-size: small;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.copy {
	text-align: right;
	font-size: x-small;
	font-style: italic;
}

.contents {
	color: black;
	background-color: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.detail {
	color: black;
	background-color: #FFFF99;
	font-size:small;
}

.detail_head {
	color: black;
	background-color: #FFEE66;
}

.menu {
	color: black;
	background-color: #FFFF99;
	font-size: 0.8em;
}

.menu_head {
	color: white;
	background-color: #A00000;
}

.menu span.note {
	color: #555;
	font-size: 80%;
}

.remark {
	font-weight: bold;
	color: red;
}

.notice {
	font-weight: bold;
}

div.notice_box {
	color:#900;
	background-color: #fee;
	font-size:small;
	margin:0 0 2ex 0;
	padding: 5px;
	border: 2px solid #c00;
}
div.notice_box h3 {
	color:#c00;
	font-size:small;
	margin: 0;
}
div.notice_box strong {
	color:#f00;
}

.note {
	font-size: small;
	color: dimgray;
}

.title {
	color: black;
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.comment {
	color: red;
	font-size: 80%;
}

table.branch {
	width: 100%;
	background-color: #ffffa0;
	font-size: 0.85em;
}

table.branch th {
	background-color: #d8c060;
}

table.branch td {
	height:40px;
}

table.branch .note {
	font-size: 0.9em;
}

.information {
	color: navy;
	background-color:#f0e0ff;
	padding: 5px 10px;
	font-size: 85%;
}

.warning {
	color: red;
	background-color:#ffffa0;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.pref {
	color : #909090;
	font-size : 70%;
	line-height : 1.8ex;
}

span.indicate {
	color: #f00;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 2px;
	padding: 2px;
}

div.important {
	color: #800;
	background-color: #fff6f0;
	border: 1px solid #c00;
	padding: 1ex 1em;
	margin: 1ex 0;
}
div.important p {
	margin: 0 0 2ex 0;
	padding: 0;
}

dl.notification {
	display: block;
	width: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
dl.notification dt {
	display: block;
	clear: left;
	float: left;
	width: 17%;
	margin: 0;
	padding: 0;
}
dl.notification dd {
	display: block;
	width: 83%;
	float: left;
	margin: 0 0 1ex 0;
	padding: 0;
}

div.photo {
	text-align: center;
}
div.photo img {
	margin-bottom: 5px;
}

.center {
	text-align: center;
}
