/*--[ for IE6 ]--*/* html body {	font-size: 65%;}/*--[ for IE7 ]--*/*:first-child+html body{	font-size: 65%;}/*base*/#header {	width: 100%;	height: 86px;	background-image: url(../img/bg/header_bg.gif);	background-repeat: repeat-x;}#base {	width: 100%;	background-color: #000000;}#footer {	width: 100%;	height: 67px;	background-image: url(../img/bg/footer_bg.gif);	background-repeat: repeat-x;}/*ページの基本設定*/body {	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 11px;	color: #FFFFFF;	text-align: center;	line-height: 1.4em;	height: 100%;	margin: 0px;	padding: 0px;	background-color: #000000;}html,body {	height: 100%;	margin: 0px;	padding: 0px;}  /*リンクの基本設定*/a {	text-decoration: underline;	color: #B40202;	border: none;}a:hover {	color: #CCB551;}.bottom a {	color: #FFFFFF;	text-decoration: none;}