@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
	全体の設定
---------------------------------------------------- */

body {
  height: 100%;	
  line-height: 1.6;	
  background:#FFF url(images/bg.gif) left top;	
  color: #333;	
  font-size: 11px;
  font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; 
}

h1 {
  text-indent: -1000em;
  height: 0;
  overflow: hidden;
}

/* ----------------------------------------------------
	リンクカラー
---------------------------------------------------- */
a:link {color:#999; text-decoration: none;}
a:visited {color:#999; text-decoration: none;}
a:active {color:#333; text-decoration: underline;}
a:hover {color:#333; text-decoration: underline;}

/* ----------------------------------------------------
	#container
---------------------------------------------------- */
#container{
	width: 830px;
	margin: auto;
	}

	
/* ----------------------------------------------------
	#fotter
---------------------------------------------------- */
#fotter p{
	text-align: center;
	}
	




