@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	_font-size: 80%;
	line-height:140%;
	color: #333333;
	padding: 0px;
	background-image: url(../img/header_bk.gif);
	background-position: left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	background-repeat: repeat-x;
}
#container {
	padding: 0px;
	margin: 0px auto;
	width: 800px;
	/* フッタ最下層 */
	position: relative;
    height: 100%;
    min-height: 100%;
	/* ここまで */
}
body > #container {
        height: auto;
}

img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
}
.left {
	float: right;
}
.right {
	float: right;
}

/*.clear 使いたくないときのクリア用
.clearを入れたいところの親要素に入れよう
例：ulの中のliをフロートさせているとき
そのフロートを解除させたい場合は
ulに.clearfixをつける。*/
/*------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { /*IE用*/
  min-height: 1px;
  _height: 1px;
}
/*.clear 使いたくないときのクリア用ここまで*/
/*------------------------------*/
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	_font-size: 80%;
	margin:0;
	padding:0;
}
a {
	color:#990000;
}
a:link, a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

/*内容部分の白伸ばし用*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}

/*ヘッダ*/
/*------------------------------*/
#header {
	width: 800px;
	height: 56px;
	background-image: url(../img/header_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	float: left;
}
#header h1 a{
	background: url(../img/header_logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 269px;
	margin-top: 20px;
	padding: 0px;
	outline: 0px;
}

/*フッタ*/
/*------------------------------*/
#footer {
	width: 100%;
	height: 52px;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	/* フッタ最下層 */

	/* ここまで */
}