@charset "utf-8";
/* CSS Document */
/* ほよちゃんのおうち */

body{
	font: 96% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。 */
	color:#444;
	background-color:#FFF;
	position:relative;
}

#base{
	width:1200px;
	text-align:left;
}

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* タイトル */
#title{
	text-align:center;
}

/* メニュー */

*{
	padding:1px;
}

#menu{
	text-align:left;
	width:1000px;
}
#menu1{
	float:left;
	width:250px;
	margin:0 3px 0 0;
	height:14em;
}
#menu2{
	float:left;
	width:220px;
	margin:0 3px 0 0;
	height:14em;
}
#menu3{
	float:left;
	width:220px;
	margin:0 3px 0 0;
	height:14em;
}
#menu4{
	float:left;
	width:240px;
	margin:0 0 0 0;
	height:14em;
}


/* トップページ企画 */
#special{
	clear:both;
}

/* サーバー状況 */
#state{
	text-align:left;
}

#siteinfo{
	text-align:left;
	float:right;
}

/* フッター */
#footer{
	
}

/* 枠外特別企画スペース */
#float{
	float:right;
}


a{text-decoration:none;}
a:link{color:deepskyblue;}
a:visited{color:magenta;}
a:hover{background-color:#ffff88;}
a:active{color:lime;}
