@charset "UTF-8";

div#page_info h1#beef{
	background-image : url(img/page_info_products_b1.png) ; background-repeat : no-repeat ;
}
div#page_info p#beef{
	background-image : url(img/page_info_products_b2.png) ; background-repeat : no-repeat ;
}

div#page_info h1#pork{
	background-image : url(img/page_info_products_p1.png) ; background-repeat : no-repeat ;
}
div#page_info p#pork{
	background-image : url(img/page_info_products_p2.png) ; background-repeat : no-repeat ;
}

div#page_info h1#chicken{
	background-image : url(img/page_info_products_c1.png) ; background-repeat : no-repeat ;
}
div#page_info p#chicken{
	background-image : url(img/page_info_products_c2.png) ; background-repeat : no-repeat ;
}

h2{
	color : #003300 ; font-size : 240% ; font-weight : bold ;
	background-image : url(img/product_h2.png) ; background-position : bottom right ; background-repeat : no-repeat ;
	text-align : right ;
	margin : 0px ; padding : 0em 1em ;
	
}

h3{
	margin : 30px ;
}

div#contents hr{
	visibility : visible ;
	border : solid 1px #ffffff ;
	height : 6px ;
	background-image : url(img/product_hr.png) ; background-position : bottom right ; background-repeat : y-repeat ;
}

table.products_list{
	margin-top : 20px ;
}

table.products_list tbody tr td{
	font-size : 80% ;
	text-align : center ; vertical-align : middle ;
	width : 100px ;
}

table.products_list tbody tr.pict{
	height : 100px ;
}

p.note{
	font-size : 70% ;
}
strong{
	color : #ff0000 ;
	font-size : 70% ; font-weight : normal ;
}

.fs20 {
	font-size: 20px !important;
}
.ff-mincho {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , serif !important;
}