@charset "utf-8"; 

/* ---------------
reset.css
要素の再定義をしています。
--------------- */

/* ---------------
■■目次
■マージン・余白のリセット
■要素の再定義
--------------- */

/* ---------------
マージン・余白のリセット
--------------- */
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;
}

fieldset,img { 
	border:0;
}
address,caption,cite,em,strong,th {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table,tr,td,th{
	margin:0;
	padding:0;
	border:0;
}

table{
	border-collapse: collapse;
	font-size:100%;
}

/* ---------------
要素の再定義
--------------- */
body  {
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 13px; /* モダンブラウザ向け */ /* デフォルトの12px→13pxに  2012.2.20 */
	_text-align: center;
}

table {
	font-size: 13px; /* Dreamweaver cs4 デザインビュー向け bodyのフォントサイズに合わせる。 */   /* デフォルトの12px→13pxに  2012.2.20 */
}
/* 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: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 1em;
}
textarea {
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 1em;
}
textarea {
	padding: 2px 4px;
}
img {
	border: none;
}
address {
	font-style: normal;
}

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

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



/* normalize.cssより */

