/* 
	装飾設定（背景・色など）
----------------------------------------------------- */
#left_menu_box{
	width:230px;
	margin-left:20px;
}
* html #left_menu_box{/*IE6　ハック*/
	margin-left: 10px;
}
#left_menu_top{
	background:url(../images/leftmenu/menu_box_bg_top.gif) 0 0 no-repeat;
	width: 230px;
	height:8px;
	margin:0;
	padding:0;
	font-size:0;
}
#left_menu_bottom{
	background:url(../images/leftmenu/menu_box_bg_bottom.gif) 0 0 no-repeat;
	width: 230px;
	height:8px;
	margin:0;
	padding:0;
}
#smoothmenu1{
	background: transparent url(../images/leftmenu/menu_box_bg_middle.gif) repeat-y 0 0;
}
#smoothmenu1 .menu{
	width:auto;
	margin-left: 15px;
	padding-bottom: 10px;
}
* html #smoothmenu1 .menu{/*IE6　ハック*/
	margin-left: 0;
}
*+ html #smoothmenu1 .menu{/*IE7　ハック*/
	margin-left: 0;
}

.ddsmoothmenu ul li a.line_link {
	width: 198px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-position: 0 0;
}
.ddsmoothmenu ul li a.line_link:hover{
	padding: 0;
	background-position: 0 -40px;
}
#menu01{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu1_over.gif);
}
#menu02{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu2_over.gif);
}
#menu03{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu3_over.gif);
}
#menu04{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu4_over.gif);
}
#menu05{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu5_over.gif);
}
#menu06{
	width:198px;
	height:40px;
	background-image:url(../images/leftmenu/txt/menu6_over.gif);
}

.d_non{
	display: none;
}
.ddsmoothmenu .sub_bg{
	width: 175px;
	padding-top: 0;
	background-color: #eee;
	text-align: left;
	border: #ccc solid 1px;
}
.ddsmoothmenu .sub_bg li{
	padding: 0;
}
.ddsmoothmenu .sub_bg li a{
	width: 162px;
	padding: 8px 5px 8px 10px;
	background-color: #eee;
	color:#666666;
}
.ddsmoothmenu .sub_bg li a:hover{
	width: 163px;
	background-color: #999999;
	padding: 8px 5px 8px 10px;
	color: #fff;
}
.ddsmoothmenu .sub_bg .list_bg{
	width: 173px;
	background-color: #fff;
	border: solid 1px #ccc;
}
.ddsmoothmenu .sub_bg .list_bg li{
	padding: 0;
}
.ddsmoothmenu .sub_bg .list_bg li a{
	width: 160px;
	background-color: #fff;
	color: #545454;
	padding: 8px 5px 8px 5px;
}
.ddsmoothmenu .sub_bg .list_bg li a:hover{
	width: 165px;
	background-color: #ccc;
	color: #fff;
	padding: 8px 5px 8px 5px;
}




/* 
		ddsmoothmenu 設定
----------------------------------------------------- */
.ddsmoothmenu{
font: bold 12px Verdana;
width: 230px;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color:#666666;
padding: 8px 10px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #666;
}

.ddsmoothmenu ul li a:hover{
background: #fff; /*background of menu items during onmouseover (hover state)*/
color: #545454;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* 
		sub_bg2 設定
----------------------------------------------------- */
.ddsmoothmenu .menu .sub_bg2{
	width: 180px;
	text-align: left;
	margin: 5px 0 -10px 15px;
}
* html .ddsmoothmenu .menu .sub_bg2,
*+ html .ddsmoothmenu .menu .sub_bg2{
	margin: 0 0 -10px 10px; 
}

.ddsmoothmenu .menu .sub_bg2 a{
	color: #838383;
}
.ddsmoothmenu .menu .sub_bg2 a:hover{
	color: #003399;
	text-decoration: underline;
}
.ddsmoothmenu .menu .sub_bottom{
	margin-bottom: -8px;
}
* html .ddsmoothmenu .menu .sub_bottom,
*+ html .ddsmoothmenu .menu .sub_bottom{
	margin-bottom: -11px;
}

/* 
		sub_bg3 設定
----------------------------------------------------- */
.ddsmoothmenu .menu .sub_bg3{
	width: 170px;
	text-align: left;
	margin: 2px 0 -8px 35px;
}
* html .ddsmoothmenu .menu .sub_bg3,
*+ html .ddsmoothmenu .menu .sub_bg3{
	margin: 0 0 -10px 40px; 
}

.ddsmoothmenu .menu .sub_bg3 a{
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
.ddsmoothmenu .menu .sub_bg3 a:hover{
	color: #003399;
	text-decoration: underline;
}
.ddsmoothmenu .menu .sub_bottom{
	margin-bottom: -6px;
}
* html .ddsmoothmenu .menu .sub_bottom,
*+ html .ddsmoothmenu .menu .sub_bottom{
	margin-bottom: -11px;
}

/* ----------------------------------------------------- */
/*.ddsmoothmenu .sub_bg2 .list_bg{
	width: 173px;
	background-color: #fff;
	border: solid 1px #ccc;
	margin-left: -50px;
	margin-top: 5px;
}
.ddsmoothmenu .sub_bg2 .list_bg li{
	padding: 0;
}
.ddsmoothmenu .sub_bg2 .list_bg li a{
	width: 160px;
	background-color: #fff;
	color: #545454;
	padding: 8px 5px 8px 5px;
}
.ddsmoothmenu .sub_bg2 .list_bg li a:hover{
	width: 165px;
	background-color: #ccc;
	color: #fff;
	padding: 8px 5px 8px 5px;
}*/