@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;
	padding: 0;
}

img, input{
	vertical-align: middle;
}

/* ---------------
要素の再定義
--------------- */
body  {
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px; /* モダンブラウザ向け */
	_text-align: center;
}

table {
	font-size: 12px; /* Dreamweaver cs4 デザインビュー向け bodyのフォントサイズに合わせる。 */
}
/* ie6 only */
* html body {
	font-size: 75%;
	letter-spacing:0.1em;
}
/* ie7 only */
*+html body  {
	font-size: 75%;
	letter-spacing:0.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
textarea {
	padding: 2px 4px;
}
blockquote {
	margin: 1em;
	padding: 0.5em 0 1em 1em;
	border: #CCCCCC 1px solid;
	background-color: #FDFDFD;
	color: #888888;
}
img {
	border: none;
}
address {
	font-style:normal;
	}

/* リンクの設定 */
a {
outline : 0;
}
a:link,a:visited,a:active {
border: none;
text-decoration: none;
}
a:hover {
border: none;
text-decoration: underline;
}

/* ブロックごとの再設定 */
p,
#main li ,
#main dt ,
#main dd ,
blockquote {
	line-height: 1.7;
}
