@charset "utf-8";
/* CSSの初期化 */
html {
	height:100%;}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
		color:#2B0B04;
}

/* テーブルのボーダーの単一化 */
table{ border-collapse:collapse; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: top; }

/*-------------------------フォントサイズ等の指定*/ 
body{
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  text-align:center;
  padding: 0;
  margin: 0;
  color:#2B0B04;
  line-height:145%;
  }

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* hr 要素は不可視で使う （IE FireFox で同じ空白調整済）*/
hr {    clear: both;
	visibility: hidden;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
}

/*共通リンク指定*/
a{outline:none;color:#00F;}
a:link{text-decoration:underline;color:#00F}
a:visited{text-decoration:underline;color:#00F}
a:hover{text-decoration:none;color:#00F}
a:active{text-decoration:none;color:#00F}