/* CSS Document */
/* メニュー画像ちらつき防止（IE限定） */
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

*{
	margin: 0 ;
	padding: 0 ;
	}
	
body{
	margin: 0 auto;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro';
	width: 920px;
	background-image:url(http://www.anokuni.com/img/body_back.gif);	
		}

/*　↓　ページレイアウト */

#content{
	width:950px;
	background-color:#FFFFFF;
}


#header{
	width: 915px;
		}
		
#leftside{
	width: 200px;
	float: left;
	margin-left: 10px;
	display: inline;
		}

#rightside{
	width: 220px;
	float: right;
	margin-right: 12px;
	display: inline;
		}

/*　↑　ページレイアウト　*/

/*　↓　ヘッダー部分のデザイン　*/
#header h1{
	font-size: 11px;
	color: #CC0033;
	}
#header h5{
	text-indent: -9999px;
	background-image:url(http://www.anokuni.com/img/logo.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 105px;
	}

#header a.logo{
	display: block;
	text-indent: -9999px;
	background-image:url(http://www.anokuni.com/img/logo.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 105px;
	}
	
#header table.rightside{
	width: 750px;
	height: 105px;
	background-image:url(http://www.anokuni.com/img/header_back.gif);
	background-repeat:no-repeat;
	font-size: 11px;
	color: #CC0033;
	}
