@charset "utf-8";
/*	This file is part of CSS Buttons.

    CSS Buttons is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CSS Buttons is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CSS Buttons. If not, see <http://www.gnu.org/licenses/>.
*/

/* 	Overrides the CSS Buttons Framework */
div.cssbutton.sample input{color:#fff;}

/*----------フォーム送信ボタン【オレンジ】--------------------*/

/*共通フォーム送信ボタン（送信する等）*/
.formPart div.cssbutton.sample.a input{
	width:167px;
	height:35px;
	font-size:116%;
	font-weight:bold;
	background:url("right.jpg") no-repeat right 0;
	}
.formPart div.cssbutton.sample.a{
	width:167px;
	height:35px;
	margin:0 auto;
	clear:both;
	background:url("left.jpg") no-repeat 0 0;
	}
.formPart div.cssbutton.sample.a:hover input{
	background:url("right.jpg") no-repeat right bottom;
	}
.formPart div.cssbutton.sample.a:hover{
	background:url("left.jpg") no-repeat 0 bottom;
	}
/*ログインボタン（ログイン）*/
#login div.cssbutton.sample.a input{
	width:152px;
	height:45px;
	text-indent:-10000px;
	background:url("login.jpg") no-repeat 0 0;
	}
#login div.cssbutton.sample.a{
	width:152px;
	height:45px;
	margin:0 auto;
	clear:both;
	background:url("login.jpg") no-repeat 0 0;
	}
#login div.cssbutton.sample.a:hover input{
	background:url("login.jpg") no-repeat 0 bottom;
	}
#login div.cssbutton.sample.a:hover{
	background:url("login.jpg") no-repeat 0 bottom;
	}

/*----------ページ移動ボタン【ブルー】--------------------*/

/*ログイン画面へ戻るボタン（ログイン画面）*/
.thanks div.cssbutton.sample.a input,
#generalError div.cssbutton.sample.a input{
	width:102px;
	height:32px;
	text-indent:-10000px;
	background:url("gologin.jpg") no-repeat 0 0;
	}
.thanks div.cssbutton.sample.a,
#generalError div.cssbutton.sample.a{
	width:102px;
	height:32px;
	margin:0 auto;
	clear:both;
	background:url("gologin.jpg") no-repeat 0 0;
	}
.thanks div.cssbutton.sample.a:hover input,
#generalError div.cssbutton.sample.a:hover input{
	background:url("gologin.jpg") no-repeat 0 bottom;
	}
.thanks div.cssbutton.sample.a:hover,
#generalError div.cssbutton.sample.a:hover{
	background:url("gologin.jpg") no-repeat 0 bottom;
	}
/*会員本登録（利用規約）*/
#memberEntry #cssbutton01 div.cssbutton.sample.a input{
	width:98px;
	height:32px;
	text-indent:-10000px;
	background:url("rule.jpg") no-repeat 0 0;
	}
#memberEntry #cssbutton01 div.cssbutton.sample.a{
	width:98px;
	height:32px;
	background:url("rule.jpg") no-repeat 0 0;
	}
#memberEntry #cssbutton01 div.cssbutton.sample.a:hover input{
	background:url("rule.jpg") no-repeat 0 bottom;
	}
#memberEntry #cssbutton01 div.cssbutton.sample.a:hover{
	background:url("rule.jpg") no-repeat 0 bottom;
	}
/*会員本登録（プライバシーポリシー）*/
#memberEntry #cssbutton02 div.cssbutton.sample.a input{
	width:165px;
	height:32px;
	text-indent:-10000px;
	background:url("privacy.jpg") no-repeat 0 0;
	}
#memberEntry #cssbutton02 div.cssbutton.sample.a{
	width:165px;
	height:32px;
	background:url("privacy.jpg") no-repeat 0 0;
	}
#memberEntry #cssbutton02 div.cssbutton.sample.a:hover input{
	background:url("privacy.jpg") no-repeat 0 bottom;
	}
#memberEntry #cssbutton02 div.cssbutton.sample.a:hover{
	background:url("privacy.jpg") no-repeat 0 bottom;
	}
