@charset "UTF-8";
/* CSS Document */

@import url("base.css");
@import url("common.css");
@import url("font.css");
@import url("../navi/DropDownMenu.css");
@import url("contents.css");


#sitemap {

}
#regist #kiyaku {
	border: 1px solid #999999;
	margin-top: 1em;
	padding: 10px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 200px;
}
#regist #kiyaku h2 {
	margin-top: 0px;
	background-image: none;
	text-align: center;
	padding-left: 0px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEEE;
	padding-bottom: 5px;
}

#regist dt {
	margin-top: 10px;
}
#regist dd {
	margin-top: 5px;
}

#links .txtBlock h2 {
	margin-top: 1.5em;
}
#links .txtBlock ul {
	margin-top: 0.5em;
}
#intro .txtBlock li {
	margin-top: 0.5em;
}
#intro .txtBlock h3 {
	margin-top: 1em;
}

#loginComtainer {
	width: 190px;
	margin-right: 187px;
	margin-left: 187px;
}
#login {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F8B818;
	border-bottom-color: #F8B818;
	border-left-color: #F8B818;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: center;
}
#mainBleft p,
#login p {
	padding-top: 4px;
	font-size: 80%;
}

#login .txtinput {
	width: 110px;
	border: 1px solid #000000;
}
#login a {
	color: #1f8ac9;
}

#login .loginBtn   {
	text-align: right;
	padding-right: 4px;
}
#login  p.forgetLink {
	font-size: 60%;
	line-height: 130%;
	background-image: url(../common_img/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	padding-top: 8px;
	text-align: left;
}
#login .registButt {
	padding-top: 15px;
}
