@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
	全体の設定
---------------------------------------------------- */

body {
  height: 100%;	
  line-height: 1.6;	
  background:#efefef;	
  color: #333;	
  font-size: 12px;
  font-family: "MS P Gothic", sans-serif;
  letter-spacing: 0.1em;  
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
} 

h1,
h2,
h4,
h5{
  text-indent: -1000em;
  height: 0;
  overflow: hidden;
}

/* ----------------------------------------------------
	リンクカラー
---------------------------------------------------- */
a:link {color:#00a1d6;}
a:visited {color:#00a1d6;}
a:active {color:#00a1d6; text-decoration:none;}
a:hover {color:#14c2f5; text-decoration:none;}

/* ----------------------------------------------------
	#container
---------------------------------------------------- */
#container{
	width: 850px;
	margin: auto;
	}

	
/* ----------------------------------------------------
	#fotter
---------------------------------------------------- */
#fotter p{
	text-align: center;
	}
	





