@charset "utf-8";
/* 全ページ共通なもの */

	img{
		max-width:100%;
		height:auto;
		width /***/:auto;
	}
	#container{
		width:100%;
	}
	body{
		margin:			4px;
		font-family:		"ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif, "モナー";
		font-size:		12pt;
		color:			#000000;
		background-color:	#efefef;
	}

	A{				color:	#0000ff;}
	A:hover{		color:	#ff0000;}
	A:active{		color:	#0000ff;}
	A:visited{		color:	#0000ff;}
	A.menu,
	A.menu:visited{	color:	#000000;	background-color:	#66ffff; text-decoration:	none;}
	A.menu:hover{	color:	#ffffff;	background-color:	#666600; text-decoration:	none;}


	caption{
		font-size:		smaller;
	}

	/* ＡＡ系で使うもの */

	td.aa{
		font-size:	100%;
		vertical-align:	top;
		padding:	4px;
		margin:		4px;
		border-style:	solid;
		border-width:	0px 0px;
		background-color:	#cccccc;
	}



	/**/
	.menutitle{		color:	#000000;	background-color:	#66ffff;}

	#rightcol{
		margin: 0 0 0 0;
		padding: 0px;
		background-color: #eeeeee;
		border-left: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
	}


	#jaonly{
		font:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size: smaller;
		font-weight:bold;
	}
}
