@charset "UTF-8";

/*初期化 */
body,h1,h2,h3,h4,table,tr,td,th,p,img,dl,dt,dd,ul,li,ol{
	margin: 0;
	padding: 0;
	color:#000;
	line-height: 1.7;
	font-size: 100.01%;
	letter-spacing: 0.1em;
}
img{
	border: 0;
	vertical-align:bottom;
}

a:link {
	color: #333;
	text-decoration:underline;
}
a:visited {
	color: #666;
	text-decoration:underline;
}
a:hover {
	color: #298900;
	background-color: #E1F3DC;
	text-decoration:underline;
}
a:active {
	color: #298900;
	text-decoration:underline;
}

/*
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #298900;
	background-color: #E1F3DC;
	text-decoration:none;
}
a:active {
	color: #298900;
	background-color: #E7F4D2;
}
*/
ul,
li{
	list-style-type: none;
}
hr{
	margin: 2px;
	padding: 0;
	clear: both;
	height: 1em;
	width: 100%;
	visibility: hidden;
}
em{
	color: #008700;
	font-weight: normal;
	font-style: normal;
}
strong{
	color: #A79400;
	font-weight: bold;
}
br{
	letter-spacing: normal;/*IE8未満、letter-spacingでのバグ対応*/
}
.clear:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0.1em;
}
.clear {
  min-height: 1px;
}
* html .clear {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
