@charset "UTF-8";

/****************************************
	GENERAL SETTING 
*****************************************/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, small, cite, code,
del, dfn, em, strong, font, img, ins, kbd, q,
s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
table, tbody, tfoot, thead, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

	
/*--------------------------------------
	CLEARFIX CLASS
--------------------------------------*/

.clear { clear: both; line-height: 0; }

.clearfix: after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	}

.clearfix {
	overflow: hidden;
	}

/* FOR MAC IE */
* html .clearfix {
	height: 1%;
	overflow: visible;
	}

.clearfix {
	display: block;
	}


/* SCROLL */
html {
	overflow-y: scroll;
	height:100%;
	margin-bottom:1px;
	}

body {
	color: #000000;
	font-size: 14px;
	padding: 0 0 50px;
	/*font: 14px/1.4 osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select  { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

/* DELETE LINE */
a { overflow: hidden; outline: none; }


