@charset "utf-8";

/* ----------------------------
reset.css
----------------------------- */

body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

body  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333333;
	* font-size: 75%;/* IE6,7 */
}

table {
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: normal;
}
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
textarea {
	padding: 2px 4px;
	font-size: 12px;
}

img {
	border: none;
	vertical-align: bottom;
}
address {
	font-style:normal;
}
ul li {
	line-height: 1.4;
}

a:focus {
	outline: none;
}

p {
	line-height: 1.5;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* リンクの設定 */
a:link {
	color: #006699;
	border: none;
	text-decoration: none;
}

a:visited {
	color: #0A465F;
	border: none;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	border: none;
	text-decoration: underline;
}

a:active {
	color: #00CCFF;
	border: none;
	text-decoration: underline;
}

a:focus {
	outline: none;
}
