@charset "utf-8";

body {
    text-align: center;
	font-family: "ＭＳ Ｐゴシック","Century Gothic","Century Gothic",Arial,sans-serif;
}

h1,h3 {
    text-align: center;
}
p {
    text-align: center;
}
img {
	border: none;
}

#container {
	width: 860px;
    margin-left: auto;
    margin-right: auto;
}
#container_compact {
	/* width: 680px; */
	width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#SSIheader {
    font-size: small;
}

#SSImenu {
	margin: 15px 0px;
    font-size: small;
}
#SSImenu a {
    display: inline;
    padding-right: 3px;
    padding-left: 7px;
    border-left: solid 1px #999;
    list-style-type: none;
}
#SSImenu a.leftmost {
    padding-left: 0;
    border-left: 0;
}
.prsmni {
    font-weight: bold;
    color: darkblue;
	letter-spacing: 1px;
}
.stay {
	font-weight: bold;
}

#SSImenu2 {
    font-size: small;
    margin: auto;
    text-align: center;
}
#SSImenu2 li {
    display: inline;
    margin-right: 3px;
    padding-left: 7px;
    border-left: 1px solid #999;
    list-style-type: none;
}
#SSImenu2 li.leftmost {
    padding-left: 0;
    border-left: 0;
}

#contents {
	margin-bottom: 30px;
}

#SSIfooter, #SSIfooter2 {
/*    clear: both;  */
	width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: small;
    color: brown;
}

#pageTitle {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	letter-spacing: 2px;
	/* font-family: "ＭＳ 明朝", serif; */
}
#pageTitle h1 {
	/* border-bottom: solid 3px limegreen; */
}

#breadcrumbs {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    text-align: left;
    font-size: small;
}

.small1 {
	font-size: 0.75em;
}
.small2 {
	font-size: 0.6em;
}
.input-an {
	ime-mode: disabled;
}
.input-anj {
	ime-mode: inactive;
}
.input-num {
	ime-mode: disabled;
	text-align: right;
}
.input-ja {
	ime-mode: active;
}

.error_message {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

.content_error_message,
.edit_error_message,
.finish_error_message {
	color: #c00;
	font-weight: bold;
	text-align: center;
	padding: 100px 0px;
	margin-bottom: 20px;
}

.debugFont {
	color: #777;
	font-size: x-small;
}
