 @charset "utf-8";
/* CSS Document */


/*-----------------------------------
	Reset.css
-----------------------------------*/
html {
}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
table, th, td, address, blockquote, pre, form, label, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	color: #555;
	text-align: justify;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
}

img {
	border: none;
}
ol, ul {
	list-style: none;
}
a {
  color: #555;
  text-decoration: underline;
}
a:hover {
  color: #555;
  text-decoration:none;
}


caption, cite, code, dfn, em, strong, samp, var, th {
   font-style: normal;
   font-weight: normal;
}
#table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
:focus {
	outline: 0;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

