/*[位置指定]--------*/
body{
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	font-size: 12px;
	background-color:#f7ec5a;
	
}

/*[ヘッダー]--------*/
#header{
	margin:0 auto;
	width:800px; height:155px;
	background:#f7ec5a
	url(/images/mmix_bg_01.gif) no-repeat;
	
}

h1{
	font-size: 12px;
}

#logo{
	margin-top: 30px;
}




/*[メイン]--------*/
#main{
	margin: 0 auto;
	width:800px;
	background:#f7ec5a
	url(/images/mmix_bg_02.gif) repeat-y;
}


/*[フッター]--------*/

#footer{
	width:800px; height:99px;
	background:#f7ec5a
	url(/images/mmix_bg_03.gif) no-repeat;
	margin: 0 auto;
	text-align:left;
}

#footer ul{
	margin-top:0;
	list-style:none;
}


/*[テーブル内]--------*/
table{
	margin: 0 auto;
}

td {	padding:0px; 
	spacing:0px; 
	text-align:left;
}

/*[リンクアクション]--------*/
a:link{/*未アクセス*/
	color:#333333}
a:visited{/*済アクセス*/
	color:#666666}
a:hover{/*オーバー*/
	color:#FF0000}
a:active{/*クリック*/
	color:#990000}


