@charset "utf-8";
/* CSS Document */

/*右サイドボックス共通部分*/

/*ブルーボックス*/
.mybox {
	width: 240px;
	color:#FFFFFF;
}
.mybox .myboxtop {
	background: url(../img/common/bg_mybox_top01.gif) no-repeat top;
	height: 5px;
}
.mybox .mybox_bottom {
	background: url(../img/common/bg_mybox_bottom.gif) no-repeat bottom;
	margin-bottom: 10px;
	height: 100%;
	padding-bottom:5px;
}
.mybox .inner {
	background: url(../img/common/bg_mybox_top.gif) no-repeat top;
	height: auto;
	padding: 5px 10px 0px 10px;
}
.mybox .inner01 {
	background: url(../img/common/bg_mybox_middle.gif) repeat-y;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	height: auto;
/*	margin-top: -8px; */
}
*html .mybox .inner01 {
	margin-left:0px;
}

.mybox .myboxtop_material {
	background: url(../img/common/bg_mybox_material_top.gif) no-repeat top;
	height: 5px;
}
.mybox .mybox_bottom_material {
	background: url(../img/common/bg_mybox_material_bottom.gif) no-repeat bottom;
	margin-bottom: 10px;
	height: 100%;
	padding-bottom:5px;
}
.mybox .inner_material {
	background: url(../img/common/bg_mybox_material_middle.gif) repeat-y;
	padding: 4px 10px 5px 10px;
	font-size: 90%;
	height: auto;
}


/*ログイン*/
.mybox a {
	color:#FFFFFF;
	text-decoration:none;
}
.mybox a:hover, .mybox a:active {
	text-decoration:underline;
}
.premium_member {
	text-align: center;
	margin-top: 3px;
}
.inner .handlebox {
	width:auto;
	height:auto;
}
.inner .handlebox .handle {
	padding: 0 3px 0 3px;
	width: auto;
	vertical-align: middle;
}
.loginbox {
	padding:0 0 0 3px;
}
.module .module_contents .handlebox01 {
	display:inline;
	margin-right: 8px;
	margin-top: 4px;
}
/*ログイン後サムネール表示箇所*/
.tubmbox01 {
	background:url(../img/common/bg_iconbox.png) no-repeat;
	width:120px;
	height:120px;
	display:block;
	margin:5px auto 0px;
}
.tubmbox01 img {
	margin:10px 0 0 10px;
}

/*メール入力部分*/
.mailbox {
	background-color:#FFFFFF;
	width:205px;
}
.inputbox {
	background-color:#FFFFFF;
	width:210px;
}
/*パスワード入力部分*/
.passwordbox {
	background-color:#FFFFFF;
	width:205px;
}
.mybox .forget {
	font-size:100%;
	display: block;
	margin: 3px 0 0 0;
}
.menubox {
	padding:8px 10px 0 10px;
	background-color: #FFFFFF;
	height: auto;
	border:1px solid #ccc;
}

/*サブメニュー表示*/

/*各サービスのサブメニュー*/
.submenubox {
	color:#FFFFFF;
	margin-top: 0px;
	position:relative;
	top:-15px;
	text-align: left;
	width: 234px;
}
.submenubox .submenubox_top {
	width: 234px;
	background: url(../img/submenu/bg_side_top.gif) no-repeat top;
	height: 15px;
	}
.submenubox .submenubox_bottom {
	width: 234px;
	background: url(../img/submenu/bg_side_bottom.gif) no-repeat bottom;
	height: 15px;
	}
.submenubox .submenubox_middle {
	width: 218px;
	padding: 3px 7px;
	height: auto;
	background: #FFFFFF;
	border: solid #88A7B9;
	border-width: 0 1px;
	}
