/*NOOGG用スタイルシート*//*ボディ系*/	body{		background:#ffffff;		line-height:20px;	}/*リンク系*/	A{ text-decoration:none }	A:link {color:#333333}	A:visited {color:#333333}	A:active {color:#333333}	A:hover {background:#dcdcdc;		color:#333333		}	/* IEのみ */		}	/* IEのみ *//*アドレス系*/	address{border:1px solid #002b0a;		background:#002b0a;		font-style:normal;		margin:3em 1px 0;		padding:0.1em;		text-align:right;		}/*文字の基本色*/	body, table tr th, table tr td {color:#333333;}/*強調（インライン）系*/	em{	font-style:normal;	font-weight:bold;	color:#ffffff;	background:#333333;	}		b{	font-style:normal;	font-weight:normal;	color:#a9a9a9;	font-size:130%;	}/*縮小（インライン）系*/	small{	font-size:70%;	}/*水平線（ブロック）系*/	hr{display:none}	.hr{	border-style:dotted none none none;	border-color:tan;	border-width:3PX;	}/*左右（クラス指定）系*/	.left{text-align:left}	.center{text-align:center}	.right{text-align:right}/*見出し系*/	h1{	font-size:150%;	text-align:right;	font-weight:bold;}/*フォーム（クラス指定）系*/	.form {	border:1;	border-color:#000000;	color:#000000;	background-color:#999900;	border-style:solid;}/*終*/