@charset "utf-8";
/*
body {
}
body, p, table, td {
	font:normal 15px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}
*/

/*
input, textarea {
	font:normal 15px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
	font:normal normal normal 25px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
}
h2 {
	font:normal normal normal 20px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
}
h3 {
	font:normal normal normal 18px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
}
*/

a:link, a:visited {
	text-decoration: underline; /* fix */
	color:#DA1C10;
}
a:active, a:hover {
	text-decoration:none; /* fix */
	color: #DA1C10;
}
div.hr {
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #999999;
	height: 1px;
}
