@charset "utf-8";

* {
	font-size:12px;
	color:#535353;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	list-style-type: none;
}

body {
	height: 100%;
	margin:0;
	padding:0;
}

a {
	color:#00CC00;
	text-decoration:none;
	border:0;
	display:inline;
}

a:hover {
	color:#009900;
	text-decoration:underline;
	display:inline;
}

img {
	border:0;
	margin:0;
	padding:0;
}

p {
	color:#535353;
	line-height:1.3em;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}

/*---------- メインイメージ(Flash部分のこと) ----------*/

#mainimage {
	width:590px;
	height:270px;
	margin-top:10px;
	padding:0;
	overflow:hidden;
	display:block;
	clear:both;
}

/*-- トップコンテンツ用CSS --*/


/*-- Right領域 ログイン --*/
.base_top_r {
	width:198px;
	height:0px;
	margin:0;
	padding:0;
}

.base_middle_r {
	width:198px;
	height:413px;
	_height:416px;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
	background-color:#f5f9f8;
	border: 1px solid #dddcda;
}

.base_bottom_r {
	width:198px;
	height:0px;
	margin:0;
	padding:0;
}

/*-- Right領域 フォーム --*/
.base_middle_r ul {
	width:198px;
 *width:198px;
	height:auto;
	padding:0;
	overflow:hidden;
	display:block;
	margin-bottom: 10px;
}

.base_middle_r li {
	list-style-type:none;
	padding:0;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 7px;
}

.base_middle_r a {
	display:inline;
}

.base_middle_r li.login {
	color:#666666;
	font-weight:bold;
	font-size: 0.9em;
}

/*-- Right領域 ボタン --*/
.base_middle_r li.btn_login {
	margin-top: 10px;
	margin-right: 49px;
	margin-bottom: 10px;
	margin-left: 49px;
}

li.btn_login a {
	background:url(../../images/index/btn_login.gif) no-repeat 0px 0px;
	width:104px;
	height:28px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

li.btn_login a:hover {
	background:url(../../images/index/btn_login.gif) no-repeat 0px -28px;
	width:104px;
	display:block;
}

.base_middle_r li.btn_new {
	margin-top: 0px;
	margin-right: 7px;
}

li.btn_new a {
	background: url(../../images/base/new_btn.gif) no-repeat 0px 0px;
	width:184px;
	height:42px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

li.btn_new a:hover {
	background:url(../../images/base/new_btn.gif) no-repeat 0px -42px;
	width:184px;
	display:block;
}

.base_middle_r li.btn_experience {
	margin:10px 7px 5px;
}

li.btn_experience a {
	background: url(../../images/base/taiken_btn.gif) no-repeat 0px 0px;
	width:184px;
	height:55px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

li.btn_experience a:hover {
	background:url(../../images/base/taiken_btn.gif) no-repeat 0px -55px;
	width:184px;
	display:block;
}

li.p01 {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 10px;
}

/*-- Right領域 画像 --*/
.base_middle_r li.now_member {
	background-image: url(../../images/base/old_kizi.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	margin-top: 13px;
	margin-left: 7px;
}

.base_middle_r li.mente {
	width: 180px;
	height: 35px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(../../images/index/mente02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.mente_text {
	line-height: 1.6em;
}

.text01 {
	font-weight: bold;
	color: #FF0000;
}

