@charset "utf-8";
/* CSS Document */

body{
	font-family:"Book Antiqua", "Courier New", Arial;
	font-size:62.5%;
	color:#000000;
}
p{
	font-size:1.2em;
}
div{
	font-family:Arial, "Book Antiqua", "Courier New";
}

#main{
	width:900px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	top:5px;
}
#header{
	width:100%;
}
#slogon{
	margin-top:38px;
	padding-right:5px;
	float:right;
	color:#A50020;
	font-size:1.5em;
	font-weight:bold;
	border-right:solid 2px #000000;
}
#menu{
	border:solid 2px #000000;
	text-align:center;	
	margin:0;
}
#menu ul{
	list-style:none;
	padding:3px;
	margin:0;
}
#menu li{
	display:inline;
}
#menu a{
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
}
#menu a.current{
	color:#A50020;
}
#menu a:hover{
	color:#A50020;
}
.split{
	color:#000000;
	font-size:1.3em;
	padding:2px;
}
#content {
	border:solid 2px #000000;
	border-top:0;
	padding:0;
	margin:0;
	height:520px;
}
.content1 {
	width:98%;
	padding:1px 7px;
}
.content1 p{
	font-size:1.2em;
	margin:5px 8px 10px 5px;
}
#right40{
	width:38%;
	float:left;
	padding:5px 5px 5px 4px;
}
#right40 p.s{
	text-align:center;
	font-size:1.3em;
	color:#A50020;
	font-weight:bold;
	padding:0 10px;
	line-height:21px;
}
#left60{
	width:59%;
	padding:2px 0 2px 13px;
	float:left;
}
#left50{
	width:50%;
	padding:2px 8px 2px 10px;
	float:left;
}
#right50{
	width:46%;
	padding:5px 0 5px 4px;
	float:left;
}
.question{
	font-size:1.2em;
	border-left:1px solid #000000;
	padding-left:10px;
	margin-bottom:10px;
}
.bcontent{
	margin:5px 5px 0 10px;
	padding:8px;
	border:solid 1px #000000;
	font-size:1.2em;
}
.btitle_grey{
	margin:0 5px 10px 10px;
	padding:1px 8px 2px 8px;
	background:#cccccc;
	background-color:#999999;
	border:solid 1px #000000;
	border-top:0;
	color:#ffffff;
	font-size:1.2em;
}
.btitle_red{
	margin:0 5px 0 10px;
	padding:1px 8px 2px 8px;
	background:#cccccc;
	background-color:#A50020;
	border:solid 1px #000000;
	border-top:0;
	color:#ffffff;
	font-size:1.2em;
}
.accordion {
	width: 100%;
	border-bottom: solid 1px #000000;
	margin-bottom:3px;
}
.accordion h3 {
	background: #fff url(arrow-square.gif) no-repeat right -51px;
	padding: 2px 15px 3px 10px;
	margin: 0;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	border: solid 1px #000000;
	border-bottom: none;
	cursor: pointer;
	display:block;
}
.accordion h3:hover {
	background-color: #A50020;
	color:#ffffff;
}
.accordion h3.active {
	background-position: right 5px;
	background-color:#A50020;
	color:#ffffff;
}
.accordion p {
	background: #fff;
	margin: 0;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#footer{
	width:900px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	font-size:1.2em;
	text-align:center;
	padding:5px;
}
.redfont{
	color:#A50020;
}
.admecontent{
	font-size:1.2em;
	margin:0 2px 6px 2px;
}
ul.list{
	padding:5px;
	margin:0;
	border:#000 solid 1px;
}
ul.list li{
	background:url(dot.gif) no-repeat left 5px;
	padding:1px 2px 2px 16px;
	font-size:1.2em;
	list-style-type:none;
}
ul.list1{
	padding:0 5px 5px 20px;
	margin:0;
}
ul.list1 li{
	padding:0;
	margin:2px 0;
}