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

body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #333;
}
a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#allinone {
	font-size: 22px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	height: 110px;
}
.product_table {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.product_table table {
	background-color: #CCC;
}
.product_table table tr td {
	background-color: #F5F5F5;
}
.h20 {
	height: 20px;
}
#menu {
	font-size: 26px;
	height: 40px;
	text-align: center;
	background-color: #F5F5F5;
	border: 3px solid #CCC;
}
#menu table tr td a {
	color: #E71495;
	text-decoration: underline;
}
#menu table tr td a:hover {
	color: #333;
}
#pn_page {
	font-size: 18px;
	height: 30px;
	text-align: center;
	background-color: #F5F5F5;
	border: 3px solid #CCC;
}

#pn_page table tr td a {
	color: #E71495;
}
#pn_page table tr td a:hover {
	color: #333;
	text-decoration: underline;
}
