@charset "shift-JIS";
/* CSS Document */
/* レイアウトの設定*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(images/p_haikei.jpg);
	background-repeat: repeat-x;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:900px;
    background-color:#ffffff;
    margin:0px auto;
    text-align:left;
	overflow:hidden;
}
/* ヘッダーの設定*/
#head{
    width:900px;
	height:68px;
	margin: 0;
　　padding: 0;
    background-color:#ffffff;
}
/* ナビゲーション*/
#globalnavi{
  margin: 0;
  padding: 0;
  width: 900px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  float: left;
  width: 150px;
  height:50px;
  margin: 0;
  padding: 0;
}
/* メインイメージ*/
#main{
  width: 900px;
  height:***;
  margin: 0;
  padding: 0;
}

/* 左側の設定*/
#left{
    width:210px;
    height:auto;
    float:left;
    background-color:#FFFFFF;
	padding-bottom: 32768px;
    margin-bottom: -32768px;
}
/* 左ボタン*/
.side-navi {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}


/* 右側の設定*/
#right{
    width:690px;
    height:100%;
    float:right;
    background-color:#ffffff;
	padding-bottom: 32768px;
    margin-bottom: -32768px;
}
#contents{
	font-size: 80%;
	margin-right: 5px;
	margin-left: 5px;

	}
#contents h1{
	font-size: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	}
#contents h2{
	font-size: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	}
#contents h3{
	font-size: 100%;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;

	}
#contents p{
	font-size: 100%;
	margin: 0px 0px 5px 5px;
	padding: 0px 10px 0px 0px;
	font-weight: normal;
	line-height: 1.3em;
	}
/*ページTOP*/
.top{
	font-size: 100%;
	margin: 0px 0px 5px 5px;
	padding: 0px 10px 0px 0px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: right;
	}
/*会社案内テーブル*/
#profile table{
	font-size: 110%;
	margin: 0px 0px 5px 5px;
	padding: 0px 10px 0px 0px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: right;
	width: 600px;

	}
#profile table th{
	font-size: 100%;
	margin: 0px 0px 5px 5px;
	padding: 5px 10px 5px 5px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	background-color: #DEF4FE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;


	}
#profile table td{
	font-size: 100%;
	margin: 0px 0px 5px 5px;
	padding: 0px 5px;
	font-weight: normal;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F2F2F2;
	text-align: left;



	}

/* フッターの設定*/
#foot{
	position:relative;
	width:100%;
	height:70px;
	background-color:#ffffff;
	clear:both;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px;


}
	
#foot hr{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #02CDF9;
	border-right-color: #02CDF9;
	border-bottom-color: #02CDF9;
	border-left-color: #02CDF9;
	}
	
