@charset "utf-8";

/* バナーエリア設定 */
#reCafe #cafeSide {
	float:right;
	width:155px;
}

#reBlog #blogSide,
#reHome #homeSide {
	float:right;
	width:161px;
}


/* バナーエリア設定 */
#home #bnBox,
#reNews #newsSide #bnBox,
#reCafe #cafeSide #bnBox,
#reBlog #blogSide #bnBox {
	width:155px;
	text-align:left;
}

#bnBox dd {
	line-height:1.2;
}

#reBlog #blogSide #bnBox {
	margin-top:3px;
}
#home #bnBox {
	margin-top:3px;
}


#reNews #newsSide #bnBox dt,
#reCafe #cafeSide #bnBox dt,
#reBlog #blogSide #bnBox dt  {
	margin-bottom:3px;
}

#reNews #newsSide #bnBox dl,
#reCafe #cafeSide #bnBox dl,
#reBlog #blogSide #bnBox dl {
	margin-bottom:15px;
}
#reNews #newsSide #bnBox a,
#reCafe #cafeSide #bnBox a,
#reBlog #blogSide #bnBox a,
#home #bnBox a {
	color:#333333;
	text-decoration:none;
}
#reNews #newsSide #bnBox a:hover,
#reCafe #cafeSide #bnBox a:hover,
#reBlog #blogSide #bnBox a:hover,
#home #bnBox a:hover {
	color:#FF0000;
	text-decoration:underline;
}


#home #bnBox {
	width:167px;
	padding-top:8px;
	background:url(/img/other/side_bg_login.gif) 0 0 no-repeat;
}


/* ログイン */
#loginBox {
	margin-bottom:10px;
	padding-top:2px;
	width:155px;
	background:url(/img/other/side_login_bg_01.gif) 0 0 no-repeat;
}

#home #loginBox {
	margin:0 6px 15px 6px;
}

#loginBox dl {
	margin:1px 2px 0 2px;
	padding:6px 6px 0 6px;
	background:#f7f5f0;
}

#home #loginBox dl {
	margin:1px 2px 0 2px;
	padding:6px 6px 0 6px;
	background:#FFFFFF;
}


#loginBox dl dt {
	/*font-size:84%;*/
	font-weight:bold;
}

#loginBox dl dd input {
	width:120px;
}

#loginBox #inputMail {
	margin-bottom:5px;
	padding:1px 3px;
}

#loginBox #inputPass {
	padding:1px 3px;
}

#loginBox #loginList {
	list-style:none;
	padding:0;
	margin:-15px 2px 0 2px;
	padding-top:5px;
	background:#f7f5f0;
	font-size:84%;
}

#home #loginBox #loginList {
	list-style:none;
	margin:0 2px 0 2px;
	background:#FFFFFF;
	font-size:84%;
}

#loginBox #loginList #nick_save,
#loginBox #loginList #ssl {
	margin:0 3px 0 3px;
}

#loginBox #loginList li {
	margin-left:3px;
}

#blog #loginBox #loginList li {
	margin-left:5px;
}

#loginBox #loginList #loginBtn {
	margin:4px 0 3px 3px;
}

#loginBox #otherList {
	list-style:none;
	padding:6px 6px 0 6px;
	margin:0 2px 0 2px;
	background:#f7f5f0 url(/img/other/side_login_hr.gif) center top no-repeat;
	font-size:84%;
}

#home #loginBox #otherList {
	list-style:none;
	padding:6px 6px 0 6px;
	margin:0 2px 0 2px;
	background:#FFFFFF url(/img/other/side_login_hr.gif) center top no-repeat;
	font-size:84%;
}

#loginBox #otherList li {
	padding-bottom:4px;
}

#loginBox #otherList li img {
	margin-bottom:3px;
}

#loginBtm {
	height:2px;
	background:url(/img/other/side_login_bg_02.gif) left bottom no-repeat;
}

#loginLost {
	padding:0 0 0 6px;
	background:url(/img/other/side_login_arrow.gif) 0 3px no-repeat;
}


