@charset "Shift_JIS";




/* 左メニュ― */
#LMENU {
	float: left;
	width: 190px;
	padding: 0;
	font-size:90%;
}
#LMENU * {
	margin:0;
	padding:0;
}


/* カテゴリータイトル */
#LMENU #categoryTtl{
}
#LMENU .liner {
	background-color:#e4ecf0;
}

#LMENU ul {
	list-style:none;
	margin:0 0 0 0;
}
#LMENU li {
	display:inline;
	line-height:1.2em;
}
#LMENU li a {
	display:block;
	padding:8px 3px 6px 23px;
	border-bottom:1px solid #c2c9cc;
}
#LMENU ul span {
	background:transparent url(/optimus/images/widgets/arrow3.gif) no-repeat 5px 0.6em;
}
#LMENU * span{
	display:block;
}
/* 左メニュー全て開く（javascript用） */
#sidebar_open {
	margin:7px 5px 0 0;
	text-align:right;
	cursor:pointer;
	display:none;
}


/* マウスオーバー */
#LMENU li a,
#LMENU li a:link,
#LMENU li a:visited {
}
#LMENU li a:active,
#LMENU li a:hover {
	background-color:#FFF !important;
	
}



/* 左メニュ―第2階層 */
#LMENU ul ul {
	margin:0;
}
#LMENU ul ul span {
	background:#f1f6f8 url(/optimus/images/widgets/arrow2.gif) no-repeat 23px 0.7em;
}
#LMENU ul ul a {
	padding:5px 3px 4px 32px;
}

/* 左メニュ―第3階層 */
#LMENU ul ul ul a {
	padding-left:47px;
}
#LMENU ul ul ul span {
	background-position:38px 0.7em;
}

/* 左メニュ―第4階層 */
#LMENU ul ul ul ul a {
	padding-left:61px;
}
#LMENU ul ul ul ul span {
	background-position:51px 0.7em;
}



/* テキスト訴求エリア */
#LMENU .info {
	border:1px solid #CCC;
	margin:20px 7px 10px 6px;
	padding:12px 0px 12px 0px;
}
#LMENU .info dt {
	margin-bottom:0.4em;
	line-height:1.2em;
	background-color:#FFC;
	padding:3px 0 3px 2px;
}
#LMENU .info dt a {
	padding-left:10px;
	display:block;
	background:transparent url(/optimus/images/widgets/arrow2.gif) no-repeat 0 5px;
}
#LMENU .info dd {
	line-height:1.2em;
	padding-left:10px;
	display:block;
}



/* バナーなどの告知エリア */
#LMENU .notice {
	text-align:center;
	margin:5px 2px 0 0;
}
#LMENU .notice img {
	margin:15px 0 0 0;
}

/* グループ（Reflection製品用、リンクなし） */
#LMENU li.sidebargroup span {
	padding:8px 0px 6px 7px;
	color:#FFF;
	/*font-weight:bold;*/
	background-color:#007bc7;
	background-image:none;
	border-bottom:1px solid #005a92;
	line-height:1.1em;
}


/* 現在表示しているリンクスタイル変更用。javascriptからこのクラスを設定しています。 */
#LMENU ul span.js_hit_url {
	background-color:#FFF;
	background-image:url(/optimus/images/widgets/arrow3_hit.gif) !important;
}
#LMENU ul ul span.js_hit_url {
	background-color:#FFF;
	background-image:url(/optimus/images/widgets/arrow2_hit.gif) !important;
}
#LMENU span.js_hit_url a {
	color:#000;
	text-decoration:none;
	cursor:default;
}
#LMENU span.js_hit_url a,
#LMENU span.js_hit_url a:link,
#LMENU span.js_hit_url a:visited,
#LMENU span.js_hit_url a:active,
#LMENU span.js_hit_url a:hover {
	background-image:none;
}




/* 右メニュー
--------------------------------------------------------------*/
#RMENU {
	float:right;
	width: 190px;
	padding: 20px 0 15px 0;
	font-size:88%; 
	line-height:1.3em;

}
#RMENU .item {
	margin:0 6px 15px 6px;
	background:transparent url(/optimus/images/widgets/rmenu_background.png) no-repeat 0 bottom;
}
#RMENU .link a {
	display:block;
	margin-bottom:10px;
}
#RMENU .link {
	margin-top:5px;
	padding:0px 0 15px 9px !important;
}
#RMENU .search {
	padding:0px 0 0 10px !important;
	background:transparent url(/optimus/images/widgets/search_background.png) no-repeat 9px 0px;
	height:25px;
	margin:0px;
	vertical-align:top;
}
#RMENU .search form {
	margin:0 !important;
	padding:0 !important;
}
#RMENU .sarcherea {
	border:none;
	background:transparent;
	width:126px;
	margin:0 !important;
	padding:0 !important;
}
#RMENU .submit {
	margin:0 !important;
	padding:0 !important;
	width:30px;
	height:17px;
}
#RMENU *{

}

#RMENU .rm_01,#RMENU .rm_02 {
	display:block;
	margin:0 0 1px 0;
	color:#3999d4;
}
#RMENU .rm_02 {
	margin-top:10px;
}


