/*******************************************
/* File name	styles.css
/* Copyright	earvin-s
/* Code author	K.Yoshimura
/* History		2008/12/15	create
*******************************************/
@charset "utf-8";

/*******************************************
共通定義
*******************************************/
.menu1{
	font-family: arial, sans-serif;
	width:160px;
	height:180px;
	position:relative;
	font-size:11px;
	background:#eee;
}
.menu1 ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
/*******************************************
2階層目メニュー定義
*******************************************/
.menu1 ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:-1px;
	left:159px;
}
.menu1 ul li {
	float:left;
	position:relative;
	z-index:90;
}
.menu1 ul li a, .menu1 ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:#555;
	width:135px;
	height:30px;
	line-height:29px;
	font-size:12px;
	background:transparent;
	padding-left:25px;
}
.menu1 ul li a:hover {
	background:url(../img/nv_com_bg_on.gif);
}
* html .menu1 ul li a, .menu1 ul li a:visited {width:100px; w\idth:135px;}

.menu1 ul li.cmp {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.zga {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.kag {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.sgh {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.usr {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.bbs {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.gid {background:url(../img/nv_com_bg.gif);}
.menu1 ul li.yss {background:url(../img/nv_com_bg.gif);}

.menu1 ul li ul li.zgasub {background:url(../img/nv_com_bg_sec.gif) no-repeat;}
.menu1 ul li ul li.zgasubbtm {background:url(../img/nv_com_bg_sec.gif) no-repeat;}

.menu1 table {
	border-collapse:collapse;
	border:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
}
.menu1 ul li:hover a,
.menu1 ul li a:hover {
	text-decoration:none;
	border:0;
}
.menu1 ul li a:hover {
	position:relative;
	z-index:100;
}
.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
	visibility:visible;
	width:180px;
	height:auto;
	border:1px solid #ccc;
	z-index:10;
	background:#EEE;
	overflow:visible;
}
.menu1 ul li:hover ul li.zgasub a,
.menu1 ul li a:hover ul li.zgasub a {
	display:block;
	background:transparent;
	color:#333;
	width:150px;
	line-height:15px;
	padding:5px 0 5px 30px;
	height:auto;
	text-decoration:none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
.menu1 ul li:hover ul li.zgasubbtm a,
.menu1 ul li a:hover ul li.zgasubbtm a {
	display:block;
	background:transparent;
	color:#333;
	width:150px;
	line-height:15px;
	padding:5px 0 5px 30px;
	height:auto;
	text-decoration:none;
}
* html .menu1 ul li a:hover ul li a {width:170px; w\idth:135px;}

.menu1 ul li:hover ul li.zgasub a:hover,
.menu1 ul li a:hover ul li.zgasub a:hover {
	text-decoration:underline;
	border:0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
.menu1 ul li:hover ul li.zgasubbtm a:hover,
.menu1 ul li a:hover ul li.zgasubbtm a:hover {
	text-decoration:underline;
	border:0;
}
