@import "baseOutline.css";
@import "center.css";
@import "footer.css";
@import "left.css";

/* -- --------------default-------------- --*/

* {
	font-family: "Osaka", Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	margin: 0px;
	list-style: none;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl.dt,dd,p {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
	background-color: #eaeedb;
	text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}


#topNewText a:link,
#topNewText a:visited,
#topNewText a:active {
	text-decoration: underline;
	color: #cccccc;
}
#topNewText a:hover {
	text-decoration: none;
	color: #cccccc;
}

#specialArea a:link,
#specialArea a:visited,
#specialArea a:active {
	text-decoration: underline;
	color: #cccccc;
}
#specialArea a:hover {
	text-decoration: none;
	color: #cccccc;
}

table#centerboxarea a:link,
table#centerboxarea a:visited,
table#centerboxarea a:active {
	text-decoration: underline;
	color: #666666;
}
table#centerboxarea a:hover {
	text-decoration: none;
	color: #666666;
}

#linkContentsTitle a:link,
#linkContentsTitle a:visited,
#linkContentsTitle a:active {
	text-decoration: underline;
	color: #666666;
}
#linkContentsTitle a:hover {
	text-decoration: none;
	color: #666666;
}

#footLinkArea a:link,
#footLinkArea a:visited,
#footLinkArea a:active {
	text-decoration: underline;
	color: #cccccc;
}
#footLinkArea a:hover {
	text-decoration: none;
	color: #cccccc;
}

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


.delivery_charge_table{
    text-align: center;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.5em 0 0;
}

.delivery_charge_table th{
	font-weight: normal;
	background:#F3F3F3;
	height: 22px;
    vertical-align: middle;
}
.delivery_charge_table td{
	height: 35px;
    vertical-align: middle;
}
.delivery_charge_table th,
.delivery_charge_table td
{
    border: solid 1px #A9A9A9;
    margin: 0;
    padding: 0;
}
