/* CSS Document */


/*開閉メニュー　見出し部分*/

#acMenu div.acTitle{
    display:block;
    width:400px;
    line-height:150%;
    text-align:left;
	text-decoration:underline;

	background-color: #CFF;
	border: 1px dotted #6CF;
	font-size: 10pt;
	color: #039;
	background-image: url(../img/idx_ar.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	
	padding:5px;
	padding-left:20px;
	
	cursor:pointer;

}

#acMenu div.acTitle:hover{
	color:#F93;
}


#acMenu div.acContents{
    width:400px;
    height:auto;
	margin-left:0px;
	
	padding:5px 5px 10px 20px;
	border: 1px dotted #6CF;
	background-color:#eff;
	
	line-height:150%;
	font-size:13px;
}

#acMenu div.acTitle2{
    display:block;
    width:379px;
    line-height:150%;
    text-align:left;
	text-decoration:underline;

	background-color: #CFF;
	border: 1px dotted #6CF;
	font-size: 10pt;
	color: #039;
	background-image: url(../img/idx_ar.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	
	padding:5px;
	padding-left:20px;
	
	cursor:pointer;

}

#acMenu div.acContents2{
    width:379px;
    height:auto;
	margin-left:0px;
	
	padding:5px 5px 10px 20px;
	border: 1px dotted #6CF;
	background-color:#eff;
	
	line-height:150%;
	font-size:13px;
}
