/*
body {
	width: 500px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('image/background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	color: #000000;
	font-size: 11pt;
}
*/

.header_area {
	color: #FFBF00;
	font-weight: bolder;
}

.footer_area {
	font-size: 90%;
}

.menu_area {
	margin-top: 0.75em;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 90%;
}

.form_area {
	margin-bottom: 0.75em;
}

.form_decoration {
	padding: 2px;
	border-top:    solid 2px #FFE088;
	border-right:  none;
	border-bottom: none;
	border-left:   solid 2px #FFE088;
}

.article_area {
	border-bottom: solid 3px #FFD000;
	text-align: center;
}

.article_table {
	width: 95%;
	margin: auto;
	background-color: #FFFFFF;
}

.article_check_area {
	padding: 0.3em;
	border-top: solid 3px #FFD000;
	border-bottom: solid 3px #FFD000;
}

.panel_top {
	border-bottom: solid 3px #FFD000;
}

.panel_bottom {
}

.ar_name {}
.ar_stime {}
.ar_maddress { font-size: smaller; }
.ar_content { padding-top: 5px; font-size: 90%; }

.qline {
	color: #008000;
}

