body,div,dl,dt,dd,ul,ol,li,h1,h2,
h3,h4,h5,h6,p,th,td{
	margin: 0;
	padding: 0;
	}
fieldset,img{
	border:0;
	}
abbr,acronym{
	border:0;
	}
address,caption,cite,code,dfn,em,
strong,th,var{
	font-style: normal;
	font-weight: normal;
	}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
	}
a{text-decoration:none;}

/*=========初期化終了============*/

body{
	line-height: 1.5;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background: url(../images/header.png) top repeat-x #fff;
	}

#wrapper{
	margin: 0 auto;
	width: 800px;
	position: relative;
	text-align: center;
	}

#header{
	text-align: left;
	position:relative;
	width: 800px;
	height: 190px;
	background: url(../images/header.png) top repeat-x #fff;
	}


#footer{
	text-align: center;
	margin-top:10px;
	border-top:1px solid #FF3366;
	padding-top:10px;
	width: 800px;
	}
	
/*=========header============*/
img.logo{
	float: left;
	width: 250px;
	}
#header ul{
	list-style: none;
	}


ul li.nav_menu{
	position: absolute;
	left: 250px;
	top: 151px;
	width: 192px;
	height: 40px;
	}
ul li.nav_tenpo{
	position: absolute;
	left: 442px;
	top: 151px;
	width: 144px;
	height: 40px;
	}
ul li.nav_message{
	position: absolute;
	left: 586px;
	top: 151px;
	width: 170px;
	height: 40px;
	}


/*=========footer============*/

#footer p{
	width:450px;
	height:42px;
	margin:0 auto 5px auto;
	padding-top:56px;
	padding-left:175px;
	background-image: url(../images/k-tai.png);
	background-repeat:no-repeat;
	background-position:center center;
	font-size:bold;
	text-align:left;
	line-height:1.4;
	}













* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));

