@charset "utf-8";
/* CSS Document */

body{
	font-size:85%;
	line-height:1.5em;
}
div#arc_wrap{
	width:600px;
	margin:0 auto;
	padding:10px 0;
}
h2{
	background:url(arc_h2.gif) repeat-x;
	height:50px;
	line-height:50px;
	border:solid 1px #bbbbbb;
	border-top:none;
	border-bottom:none;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	letter-spacing:5px;
	margin-bottom:20px;
}
div#arc{
	border:solid 1px #bbbbbb;
	padding:20px;
}
h3{
	font-size:150%;
	line-height:150%;
	font-weight:bold;
	border-bottom:solid 3px #000000;
}
.sub_name{
	line-height:200%;
}

table{
	float:right;
	border-collapse:collapse;
	margin-top:10px;
}

th{
	font-weight:bold;
	width:80px;
	padding:5px;
	white-space:nowrap;
	background:#eeeeee;
	border:solid 5px #ffffff;
	vertical-align:top;
}
td{
	padding:5px 20px 5px 5px;
	border:solid 5px #ffffff;
	white-space:nowrap;
}

.close{
	margin:20px 0;
	text-align:center;
}
.close input{
	cursor:pointer;
	width:5em;
	height:30px;
}