body {
  text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
  margin : 0px Auto 0px Auto;}
div#container {
  width : 740px;       /* コンテンツ幅を740pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
 
}



BODY,P,TD,DIV {
	

	font-size: 13px;
	line-height: 110%;
	margin:0;
	color:#000000;
}

a:link {	color:#0033ff;	text-decoration: none;}
a:active {	color: #F0414A;	text-decoration: none}
a:visited {	color:#9900ff;	text-decoration: none}
a:hover {	color:FBA100;	text-decoration:none;border-bottom:dashed 1pt;}

hr { 
	border-top: 1px dotted #999;
	border-right-width: 0;
	border-bottom-width: 0; 
	border-left-width: 0; 
	margin: 8px 0 8px 0; padding: 0; color: #F8F8F8;
	clear: both;
}

h1 {	font-size: 100%;margin:0;
        float:left;}
h2 {	font-size: 120%;margin:0;
        float:left;}
html{overflow-y: scroll;}

