@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;
}*/

#navi-content .regist_bt {
    background: url("../../image/nic/2160/btn/regist_bt.png") no-repeat ;
    display: block;
    height: 70px;
    margin-bottom: 6px;
    padding: 0;
    text-indent: -9999px;
    width: 250px;
}

/* ------------------------------------------------
　マイページログインボタン
------------------------------------------------- */
.mypage_login_bt {
    background: url("../../image/nic/2160/btn/mypage_login_bt.png") no-repeat ;
    display: block;
    width: 250px;
    height: 35px;
    margin-bottom: 6px;
    text-indent: -9999px;
}

.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: #0078C0;
	font-size: 110%;
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
	text-align: center;
	width: 182px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 0;
}
.button:hover {
	font-weight: bold;
	color: #FF8000;
	}
/**ページナビゲーション**/
.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;
}

.delete {
	margin-top: 6px;
	display: block;
	text-align: center;
	width: 100px;
	height: 30px
	line-height: 30px;
	padding: 3px;
	background: #F6F3E3;
	border: solid 1px #d6cda3;
}

/* SIN_START[11] */
/* 2012/11/02 18:26:39 */

.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;
}
/* SIN_END[11] */