@charset "shift_jis";

/*---------------------------
  ▼ページ全体
---------------------------*/
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: normal;
}

em, address {
	font-style: normal;
}

body {
	color: #494949;
	text-align: center;
}


a:link {
	color: #3300CC;
	text-decoration: underline;
}
a:visited {
	color: #3300CC;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}

/* firefox リンク線 */
/* win */
:focus {
	-moz-outline-style: none;
}
/* Mac */
a {
	outline: none;
}

img {
	border: 0;
}

br {
	letter-spacing: normal;
}


/*---------------------------
  ▲ページ全体
---------------------------*/
