﻿@charset "shift_jis";



/*--------------------------------------
　アコーディオン
--------------------------------------*/
dl{
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

#acMenu dt{
	display:block;
	width:100%;
	text-align:left;
	cursor:pointer;
	margin: 0px;
	background-color: #EDEDED;
	text-indent: 15px;
	padding-right: 0px;
	padding-left: 0px;

}

#acMenu dt a{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

#acMenu dd{
	width:100%;
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


#acMenu1 dt{
	display:block;
	width:100%;
	text-align:left;
	cursor:pointer;
	margin: 0px;
}

#acMenu1 dd{
	width:100%;
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#acMenu2 dt{
	display:block;
	width:100%;
	text-align:left;
	cursor:pointer;
	margin: 0px;
	text-indent: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#acMenu2 dd{
	width:100%;
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.arrw {
	-moz-transform:    rotate( 90deg );  /* Firefox */
	-webkit-transform: rotate( 90deg );  /* Chrome,Safari */
	-o-transform:      rotate( 90deg );  /* Opera */
	-ms-transform:     rotate( 90deg );  /* IE */
	transform:         rotate( 90deg );  /* CSS3 */
	display: block;
	margin: 0px;
	padding: 0px;
}

a.nmenu {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none #cccccc;
	display: block;
	overflow: auto;
	height: 100%;
	width: 100%;
}


/*--------------------------------------
　2重アコーディオン
--------------------------------------*/
div.sanchi h4{
	width:93%;
	display:block;
/*	background-color: #FFFFFF;*/
	font-size: medium;
	text-indent: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
	color: #000000;
	
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));


}


div.sanchi ul{
	width:100%;
	margin: 0px;
	font-weight:normal;
	font-size:100%;
}



.clear{clear:both;}
