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

body {
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	margin-top: 20px;
	font-size: 12px;


}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


* {

margin:0px;
padding:0px;
}

.login_frame {
	width: 300px;
	border: 2px solid #B0DCFF;
	background-color: #F4FCFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
}
.login_frame h2 {
	margin-bottom: 10px;
	font-size: 120%;
	color: #333333;
}
.login_frame p {
	margin-bottom: 10px;
	font-size: 10px;
	color: #666666;
}
.login_frame .form {
	width: 250px;
	padding: 3px;
}
.login_frame .login {
	padding: 3px;
	background-color: #84C8FF;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #53B1FF;
}
.login_frame .error {
	padding: 10px;
	color: #FF0000;
	background-color: #FFF0F0;
	border: 1px solid #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#container #header li {
	list-style-type: none;
	display: block;
	float: left;
	width: 170px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(/member/images/gnaviBg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#container #header {
	display: block;

}
#container #header #gNavi {
	clear: both;
}
#container #header #gNavi a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
#container #header #subNavi {
	float: right;
	padding: 5px;
}
#container #header .logo {
	float: left;
	margin-bottom: 10px;
}

