@charset "utf-8";
@import url("../common/_common.css");

/*---------- for sec CSS ----------*/


/***** Login Info *****/

#ContentBody { /* add BG */
	background-image: url('./images/key.jpg');
	background-repeat: no-repeat;
	background-position: 109px 32px;
}

#ContentBody #SecText {
	margin: 10px 160px 0 320px;
	padding: 20px 30px;
	background-image: url("../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
	border: 5px double #9c6;
}
#ContentBody #SecText h1 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 112.5%;
	font-weight: normal;
	line-height: 1.5;
	color: #c00;
	background-color: transparent;
	background-image: none;
}
#ContentBody #SecText p {
	margin: 2em 0;
	padding: 0;
	color: #000;
	font-size: 75%;
}
#ContentBody #SecText p.LinkBox {
	margin: 0;
	padding: 0;
	text-align: center;
}
#ContentBody #SecText p a {
	color: #06c;
}
#ContentBody #SecText p a:hover {
	color: #09f;
}
#ContentBody #SecText p.LinkBox a {
	font-size: 112.5%;
	font-weight: bold;
}


