@charset "UTF-8";
/* common stylesheet */

/*--------------------------
resets
--------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, li,
dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td,
img, span, embed {
	margin: 0;
	padding: 0;
	border: none 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*--------------------------
common settings
--------------------------*/
body {
	font-size: 12px;
	font-family: "Verdana", "San-serif";
}

.body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

.body_s {
	font-size: 83.4%;
	font-weight: normal;
	line-height: 1.6;
}

.body_date {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

/*--------------------------
hr
--------------------------*/
.hr {
	width: 100%;
	height: 0;
	border-top: solid 1px #9e9e9e;
	border-right: none 0px;
	border-left: none 0px;
	border-bottom: solid 1px #ffffff;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/*--------------------------
anchors
--------------------------*/
a {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	color: #21984c;
	text-decoration: none;
}

a:hover {
	color: #49f36d;
	text-decoration: none;
}

/*--------------------------
extra classes
--------------------------*/
.flt_r { float:right; }
.flt_l { float:left; }
.clr_bth { clear:both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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