@CHARSET "UTF-8";

/* ------------------------------------------------
　ボタンのデザイン設定のCSSです。
------------------------------------------------- */

.send_bt {
	background: url(/img/send_bt_1.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 45px;
	width: 183px;
	text-indent: -9999px;
}

.send_bt:hover {
	background: url(/img/send_bt_2.png) no-repeat 0 0;
}


/* ------------------------------------------------
　会員登録ボタン
------------------------------------------------- */
#left-content .regist_bt {
	background-color:#0F9FCF;
	color:#fff;
	border: 0px;
	display: block;
	height: 50px;
	line-height:50px;
	text-align: center;
	margin-bottom: 6px;
	font-weight:bold;
}
#navi-content .regist_bt {
	background-color:#0F9FCF;
	color:#fff;
	border: 0px;
	display: block;
	height: 50px;
	line-height:50px;
	text-align: center;
	margin-bottom: 6px;
	font-weight:bold;
}
#left-content .regist_bt:hover {
}
#navi-content .regist_bt:hover {
}
/* ------------------------------------------------
　マイページログインボタン
------------------------------------------------- */
.mypage_login_bt {
	border: 1px solid #CCC;
	display: block;
	height: 40px;
	line-height:40px;
	text-align: center;	
	margin-bottom: 6px;
}

.mypage_login_bt:hover {
	color:#ccc;
}


.show_bt {
	background: url(/img/bt.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 24px;
	margin: 0px 0px 5px 0px;
	text-indent: -900em;
	width: 205px;
}

.show_bt:hover {
	background: url(/img/bt.png) no-repeat;
	background-position: -205px 0px;
}

.submit {
	background: url(/img/bt.png) no-repeat;
	background-position: 0px -87px;
	border: 0px;
	display: block;
	height: 34px;
	text-align: center;
	text-indent: -900em;
	width: 154px;
}

.submit:hover {
	background: url(/img/bt.png) no-repeat;
	background-position: -205px -87px;
}

.button {
	color: #fff;
	font-size: 110%;
	background-color:#0F9FCF;
	border: none;
	text-align: center;
	width: 184px;
	height: 40px;
	line-height: 40px;
}
.button:hover {
	background-color:#9EC8CF;
	color: #000;
	}
.button2 {
	font-size: 110%;
	background: url(/img/btn.png) no-repeat 0 0;
	text-align: center;
	display:block;
	color:#000;
	width: 198px;
	height: 38px;
	line-height: 38px;
	border:none;
}
.button2:hover {
	background: url(/img/btn_o.png) no-repeat 0 0;
	color: #000;
	}
/**ページナビゲーション**/
.paginationControl li {
	display: inline;
	list-style-type: none;
	margin: 1px;
	text-align: center;
}

.paginationControl li a {
	background-color: #F6F3E3;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.paginationControl li span {
	border: 1px solid #F6F3E3;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.paginationControl ul {
	list-style-type: none;
	padding: 5px;
}

.pages {
	background-color: #F6F3E3;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.form_clear_bt{
	width:80px;
	font-size:14px;
}
.form_search_bt{
	width:100px;
	font-size:16px;
}
