h1,h2 {
	margin: 1px;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
}

/*-----  アウトライン  -----*/
div#enterOutline {
	width:770px;
	height:auto;
	padding:0px;
	margin:40px auto;
	clear:both;
}
/*-----  ロゴ  -----*/
div#enterRogo {
	background-image:url(../img/enter_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:770px;
	height:440px;
	padding:0px;
	margin:0px auto;
	text-align:right;
	clear:both;
}
/*-----  認証文  -----*/
div#enterComment {
	width:400px;
	height:25px;
	padding-top:30px;
	margin:0px auto;
	text-align:center;
	font-size:12px;
	color:#cccccc;
	clear:both;
}
/*-----  認証  -----*/
div#enterExit {
	background-image:url(../img/enter_botan.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:300px;
	height:30px;
	padding-bottom:35px;
	margin:0px auto;
	clear:both;
}
p#enter {
	width:120px;
	height:20px;
	padding:5px 30px 5px 0px;
	margin:0px;
	text-indent:-999999px;
	float:left;
}
p#enter a{
	display:block;
	width:100%;
	height:100%;
	}
p#enter a.other {
	display:block;
	text-indent:-9999px;
}
p#enter a:hover {
	background-image:url(../img/enter.jpg);
	background-repeat:no-repeat;
}

p#exit {
	width:120px;
	height:20px;
	padding:5px 0px 5px 30px;
	margin:0px;
	text-indent:-999999px;
	float:left;
}
p#exit a{
	display:block;
	width:100%;
	height:100%;
	}
p#exit a.other {
	display:block;
	text-indent:-9999px;
}
p#exit a:hover {
	background-image:url(../img/exit.jpg);
	background-repeat:no-repeat;
}
/*-----  リンクタイトル  -----*/
div#linkTitle {
	background-image:url(../img/link_title.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:770px;
	height:20px;
	padding:0px;
	margin:10px auto;
	background-color:#DDDCD6;
	text-indent:-999999px;
	clear:both;
}
/*-----  リンク文  -----*/
div#linkComment {
	width:770px;
	height:40px;
	padding:0px;
	margin:10px auto;
	text-align:center;
	font-size:12px;
	clear:both;
}
/*-----  リンクバナー  -----*/
p.bnBox {
	width:150px;
	height:40px;
	padding:0px;
	margin:10px auto;
	text-align:center;
	font-size:11px;
	float:left;
}
