@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0px;
}
body{
	height: 97%;
	margin: 2px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #CCC;*/
}
.navibutton {
	line-height: 200%;
	text-align: center;
	margin: 20px 0px;
}
div.navibutton .button {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	color: #FFF;
	background-color: #06F;
	padding: 5px 20px;
	margin: 0px 5px;
	text-decoration: none;
	font-size: small;
	border: none;
	display: inline-block;
	min-width: 100px;
	min-height: 25px;
}
div.navibutton .button:hover {
	background-color: #08F;
}
.guidemark, .requiredmark {
	font-size: larger !important;
	font-weight: bold !important;
	color: #F00 !important;
	text-decoration: none !important;
	padding: 0px 5px;
	margin: 0px;
}
#pagefooter {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.nponame:after {
	content: "特定非営利活動法人 救急救命推進機構 (申請中)";
}
#messagebox {
	color: #F00;
	background-color: #FFC;
	border: thin solid #666;
	padding: 10px;
}
.warning {
	color:#F00;
	font-size: small;
	line-height: 110%;
}
.zipwarning {
	color: #F00;
}
.linkstring {
	text-decoration: underline;
	color:#00F;
}
.ui-dialog .ui-dialog-title {
	font-size: small;
}
.ui-dialog .ui-button {
	font-size: small;
}
#guidewin .guideframe {
	width: 98%;
	height: 94%;
	border: groove medium #666;
}