

nav{/*ヘッダーの中にあるナビ*/
	color:#ffffff;
	font-size:14px;
	background-image:url(../img/header_h.png);
	background-repeat:no-repeat;
	width:1150px;
	height:53px;
	clear:both;
	
}

#nav{
	margin-left:12px !important;
	padding-top:0px !important;

}


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;

}

#nav a{
display:block;
padding:0px 5px;
color:#fff;
text-decoration:none;
padding-right:25px;
padding-left:20px;
height:39px;
height:35px\0;/*IE8以上ハック*/
padding-top:14px;
padding-top:18px\0;/*IE8以上ハック*/

}


.triangle_wh {
	background-image:url(../img/nev_arrow_wh.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
}


html>/**/body .triangle_wh{/*IE8ハック*/
background-position/*\**/: right center \9;
}



html>/**/body #nav a{/*IE8ハック*/
	background-position/*\**/:right center \9;
}


#nav a:hover{
background-color:#9DD6F4;
color:#190066;
display:block;
transition: 0.5s;

}

#nav li{
float:left;
}

#nav ul {
position:absolute;
display:none;
width:12em;

}

#nav li ul a{
width:12em;
height:auto;
float:left;
height:39px;
padding-top:14px;
height:35px\0;/*IE8以上ハック*/
padding-top:18px\0;/*IE8以上ハック*/
}

.nigyou{
width:12em;
height:auto;
float:left;
height:39px;
padding-top:8px !important;
padding-bottom:6px !important;
line-height:135%;
height:39px\0 !important;/*IE8以上ハック*/
padding-top:8px\0 !important;/*IE8以上ハック*/
padding-bottom:6px\0 !important;/*IE8以上ハック*/
}

.pull{
	background-color:#1B9FE7;
	z-index:1;
	border-bottom:#9DD6F4 1px solid;
	border-right:#9DD6F4 1px solid;
	border-left:#9DD6F4 1px solid;
	position:static;
}





#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}