@charset "utf-8";

/*******************************
  ��{�ݒ�
*******************************/

/*------------------------------
  CSS���Z�b�g
------------------------------*/

body, h1, h2, h3, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: "HiraKakuProN-W3",verdana, sans-serif;
	font-size: 85%;
	line-height: 1;
}

p, ol, ul, dl, table {
	font-size: 1.2em;
}

dl ol, dl ul {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, em, strong, small {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

/*------------------------------
  clearfix
------------------------------*/

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

.centering{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.no_display{
	display:none;
}

.margin_t8{
	margin-top:8px !important;
}
