@charset "utf-8";

/* ===================================================================
	サイドメニュー デザイン1：位置、サイズ、余白などの設定
=================================================================== */

/* side menu */

#side_menu_container {
	width:260px;
	margin-bottom:12px;
}


#side_menu_title{
	width:260px;
	height:37px;
	line-height:37px;
	text-align:left;
	text-indent:15px;
	font-size:1.4em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


/* ボタン文字の配置 */
.side_bt_text {
	background-repeat:no-repeat;
	background-position:30px center;
	height:40px;
	line-height:40px;
	display:block;
}

.side_drop_bt_text{
	background-repeat:no-repeat;
	background-position:30px center;
	height:29px;
	line-height:29px;
	display:block;
}

#side_menu {
	width:260px;
	padding:0;
}


.side_bt,.side_bt_on {
	width:260px;
	/*height:40px;*/
	margin:0px;
	/*line-height:40px;*/
	/*text-indent:15px;*/
	/*font-size:1.2em;*/
}
.side_bt a,
.side_bt_on a,
.side_current a {
	width:230px;
	padding:14px 15px;
	font-size:1.2em;
	line-height:1.3em;
}
.side_current {
	width:260px;
	/*padding:0;*/
	margin:0px;
	/*line-height:40px;*/
	/*height:42px;*/
	/*text-indent:15px;*/
	/*font-size:1.2em;*/
}

.side_current .parent_a {
	/*height:38px;*/
}

/* side menu - drop */

ul.side_drop {
	overflow:hidden;
	width:198px;
	padding:0px;
}

ul.side_drop li:first-child {
	background-position:left -2px;
}


.side_drop_bt,
.side_drop_bt_on,
.side_drop_current{
	width:200px;
	height:29px;
	padding:0;
	margin:0;
	line-height:29px;
	text-indent:20px;
}


#side_menu_footer {
	display:none;
}



/*サイドメニューの別パターン*/

.lms_side_menu{
	width:260px;
	height:37px;
	line-height:37px;
	text-align:left;
	text-indent:15px;
	font-size:1.4em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
        background-color:#557b8e;
	color:#ffffff;
	border-bottom:solid 3px #333333
}