/*reset
========================================== */
*{margin:0; padding:0;}
/* HTML5 tags */

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { display: block; }

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { margin: 0px; }

body {
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	letter-spacing: 3px;
}




a {
	text-decoration: none;
	outline: none;
	color: #374D30;
}
a:hover {
	color: #BFBFBF;
	outline: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=30);
}

.telno a  {
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



img{
	border: none;
	margin: 0px;
	padding: 0px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

ul{list-style:none;}
