/*-----------------------------------------------------
 // login top
-----------------------------------------------------*/

.login {
	background-image: url(img/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.memberlog {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
td a.go {	color: #660000;	text-decoration: underline;}
td a.go:visited {  color: #660000 ; text-decoration : underline }
td a.go:hover { color: #CC0000; text-decoration : none }

.wasureru {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.bannrbtn {
	margin-right: 28px;
	margin-left: 28px;
	margin-bottom: 15px;
}
.tourokutoptop {
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
}
.tourokutop {
	padding-top: 30px;
}
.membernowlogin {
	background-image: url(img/membernow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 79px;
	width: 144px;
	text-align: center;
	margin-right: 21px;
	margin-left: 21px;
	padding-top: 14px;
	font-size: 11px;
	line-height: 16px;
}

/*-----------------------------------------------------
 // memberpage other
-----------------------------------------------------*/

.index2 {
	background-image: url(img/bg_s.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
}
.index {
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
}

.subtitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #692819;
	border-bottom-color: #692819;
	text-align: center;
	color: #692819;
	margin-bottom: 8px;
}
.subtitle2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	color: #692819;
	margin-bottom: 8px;
}

.imgma {
	margin-top: 20px;
	margin-bottom: 8px;
}

.where {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 13px;
}

.titleimage{
	padding-bottom: 15px;
}
.tokuten3txt {
	padding-left: 25px;
}
.notice2 {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	color: #FF0000;
	width: 543px;
	padding: 10px;
	margin-bottom: 25px;
}
.notice3 {
	text-align: left;
	background-color: #FCFDE1;
	border: 1px solid #FF6600;
	padding: 10px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.notice4 {
	text-align: left;
	background-color: #FCFDE1;
	border: 1px solid #FF6600;
	padding: 10px;
	margin-bottom: 25px;
	margin-top: 5px;
		width: 543px;
}



/*-----------------------------------------------------
 // メニュー(リスト)の画像をカーソルオン時にロールオーバーする
-----------------------------------------------------*/

/*--- // メニュー // ---*/
div#menu {
	width:186px;
}

#menu ul {
	line-height:35px;
}
.menutext a{
	padding-left: 45px;
	color: #333333;
	text-decoration: none;
}
#menu ul li {
	list-style-type:none;
	width:186px;

	}
#menu ul li a {
	display:block;
	background:url(img/btn_last.gif) no-repeat;
	text-decoration:none;
}
#menu ul li a:hover {
	background:url(img/btn_last_over.gif) no-repeat right top;
	text-decoration:underline;
		color:#660000;
}

div#menu2 {
	width:186px;
}

#menu2 ul {
	line-height:33px;
}
.menutext2 a{
	padding-left: 45px;
	color: #333333;
	text-decoration: none;
}
#menu2 ul li {
	list-style-type:none;
	width:186px;


	}
#menu2 ul li a {
	display:block;
	background:url(img/btn_01.gif) no-repeat;
	text-decoration:none;

}
#menu2 ul li a:hover {
	background:url(img/btn_01_over.gif) no-repeat right top;
	text-decoration:underline;
		color:#660000;

}
.idpass {
	color: #660000;
	width: 568px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #e17986;
	border-bottom-color: #e17986;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*↓↓履歴用のリンク色レッド↓↓*/
a.rireki:link {	font-size: 14px;	color: #692A1C;	text-decoration : nonoe;	line-height: 17px;}
a.rireki:visited { 	font-size: 14px; color:#692A1C ; text-decoration : none; 	line-height: 17px;}
a.rireki:hover { 	font-size: 14px; color: #CC0000; text-decoration : underline ;	line-height: 17px;}
.rireki { 	font-size: 14px; color: #CC0000;}
.zei  { 	font-size: 11px;}