@charset "utf-8";
/*******************************************
Reset Setting For Cross Browser
MENU
---------------------------------------------
01 Top Level Reset
02 Base Setting
03 General Level Setting
04 Link Design
05 Float Clear
*******************************************/

/*===========================================
01 Top Level Reset
===========================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}



/*===========================================
02 Base Setting
===========================================*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #231815;
}



/*===========================================
03 General Level Setting
===========================================*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, th, td, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
/*	line-height: 140%;*/
	font-size: 100%;
}

table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}

img, a img {
	border: none;
}

ul {
	list-style: none;
}



/*===========================================
04 Link Design
===========================================*/
a:link { color: #547f39; text-decoration: none;}
a:visited { color: #547f39; text-decoration: none;}
a:active { color: #547f39; text-decoration: none;}
a:hover { text-decoration: underline;}



/*===========================================
05 Float Clear
===========================================*/
/* Clearfix
-------------------------------------------*/
.clearfix {
	zoom: 1 !important; /* For IE */
}

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

* html .clearfix {
	display: inline-table !important;
	/*\*/display: block !important;/**/
}

/* Clearsum
-------------------------------------------*/
div.clearsum {
	display: block !important;
	margin: 0 !important;
	height: 1px !important;
	font-size: 1px !important;
	clear: both;
}

div.clearsum hr { display: none;}



