﻿html{height:100%;}

body 
{
	margin:0px;
	padding:0px; 
	width: 100%; 
	display: table; 
	text-align: center;
}


.table_shop02
{
	width:640px;
	float:left;
	border:none;
	text-align:left;
	border:1px solid #759c12;
	line-height:40px;
}

.table_shop02 th
{
	width:auto;
	background-color:#759c12;
	height:25px;
	border-right:1px solid #d1dcb3;
	color:#FFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:25px;
}

.table_shop02 td
{
	width:auto;
	text-align:left;
	border-bottom:none;
	border-right:1px solid #759c12;
	height:25px;
	padding-right:2px;
	padding-left:4px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:25px;
}

.table_shop02 td.price
{
	width:auto;
	border-bottom:none;
	border-right:1px solid #759c12;
	height:25px;
	text-align:right;
}

.text_link{ color:#000; text-decoration:underline;}
a.text_link:link {color: #000; text-decoration:underline;}
a.text_link:hover {color: #759c12; text-decoration:none;}