#indexstage {
	width:600px;
	height:300px;
	background:#FFFFFF url(../img/layout/BG_index.jpg);
	margin:0px auto 0px auto;
	padding-top:300px;
	text-align:center;
	border-top:5px solid #043678;
	border-bottom:5px solid #043678;
	border-left:1px solid #043678;
	border-right:1px solid #043678;
}
#indexstage p {
	margin-top: 10px;
	margin-bottom:10px;
}

#attindex {
	width: 520px;
	border:1px solid #043678;
	margin:20px auto;
	padding:0px 5px;
	background:#FFFFFF;
}
address {font-style:normal; margin-top:10px;}

#judgment {
	width: 410px;
	margin:20px auto 0px auto;
	text-align:center;
}
#judgment a{
	width:175px;
	height:30px;
	display:block;
}
#yes a:link,
#yes a:visited,
#yes a:active {
	width: 175px;
	height:30px;
	margin:0px 10px 0px 10px;
	border:1px solid #043678;
	float:left;
	overflow:hidden;
	line-height:100em;
	background:url(../img/yes_off.gif)
}
#yes a:hover {background-image:url(../img/yes_on.gif);}

#no a:link,
#no a:visited,
#no a:active {
	width: 175px;
	height:30px;
	margin:0px 10px 0px 10px;
	border:1px solid #043678;
	float:right;
	overflow:hidden;
	line-height:100em;
	background:url(../img/no_off.gif)
}
#no a:hover {background-image:url(../img/no_on.gif);}

/**/
.access {
	width: 0px;
	height: 0px;
	line-height: 1000em;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
}
