/*-------------------------------------------------
	yha-css
-------------------------------------------------*/
html{
	width: 100%;
}

table{
　　cellpadding: 3px;
　　cellspacing: 1px
}

body{
	width: 100%;
	text-align: center;
	margin:0px;
	scrollbar-3dlight-color:#aaaaaa;
	scrollbar-arrow-color:#aaaaaa;
	scrollbar-base-color:#aaaaaa;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#aaaaaa;
	background-color:#ffffff;
	color: #003366;
	font-size: 13px;
	line-height: 18px
}
p{
	color: black;
	font-size: 13px;
	line-height: 18px 
}
A:link{
	color: #003366;
}
A:visited{
	color: #003366;
}
A:active{
	color: #003366;
}
A:hover{
	color: #003366;
}
A:link{
	text-decoration: none;
}
A:visited{
	text-decoration: none;
}
A:active{
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
td{
	color: #444444;
	font-size: 13px;
	line-height: 20px;
	text-justify : distribute; 
　　text-justify : inter-ideograph;
　　text-justify : inter-word;

}
td.menu1{
	border: 1px solid #98C7AC;
}
td.menu2{
	border: 1px solid #CC9966;
}
td.menu3{
	border: 1px solid #CCCC99;
}

table.menu1{
	table-layout:fixed;
}
IMG{border-width:0;
}
#main{
	width: 750px;
	height: 100%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
#submain{
	width: 750px;
	text-align: center;
}
#top{
text-align:right;
}
#top2{
text-align:left;
}

#dhtmlgoodies_menu{
	width: 800px;
	padding: 0px;
	margin:0px;
	font-size: 13px;
}
#dhtmlgoodies_menu img{
	border:1px;
}
	/* ページ用のCSSここまで */



	/***********************************************************************
		個々のメニュー項目用のCSS
	***********************************************************************/
	/* すべてのメニュー項目に適用 */
	#dhtmlgoodies_menu a{
		color: #000000;
		text-decoration:none;
		padding-left:1px;
		padding-right:1px;
	}
	/* 
		メインメニュー項目
	 */
	#dhtmlgoodies_menu .currentDepth1{
		padding-top: 0px;
		padding-bottom: 0px;
		border:0px solid #000;
		background-color: #FFFFFF;
		color: #FFFFFF;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #FFFFFF;
		border:0px solid #FFFFFF;
	}
	#dhtmlgoodies_menu .currentDepth1 a{
	}
	#dhtmlgoodies_menu .currentDepth1over a{
		color:#FFF;
	}
	/* 第1サブメニュー項目 */
	#dhtmlgoodies_menu .currentDepth2{
		padding:1px;
		margin-bottom:1px;
        border:0px solid #888888;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding:1px;
		margin-bottom:1px;
		background-color:#EEEEEE;
        border:0px solid #888888;
		color: #0000000;
	}
	#dhtmlgoodies_menu .currentDepth2over a{
		color:#000;
	}
	/* 第2サブメニュー項目 */
	#dhtmlgoodies_menu .currentDepth3{
		padding:3px;
		margin-bottom:1px;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding:3px;
		margin-bottom:1px;
		background-color:#EEEEEE;
		color: #000;
	}
	#dhtmlgoodies_menu .currentDepth3over a{
		color:#000000;
	}





}





