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

h1,
h2{
	margin:0;
	}
	
img{
	border:none;
	}
	
table {
	margin: 0px;
	padding: 0px;
	}
	
td {
	font-size: 12px;
	color: #5A3D1C;
	margin: 0px;
	padding: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
a:link,
a:visited,
a:hover {
	color: #333333;
	text-decoration: none;
}



#hd_logo {
	margin: 10px auto 5px 16px;
	display: block;
	text-align: left;
	}


#main_contents{
	width: 555px;
	color: #666666;
	}

#main_item {
	width: 555px;
	height: 390px;
	background-image: url(../images/main_base.jpg);
	background-image: left top;
	background-repeat: no-repeat;
	position: relative;
	}

#main_item .item_box {
	position: absolute;
	top: 22px;
	left: 31px;
	}

#main_item .item_box .copy {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	text-align: left;
	}



#sub_item {
	width: 555px;
	height: 286px;
	background-image: url(../images/item_04.jpg);
	background-image: left top;
	background-repeat: no-repeat;
	position: relative;
	}

#sub_item .item_box2 {
	position: absolute;
	top: 10px;
	left: 50px;
	}

#sub_item .item_box2 .copy {
	font-size: 14px;
	color: #521400;
	line-height: 135%;
	text-align: left;
	}





#footer{
width:760px;
margin:0 auto;
}
#copyright{
padding-top:1em;
text-align:center;
color:#660000;
font-size:80%;
}
.uptotop {
text-align:right;
display:block;
}


.tables {
	border: 1px solid #666666;
}
.td-title {
	border-bottom: 1px dashed #666666;
	text-align: center;
}
.td-title2 {
	border-top: 1px dashed #666666;
}
.yaji {
	background: url(../../common/yajirusi.gif) no-repeat left 4px;
	padding-left: 13px;
	margin-bottom: 5px;
	line-height: 19px;
}
.nakami {
	padding: 10px 10px 5px;
	background: #FFFBF0;
	text-align: left;
}
.shouhin-title {
	font-weight: bold;
	background: #FCEEE3;
	padding: 3px 5px;
	color: #993300;
	text-align: left;
}
.txt-mini {
	font-size: 10px;
	line-height: 11px;
}
.shouhin {
	padding: 3px 5px;
	background: #FFFBF0;
	text-align: left;
}
.title2nd {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	background: #FBD6B6;
	text-align: center;
	padding: 3px;
	border-top: 1px dashed #666666;
}
.modoru {
	margin-top: 10px;
}





/*----------------------------------------

	clearfix
	
----------------------------------------*/


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0;   /* フォントサイズを0にする */
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end MacIE5 */

