@charset "UTF-8";
/* CSS Document */

/*=============================================
ロゴエリア
=============================================*/

/*ロゴエリア*/
#logo_login {
	width:304px;
	float:left;
	background-color:#000000;
}
#logo_login h1 a {
	display:block;
	width:304px;
	height:37px;
	padding-top:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat;
}

/*ロゴエリア(体験)*/
#logo_login_taiken {
	width:304px;
	float:left;
	background-color:#000000;
}
#logo_login_taiken h1 a {
	display:block;
	width:304px;
	height:37px;
	padding-top:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat;
}

/*ログインエリア*/
#login {
	width:550px;
	float:right;
	position:relative;
}



/*=============================================
ログインエリア
=============================================*/
/*上*/
#login p.user {
	background:url(../img/icon_user.png) no-repeat left 1px;
	padding-left:20px;
	position:absolute;
	top:-4px;
	left:10px;
	height:15px;
}
#login input#rem {
	vertical-align:middle;
	height:15px;
}

#login ul#ssl {
	display:inline;
	position:absolute;
	top:-4px;
	right:0;
	width:186px;
}
#login ul#ssl li.in_ssl {
	background:url(../img/icon_ssl.png) no-repeat left center;
	padding-left:20px;
	border-right:#333333 1px solid;
	margin-right:16px;
	*margin-right:0;
	padding-right:14px;
	float:left;
	height:15px;
}
#login ul#ssl li a {
	display:block;
	line-height:15px;
	height:15px;
	vertical-align:middle;
}
#login ul#ssl li {
	height:15px;
	vertical-align:middle;
}
#login label.rem {
	position:absolute;
	right:210px;
	top:-4px;
	*padding-bottom:4px;
}
#login input#saveFlg {
	margin-right:4px;
}

/*中　ログイン入力アリア*/
#login div.area_login {
	position:relative;
	background:url(../img/bg_login.png) no-repeat left top;
	width:534px;
	height:25px;
	top:18px;
	font-weight:bold;
	padding-top:9px;
	padding-left:16px;
	padding-top:7px;
	height:27px;
}
#login div.area_login input[type="text"],#login div.area_login input[type="password"] {
	margin-left:3px;
	margin-right:10px;
	width:120px;
	vertical-align:5px;
}


#login label.title {
	vertical-align:6px;
	height:15px;
}

#login div.area_login input[type="submit"] {
	width:110px;
	height:22px;
	cursor:pointer;
}

#login div.memory{
	position:absolute;
	top:75px;
	left:360px;
}

/*下　ログインサブ項目*/
#login ul#sub_login {
	position:absolute;
	top:54px;
	left:24px;
	left:10px;
	width:540px;
}
#login ul#sub_login { 
	display:inline;
}
#login ul#sub_login li {
	float:left;
	margin-right:10px;
}
#login ul#sub_login li a {
	background:url(../img/icon_link.png) no-repeat left 2px;
	padding-left:14px;
	color:#000000;
	*background-position:left 4px;
}
#login ul#sub_login input {
	border:none;
	background:url(../img/icon_link.png) no-repeat left 2px;
	padding-left:14px;
	text-align:left;
	text-decoration:underline;
	cursor:pointer;
	margin-left:0;
	padding-right:0;
	display:block;
	width:165px;
	*background-position:left 4px;
}
#login ul#sub_login li a:hover {
	color:#eb1313;
}
#login ul#sub_login input:hover {
	color:#eb1313;
}


/*=============================================
左カラム
=============================================*/


/*=============================================
中カラム
=============================================*/
#main a.a_catch {
	display:block;
}
#topics {
	margin-top:36px;
	width:530px;
	float:left;
	position:relative;
	padding-bottom:50px;
}
#topics h2 {
	width:514px;
	height:23px;
	padding-left:16px;
	padding-top:6px;
	background:url(../img/bg_title_topics.png) no-repeat;
	font-size:14px;
}

#topics dl {
	width:502px;
	padding:10px 28px 10px 0;
	border-bottom:#999999 1px solid;
	background:url(../img/icon_topics.png) no-repeat right center;
}
#topics dl dt.new {
	background:url(../img/icon_new.png) no-repeat right 1px;
	padding-right:60px;
	height:20px;
	width:40px;
}
#topics dl dt a {
	text-decoration:none;
	color:#333333;
}
#topics dl dd a {
	color:#333333;
	font-weight:bold;
}
#topics dl dt a:hover {
	color:#eb1313;
}
#topics dl dd a:hover {
	color:#eb1313;
}

#topics a.index {
	width:84px;
	height:19px;
	display:block;
	background:url(../img/btn_topics.png) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:14px;
}


/*=============================================
右カラム
=============================================*/
#banner {
	width:179px;
	float:left;
	margin-top:36px;
}
#banner a {
	display:block;
	margin-bottom:7px;
}
