@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
	padding: 0% 0% 0% 0%;
	width: 100%;
}
	
#wrap{
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}
	
#header{
	background-image:url(../images/Kasuri2.jpg);
	height: 70px;
	color: #FFFFFF;
	text-indent: 30px;
}

#menu{
	height:50px;
	width: 100%;
}

.haba{
	width:100%;
}

td.menu{
	height:40px;
	width:20%;
	font-size: 16px;
	font-weight:bold;
	border:solid;
	border-color:#dddddd;
	background-color:#eeeeee;
	text-align: center;
}

#sidebar {
	float:left;
	border:solid;
	border-color:#dddddd;
	background-color:#eeeeee;
	width: 19%;
	height: 100%;
}

#sidebar table {
	width: 100%;
}

.oyaji {
	height:180px;
	background-image:url(../images/nakano.jpg);
	background-repeat:no-repeat;
    background-size:contain; 
	background-position:center;
}

#main {
	float:right;
	width: 80%;
	height:auto;
	background-color: #FFFFFF;
}

#main .table {
	width: 100%;
}
table.goods{
	width: 100%;
	height: auto;
	border: medium solid #666666;
	
}

td.goods{
	width: 50%;
	height: 250px;
	border: medium solid #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size:contain;
}

#fooder{
	height:40px;
	width: 100%;
	float:left;
	background-image: url(../images/29-1.jpg);
	padding-bottom: 0px;
}
