@charset "Shift_JIS";

/* ブラウザスタイルの初期化 */

* {
  margin: 0;
  padding: 0;
  }
  
html {
	height: 100%;
}


/* 文書本体 (body) */

body {
	background: #fffcf3;
	padding: 0px;
	font-family:'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 80%;
	line-height:1.5em;
	color:#301d07;
	margin: 0;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
}

/* リンクテキスト (a) */

a:link {
  color: #0000ff;
  text-decoration: none;
  }
a:visited {
  color: #800080;
  text-decoration: none;
  }
a:hover {
  color: #0000ff;
  text-decoration: underline;
  }
a:active {
  color: #0000ff;
  text-decoration: underline;
  }


/* 画像 (img) */
img {
  border: 0;
  }


/* 全ページ共通設定 */

div#container {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 100%;
	_height:100%;
}

div#contents {
	width: 900px;
	margin: 0px auto;
	padding: 0px 20px;	
}

div#head {
	padding: 15px 0px;
  }

div#foot {
	clear:both;
	text-align:center;
}

h3 {
	margin:15px 0px;
}

/* 汎用スタイル */

div#clear {
  clear: both;
  }

.floatR {float:right;}
.floatL {float:left;}
.center {text-align:center;}
.mgt5 {margin-top: 5px;}
.mgt10 {margin-top: 10px;}
.mgt15 {margin-top: 15px;}
.mgt20 {margin-top: 20px;}
.mgt23 {margin-top: 23px;}
.mgt110 {margin-top: 110px;}
.mgb5 {margin-bottom: 5px;}
.mgb15 {margin-bottom: 15px;}
.mgb20 {margin-bottom: 20px;}
.mgr2 {margin-right: 2px;}
.bold {font-weight:bold;}
.clear {clear:both;}