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


/* ==========  Fundamentals  ========== */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	background-color: #FFF;
	color: #000;
}
a {
	outline: none;
	color: #F51850;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	padding: 10px 40px;
}
h2 {
	font-size: 18px;
	padding: 10px 40px;
}
h3 {
	font-size: 16px;
	padding: 10px 40px;
}
ul, ol {
	padding: 0 0 0 40px;
	margin: 5px 40px;
}
p {
	margin: 5px 40px;
	text-align: justify;
}

/* ==========  Layout  ========== */

div#global {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
div#header {
	position: relative;
	margin-top: 10px;
	height: 346px;
	background-image: url(/layout/header.jpg);
}
div#footer {
	position: relative;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-top: 23px;
	height: 190px;
	background-image: url(/layout/footer.jpg);
}
a#logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 530px;
	width: 420px;
	height: 100px;
	background-image: url(/layout/logo.jpg);
}
a#logo span {
	display: none;
}
div#navigation {
	position: absolute;
	right: 40px;
	bottom: 15px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
div#navigation a {
	color: #FFF;
}
div#navigation a:hover {
	font-size: 21px;
}
table#product {
	position: relative;
	margin: 20px auto 30px auto;
}
table#product td {
	text-align: center;
	vertical-align: top;
	width: 220px;
	padding: 10px 0;
}
table#product p {
	margin: 0;
	font-weight: bold;
	text-align: center;
}
table#product a:hover {
	background-color: #000;
	color: #FC0;
	text-decoration: none;
	padding: 2px;
}
p.adr {
	color: #C00;
}
p#copy {
	position: absolute;
	right: 0;
	bottom: 12px;
	font-size: 12px;
	color: #FFF;
}
h1#first {
	margin-top: 20px;
	text-align: right;
}
h1#first-i {
	margin-top: 20px;
	text-align: left;
	margin-bottom: 30px;
}
table#price {
	margin: auto;
}
table#price td {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(/layout/price.gif) repeat-x;
	width: 75px;
	padding: 10px 5px;
}
table#price td.name {
	text-align: left;
	width: 250px;
	padding: 10px 20px;
}
#kei p{
	text-align: left;
	height: 1px;
	position:absolute;
	color: #C0C0C0;
	bottom:0px;
	margin:1px;
}
#counters {
	text-align: center;
	margin: 20px 0;
}
