@charset "utf-8";

body {
	margin: 0%;
	font-family: "ＭＳ Ｐゴシック","Century Gothic",Arial,sans-serif;
}
form {
	margin: 0px;
}

/* -------- */

#container {
	width: 820px;
}
#container_subscreen {
	width: 640px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	width: 100%;
	margin-bottom: 10px;
}

#main {
	width: 100%;
}

#menu {
	width: 100%;
	height: 26px;
	margin-bottom: 10px;
}

#content {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
/* border: dashed 1px #999; */
}
#content_subscreen {
	width: 100%;
}

#footer {
	text-align: center;
	font-size: 0.75em;
	padding: 5px;
	margin: 20px 0px;
	border-top: ridge 2px #649601;
}
@media print {
	#footer {
		display: none;
	}
}
#footer_subscreen {
	text-align: center;
	font-size: 0.75em;
	padding: 5px;
	margin: 20px 0px;
	border-top: solid 1px #777;
}
@media print {
	#footer_subscreen {
		display: none;
	}
}

/* -------- */

#header .siteTitle {
	background-color: #16c;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	padding: 2px 10px;
}
#header .opName {
	text-align: right;
	padding-right: 0.5em;
	font-size: 0.75em;
	color: #666;
}

#menu .list {
	margin-left: 180px;
}
#menu .list a {
	display: block;
	width: 160px;
	float: left;
	background-color: #649601;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #efe #060 #060 #efe;
	margin-right:2px;
}
#menu .list a:link {
	text-decoration: none;
}
#menu .list a:visited {
	text-decoration: none;
}
#menu .list a:hover {
	background-color: #dfd;
	color: #060;
	text-decoration: none;
	letter-spacing: 1px;
}

#content .pageTitle {
	text-align: center;
	background-color: #def;
	color: #363;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 4px;
	border-top: solid 1px #006;
	border-bottom: solid 1px #006;
	margin-bottom: 20px;
}

.foot {
	clear: both;
	padding: 10px 0px;
	border-top: dashed 1px #999999;
}

/* -------- */

.small1 {
	font-size: 0.75em;
}
.small2 {
	font-size: 0.5em;
}

/* -------- */

.closeWin {
	margin-bottom: 20px;
}
@media print {
	.closeWin {
		display: none;
	}
}
.closeWin a {
	display: block;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
	border: solid 1px #888;

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}
.closeWin a:hover {
	background-color: #ffd;
}

/* -------- */

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