@charset "utf-8";

/* 
------------------------------------------------------------
全体の基本デザイン
------------------------------------------------------------ */

body,div,ol,ul,dl,form {
	margin: 0;
	padding: 0;
	}
p,h1,h2,h3,h4,h5,h6,dt,dd,input,textarea {
	margin: 0;
	padding: 0;
	}
ul {
	list-style-type: none;
	}
img {
	vertical-align: bottom;
	border: 0;
	}
	
body {
	margin: 0 auto;
	background-color: #ECF5E3;
	color: #666666;
	font-size: 75%;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	}	
	
	
	
/* 
リンクの設定
------------------------------------------------------------ */

a {
	text-decoration: none;
	}
a:link {
	color: #336666;
	}
a:visited {
	color: #336666;
	}
a:hover {
	color: #336666;
	text-decoration: underline;
	}
	
/* 
------------------------------------------------------------
clearfix
------------------------------------------------------------ */

.clearfix:after{
	  content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  }
	  
.clearfix{
	  display: inline-block;
	  }

/* Hides from IE-mac \*/
*html.clearfix{
	  height: 1%;
	  }
.clearfix{
	  display: block;
	  }
/* End hide from IE-mac */
