@charset "utf-8";
/* CSS Document */
/* リセット
**************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*form, fieldset, input, textarea, select {
	vertical-align: middle;
}*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:11px;
	font-weight:normal;
	line-height: 1em;
}
abbr, acronym {
	border:0;
}
body {
	color: #666666;
	text-align: center;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	letter-spacing: 1px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li img {
	vertical-align: bottom;
}
/*hr {
	display: none;
}*/
/* リンク
**************************************************************/
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
/*IE6、IE7改行バグ回避*/
br {
	letter-spacing: 0;
}
