@charset "utf-8";



/** document */
/**************************************/
body {
	font:            12px/1.4 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:      center;
	background:      #ffffff;
	padding:         0;
	margin:          0;
}



/** tables */
/**************************************/
table {
	font-size:       inherit;
}



/** forms */
/**************************************/
input, select, textarea {
	font-size:       inherit;
	font-family:     inherit;
}



/** anchors */
/**************************************/
a {
	outline:         none;
}



/** images */
/**************************************/
img {
	border:          none;
}

/** font */
/**************************************/

em {
	font-style: normal;
}

