@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{
	width: 790px;
	height:107px;
	background:url(../images/header_bg.gif) no-repeat left top;
}
#logo {
	position: absolute;
	left: 20px;
	top: 22px;
	width: 237px;
}
#logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	background: url(../images/logo.gif) left top no-repeat;
}
#header-int {
	position: absolute;
	left: 557px;
	top: 67px;
	width: 60px;
}
#header-int a{
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 29px;
	padding-top: 29px;
	background: url(../images/header_internet_off.gif) no-repeat left top;
}
#header-int a:hover{
	background: url(../images/header_internet_on.gif) no-repeat left top;
}
#header-con {
	position: absolute;
	left: 528px;
	top: 36px;
	width: 225px;
}
#header-con a{
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 13px;
	padding-top: 13px;
	background: url(../images/header_contact_off.gif) no-repeat left top;
}
#header-con a:hover{
	background: url(../images/header_contact_on.gif) no-repeat left top;
}
.nodisplay{
  display:none;
}

/* フッター  ----------------------------*/
#footer {
	clear: both;
	color: #FFFFFF;
	background: #FFFFFF url(../images/footer.gif) center top repeat-x;
	width:790px;
	height:26px;
	text-align:center;
	padding-top:5px;
}






