@charset "utf-8";
/*  左メニュー  */

ul { 
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
} 

ul#leftmenu li {
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;

} 

ul#leftmenu li.menu00 a {
	background:url(../img/common/leftmenu00.gif) no-repeat;  
	display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;   
}   
ul#leftmenu li.menu01 a {
	background:url(../img/common/leftmenu01.gif) no-repeat;  
	display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;   
}   
ul#leftmenu li.menu02 a {
	background:url(../img/common/leftmenu02.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 40px;      
}   
ul#leftmenu li.menu03 a { 
	background:url(../img/common/leftmenu03.gif) no-repeat;  
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
}   
ul#leftmenu li.menu04 a { 
	background:url(../img/common/leftmenu04.gif) no-repeat;  
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
}   
ul#leftmenu li.menu05 a { 
	background:url(../img/common/leftmenu05.gif) no-repeat;  
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
}   
ul#leftmenu li.menu06 a {
	background:url(../img/common/leftmenu06.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 40px;      
} 
ul#leftmenu li.menu07 a {
	background:url(../img/common/leftmenu07.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
}  
ul#leftmenu li.menu08 a {
	background:url(../img/common/leftmenu08.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
} 
ul#leftmenu li.menu09 a {
	background:url(../img/common/leftmenu09.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
} 
ul#leftmenu li.menu10 a {
	background:url(../img/common/leftmenu10.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
} 
ul#leftmenu li.menu11 a {
	background:url(../img/common/orangemenu01.gif) no-repeat;   
    display: block;
    text-decoration: none;   
    text-indent: -9999px;   
    width: 180px;   
    height: 25px;      
} 

/*  ライン  */
.menu-blue .line{
	width: 180px;
	height: 3px;
	background-image: url(../img/common/leftmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu-orange .line{
	width: 180px;
	height: 3px;
	background-image: url(../img/common/leftmenu_line_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}