@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333;
	/**/background: #FFFFFF url(../images/body_bg.gif) center top repeat-y;
	text-align: center;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0066CC;
}

/* コンテンツ全体
---------------------------------------------*/
#wrapper {
	position: relative;
	width: 798px;
	/*height:56px;*/
	margin:0 auto;
	background: #FFFFFF url(../images/body_bg.gif) center top repeat-y;
}
#pagebody {
	position: absolute;
	left: 4px;
	top: 0px;/**/
	width: 790px;/*左右余白4px*/
}



/* ヘッダー
---------------------------------------------*/
#header{
  display:none;
}
.nodisplay{

}

/* フッター  ----------------------------*/
#footer {
	clear: both;
	color: #FFFFFF;
	background: #FFFFFF url(../images/footer.gif) center top repeat-x;
	width:790px;
	height:24px;
	text-align:center;
	padding-top:5px;
}

/* ブロック管理
---------------------------------------------*/
#content {
/*	position: absolute;
	left: 0px;
	top: 280px;*/
	width: 790px;/*左右余白2px*/
	text-align:center;
}


/* トップページ
---------------------------------------------*/
#menu{
  display:none;
}
#menu{
  display:none;
}

