@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: arial, Osaka, Helvetica, HiraKakuPro-W3, verdana, sans-serif;
	text-align: center;
	color: #333333;
	background-color: #fafafa;
}



/*===========================================
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;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
td ul, td ol, td dl { font-size: 100%;}

strong { font-weight: normal;}
em { font-style: normal;}

/*===========================================
04 Link Design
===========================================*/
a:link { color: #4775a3; text-decoration: underline;}
a:visited { color: #4775a3; text-decoration: underline;}
a:active { color: #4775a3; text-decoration: underline;}
a:hover {
	color: #4775a3;
	text-decoration: none;
}



/*===========================================
05 Float Clear
===========================================*/
/* Clearfix
-------------------------------------------*/
.clearfix:after {
	content: url("../img/blank.gif");
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block;}

.clearfix { display: block;}

/* Clearsum
-------------------------------------------*/
div.clearsum {
	display: block !important;
	margin: 0 !important;
	height: 1px !important;
	font-size: 1px !important;
	clear: both;
}

div.clearsum hr { display: none;}
