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

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary {
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


a {
	color: #339363;
	text-decoration: none;
	outline: none;
}


/* 全体標準指定 */
body {
	font-size: 0.9em;
	background-color: #ffffff;
	background-image: url(../images/top/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	color: #3FC377;
	outline: none;
}

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


.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;
}


ul{list-style:none;}

.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;
  /**/
}

a{ outline: none; }

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
