@charset "utf-8";
/* CSS Document */


/*-----------------------------------
	Reset.css
-----------------------------------*/
html {
	overflow-y: scroll;
	*overflow-x: scroll;
}
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: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
}
body {
	background:url(../img/common/bg.jpg) repeat;
}
img {
	border: none;
}
ol, ul {
	list-style: none;
}
a {
  color: #e60012;
  text-decoration: none;
}
a:hover {
	color: #e60012;
	text-decoration:underline;
	text-align: left;
}

a:hover img {
 opacity: 0.9;
}

caption, cite, code, dfn, 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;
}