.submenubox .submenubox_middle a {
	overflow:hidden;
	display:block;
	background:#FFFFFF url(../img/common/header_arrow.gif) no-repeat 2px 4px;
	line-height:1.2em;
	color:#999999;
	padding:2px 0 2px 18px;
}
.submenubox .submenubox_middle a.twoline {
}
.submenubox .submenubox_middle a:hover {
	background-color:#EEEEEE;
	color:#666666;
}
.submenubox .submenubox_middle a.now {
	background:url(../img/common/header_arrow_white.gif) no-repeat 2px 4px;
	background-color:#FFA819;
	color:#FFFFFF;
	text-decoration:none;
}
.submenubox .submenubox_middle a.child {
	background-image:url(../img/common/header_arrow_child.gif) ;
	background-position:7px 0px;
	padding:2px 0 2px 27px;
}
/*
.submenu_banner {
	color:#FFFFFF;
}
.submenu_banner .submenu_banner_top {
	width: 240px;
	background: url(../img/submenu/bg_submenu_banner_top.gif) no-repeat top;
	height: 5px;
	}
.submenu_banner .submenu_banner_bottom {
	width: 240px;
	background: url(../img/submenu/bg_submenu_banner_bottom.gif) no-repeat bottom;
	height: 5px;
	}
.submenu_banner .submenu_banner_middle {
	width: auto;
	background: url(../img/submenu/bg_submenu_banner_middle.gif) repeat-y;
	padding: 0px 0px 0px 0px;
	height: auto;
	margin: 0px 0 0px 0;
	text-align: center;
	}
.submenu_banner .submenu_banner_middle a {
	text-decoration:none;
	}
*/
.submenubox01 {
	color:#FFFFFF;
}
.submenubox01 .submenubox01_top{
	width: 240px;
	background: url(../img/submenu/bg_sidebox_01_top.gif) no-repeat top;
	height: 4px;
}
.submenubox01 .submenubox01_bottom{
	width: 240px;
	background: url(../img/submenu/bg_sidebox_01_bottom.gif) no-repeat bottom;
	height: 5px;
}
.submenubox01 .submenubox01_middle{
	width: auto;
	padding: 1px 10px 0px 10px;
	height: auto;
	margin: 0px 0 0px 0;
	background: #d99661;
}
/* */
.submenubox01 .submenubox01_middle a {
	overflow:hidden;
	display:block;
	background: url(../img/submenu/bt_side01_middle_bg.gif) no-repeat;
}
.submenubox01 .submenubox01_middle a.twoline {
	background: url(../img/submenu/bt_side01_middle_bg2.gif) no-repeat;
}
.submenubox01 .submenubox01_middle a:hover, .submenubox01 .submenubox01_middle a.now {
	background-position: right top;
}
/* */

/*サブメニューなし*/
.sidebox_cap {
	background:url(../img/common/sidebox_cap.gif) no-repeat top;
	width:auto;
	height:5px;
}
.sidebox_bottom {
	background:url(../img/common/sidebox_bottom.gif) #C6BDB6 no-repeat bottom;
	width:auto;
	height:5px;
}


.mybox .mybox_bottom {
	width: 240px;
	background: url(../img/common/bg_mybox_bottom.gif) no-repeat bottom;
	margin-bottom: 10px;
	height: 100%;
	padding-bottom:5px;
}
.mybox .inner {
	background: #0f9cb3 url(../img/common/bg_mybox_top.gif) no-repeat top;
	height: auto;
	padding: 5px 10px 0px 10px;
}
.mybox .inner01 {
	background: url(../img/common/bg_mybox_middle.gif) repeat-y;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	height: auto;
/*	margin-top: -8px; */
}

/*サブメニューリストアイコン*/
.list_headerimage_side {
	list-style:none;
	line-height: 1em;
	padding: 0px 0 10px 0px;
}
.list_headerimage_side li {
	background:url(../img/common/header_arrow.gif) no-repeat left;
	font-weight:normal;
	text-indent: 18px;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 6px 0;
}
.list_headerimage_side li a {
	text-decoration:none;
}
.list_headerimage_side .submenu_on {
	background:url(../img/common/header_arrow_red.gif) no-repeat left;
	font-weight:normal;
	text-indent: 18px;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 6px 0;
}
/*サイドバーのバナーエリア*/
.sidebar_banner_section {
	background:#D9D9D9 url(../img/common/bg_ad_area_cap_middle.gif) no-repeat;
	width:234px;
	height:auto;
	padding: 60px 3px 0;
}
.sidebar_banner_section_bottom {
	background:url(../img/common/bg_ad_area_bottom.gif) bottom no-repeat;
	width:240px;
	height:25px;
}

.favorite_list_text {
	display:block;
	color:#CC0033;
	font-size:90%;
}

/*サイドメニュー--------------------------------------------------------*/
.RollOver {
	width: 240px;
}

.RollOver a {
	overflow:hidden;
	display:block;
	position: relative;
}
.RollOver a img {
	position:absolute;
}
.RollOver a:hover img {
	bottom: 0px;
}

/*右サイドボックス END*/
