@charset "utf-8";
/*==============================================
Font-size Adjustment
Default Size    = 16px
Present Setting = 12px

63% = - 6px  |	100% = +-0px  |	138% = + 6px
69% = - 5px  |	107% = + 1px  |	144% = + 7px
75% = - 4px  |	113% = + 2px	|	150% = + 8px
82% = - 3px  |	119% = + 3px	|	157% = + 9px
88% = - 2px  |	125% = + 4px	|	163% = +10px
94% = - 1px  |	132% = + 5px	|	169% = +11px
===============================================*/

/**************************************************************************************************
デフォルト リセット
**************************************************************************************************/

/*デフォルトでリセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, font,
small, strike, strong, sub, sup,
b, u, i, center,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}


h1,h2,h3,h4,h5,h6 { 
	font-size		: 100%;
}


/* font指定 \*/
body, textarea { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }


/* remember to define focus styles! */
:focus,
map area:focus {
	outline: dotted 1px;
}



/**************************************************************************************************
class="Reset"内でのみリセット
**************************************************************************************************/

.Reset table,
.Reset caption,
.Reset tbody,
.Reset tfoot,
.Reset thead,
.Reset tr,
.Reset th,
.Reset td {
	outline: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.Reset dl,
.Reset dt,
.Reset dd,
.Reset ol,
.Reset ul,
.Reset li,
.Reset p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.Reset ol,
.Reset ul {
	list-style: none;
}

.Reset img {
	border-style: none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

