@charset "UTF-8";

/******************************
*    Base
******************************/

/* ------------------------- */
BODY {
	font-size: 12pt;
	line-height: 130%;
	/* font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif; */
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",
		Meiryo, sans-serif;
	color: #333333;
	background-color: #cccccc;
	text-size-adjust: none; /* テキストの自動拡大アルゴリズムを制御する。*/
	-webkit-text-size-adjust: none; /* テキストの自動拡大アルゴリズムを制御する。*/
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

/* ------------------------- */
A: link {
	color: #cc00cc;
}

A: visited {
	color: #770077;
}

A: hover {
	color: #008888;
}

A: active {
	color: #008888;
}

A: focus {
	color: #008888;
}

/* ------------------------- */
H1, H2, H3 {
	margin: 0px;
	padding: 0px;
}

/* ------------------------- */
DIV {
	margin: 0px;
	padding: 0px;
}

/* ------------------------- */
SPAN {
	margin: 0px;
	padding: 0px;
}

/* ------------------------- */
TABLE {
	margin: 0px;
}

TABLE TD {
	padding: 0px;
}

/* ------------------------- */
UL {
	list-style-type: square;
}

/* ------------------------- */
IMG {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* ------------------------- */