@import url("global.css");
/*再定義*/
h1 {
	position:relative;
	height:87px;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
	height:auto;
}
#contents {
	margin:0 0 0 1px;/*border:1px solid black;*/
}
/*再定義終了*/
h2 {
	background:url(../system/images/h2_back.png);
	height:32px;
	width:100%;
}
h3 {
	text-align:center;
}
h4 {
	text-align:left;
	font-size:1.5em;
	margin:0px;
	padding:0px;
}

#kanban{margin-left	:	20px;}
.tab{margin-left	:	15px;}
td{font-size	:	12px;}
.left-space{padding-left	:	20px;}
.f-bold{font-weight	:	bold;}
.f-red{color	:	red;}


#price a {
	color:#A33A46;
}
#price a:hover {
	color:#ff6c82;
}