@charset "Shift_JIS";

*{
	margin:0px;
	padding:0px;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
	color:#4b3b2a;
	padding:0px;
	margin:0px;
}


#all{
	margin-top:35px;
}

#all #header{
	width:auto;
	height:52px;
	margin:0px;
	/*padding:10px 0 7px 0;*/
	/*background:url(../images/header_bg.gif) repeat-x right;*/
	text-align:center;
}

#all #header .rogo{

	width:851px;
	height:52px;
	
	background:url(../images/header_rogo.gif) no-repeat 0 0;
	text-indent:-9999px;

	margin-left:auto;
	margin-right:auto;

}
#all #header .rogo a{

	width:851px;
	height:52px;
	display:block;
	
	background:url(../images/header_rogo.gif) no-repeat 0 0;
	text-indent:-9999px;

	margin-left:auto;
	margin-right:auto;

}

/*缶詰*/

#all #header .rogo_k{

	width:851px;
	height:52px;
	
	background:url(../images/header_rogo_k.gif) no-repeat 0 0;
	text-indent:-9999px;

	margin-left:auto;
	margin-right:auto;

}
#all #header .rogo_k a{

	width:851px;
	height:52px;
	display:block;
	
	background:url(../images/header_rogo_k.gif) no-repeat 0 0;
	text-indent:-9999px;

	margin-left:auto;
	margin-right:auto;

}


h1,h2,h3,h4,p,li,dt,dd,th,td{
	font-weight: normal;
	font-size:80%;
	line-height:1.7;
}

html>/**/body td {
	font-size:12px;
}
li{
	list-style:none;
}
a:link,
a:visited {
	/* \*/
	overflow:hidden;
	/* */
	color:#999;
	text-decoration:underline;
}
a:hover {
	color:#0083ff;
}
img{
	border:none;
	vertical-align:top;
}



/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clear {
    overflow: hidden;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .clear {
    height: 1em;
    overflow: visible;
}
/**/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */


	
	
