.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.left{float:left;}
.right{float:right;}
.C333333{color:#333333;}
.C999999{color:#999999;}
.C-def{color:#f9a8aa;}

*{
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}
body,div,p,img,ul,li,table,tr,th,td{
	margin:0;
	border:0;
	padding:0;
}
p{
	line-height:1.5em;
}

#container{
	width: 990px;
	margin:0 auto;
}
#wrapper{
	margin-bottom:10px;
}
/*/// HEADER ///*/
#header{
	position:relative;
	margin-bottom:5px;
	padding-top:85px;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:990px;
	height:70px;
	text-indent:-9999px;
}
#tab-navi{
	margin-left:200px;
}
#tab-navi img{
	margin-right: 24px;
}

#head-cate{
	padding:4px 0 4px 15px;
	background-color:#f9a8aa;
}
#head-cate .btn{
	display:block;
	margin-right:7px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/bg_haed-cate_btn.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	letter-spacing:1px;
}
#head-navi{
	position:absolute;
	top:5px;
	right:20px;
	color:#999999;
}
#head-navi a{
	color:#ffffff;
}
#head-navi a:hover{
	color:#333333;
}
#head-navi .toCart{
	padding-left: 20px;
	background-image:url(../images/icon_head-toCart.gif);
	background-repeat:no-repeat;
}

/*/// LOCAL LEFT ///*/
#local{
	margin-right:20px;
}
.side-box{
	width:180px;
	margin-bottom:5px;
	border: solid 1px #999999;
}
.side-box .box-title{
	padding-top:3px;
	padding-bottom:2px;
	background-image:url(../images/side_head.gif);
	background-repeat:repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.side-box a{
	color:#333333;
}

.side-box a:hover{
	color:#c6556d;
}
.local-list{
	padding:10px;
	}
.local-list li{
	list-style-type:none;
	margin-bottom:4px;
	padding-left:10px;
	background-image:url(../images/marker_local-list.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#news #news-desc{
	height:130px;
	padding-top:1em;
	padding-left:2em;
	padding-right:1em;
	overflow-y: scroll;
}
#news #news-desc p{
	margin-bottom:1em;
}
#news #news-desc span{
	margin-left:-1em;
	color:#FF0000;
}
/*/// FOOTER ///*/
#footer{
	padding-bottom:3em;
}
#footer-navi{
	margin-bottom:5px;
	text-align:right;
}
#footer-navi a{
	color:#333333;
	margin-left:2em;
}
#footer-navi a:hover{
	color:#c6556d;
	margin-left:2em;
}
#footer-info{
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20%;
	background-color:#FF2D3C;
}
#footer-info p{
	color:#FFFFFF;
	font-size:10px;
}
#copy{
	color:#333333;
	text-align:center;
}

/*/// MAIN ///*/
#main{
	width:788px;
}
#pankuzu{
	margin-bottom:10px;
}
#pankuzu a{
	color:#0000FF;
}
