/* 共通タイプセレクタ */

body,p,h1,h2,h3,h4,h5,h6,ul,li,form{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

ul,li{
list-style-type:none;
}

/* 全体をまとめているラッパー */

#wrapper{
	width:900px;
	margin:0 auto 0 auto;
	position:relative;
}

/* フッター */
#footer{
	width:871px;
	position:absolute;
	background-image:url(../image/footer_line.gif);
	top:735px;
	left:15px;
}

.footer_text{
    text-align:right;
	width:856px;
	margin:0 15px 0 0;
	}
	
.footer_p{
    text-align:right;
	width:861px;
	margin:5px 10px 10px 0;
	}


/* メニュー */
#menu_content{
	width:872px;
	height:61px;
	margin:0 0 0 14px;
	background-image:url(../image/menu/header_line01.gif);
	background-repeat: repeat-x;
	  }
	  
#menu_content li{
    margin:24px 0 0 0;
	height:37px;
    float:left;
	}
	
.top_navi{
  width:89px;
  float:right;
 }	
	  
/* メインコンテンツ01 */  
#main_content01{
     width:900px;
	 margin:0 auto 0 auto;
	 }	  
	 
h1{
  height:45px;
  }	 
  
/* ie6用スタイルシート */  
* html h1{
  margin-top:-4px;
  }	  