html {
}
body {
	background-color: white;
	background-image:url('../pics/grey.png');
	background-repeat:repeat;
	background-position: top left;
	font-size: 16px;
}
div.layout {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 900px;
	min-height: 600px;
	background-color: black;
	border-style: none solid none solid;
	border-width: 2px;
	border-color: #000000;
}
div.content {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 600px;
	height: 100%;
	float: left;
	background-color: black;
	border-style: none none none none;
	padding-left: 20px;
}
div.banner {
	width: 900px;
	height: 196px;
	border-style: none;
}
div.footer {
	width: 904px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
div.rightside {
	margin-left: 20px;
	margin-bottom: 0px;
	width: 240px;
	float: left;
	background-color: transparent;
}
div.add {
	width: 200px;
	margin-left: 5px;
	margin-bottom: 20px;
}
h2 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 24px;
	padding-bottom: 10px;
	width: 572px;
	background-color: #999999;
	color: #65081d;
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
h3 {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
	text-align: left;
	color: black;
	background-color: #EEEEEE;
}
a:link, a:active, a:visited {
	color: #0079b2;
}
p.footer {	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 805px;
	text-align: right;
	color: #ffffff;
}
p.page {
	margin-bottom: 10px;
	width: 570px;
	text-align: left;
	color: black;
}
p.takuu {
	margin-bottom: 10px;
	width: 450px;
	text-align: left;
	color: black;
}
p.smaller {
	font-size: smaller;
}
p.error {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 1ex;
	background-color: white;
	border-left-width: 2ex;
	border-left-style: solid;
	border-left-color: #FF0000;
	width: 540px;
}
p.ok {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	padding: 1ex;
	background-color: white;
	border-left-width: 2ex;
	border-left-style: solid;
	border-left-color: #339900;
	width: 540px;
}
span.bold {
	color: #65081d;
	font-weight: bold;
}
span.bold2 {
	font-weight: bold;
}
span.flame {
	color: #1846be;
}
span.rocket {
	color: #c0432d;
}
span.mint {
	color: #83e5ee;
}
span.atlantis {
	color: #48598d;
}
span.sunset {
	color: #fc2800;
}
span.mystic {
	color: #fa9604;
}
span.rainbow {
	color: #98aaae;
}
span.paradise {
	color: #a5eb4d;
}
span.magic {
	color: #6efaff;
}
span.midnight {
	color: #031344;
}
img {
	border-style: none;
}
  
table {
	font-size: 16px;
	width: auto;
}
th {
	text-align: left; 
}
table.content {
	margin: 0px;
	font-size: 14px;
}
table.content td {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	vertical-align: top;
}
table.takuu {
	border-style: none;
	border-collapse: collapse;
	font-size: 15px;
	width: 580px;
	padding: 0;
	margin: 0;
}
table.takuu th {
	width: 580px;
	height: 60px;
	padding: 0;
	margin: 0;
	background-image: url('../pics/guarantee_top2.png');
}
table.takuu td.leftside {
	width: 55px;
	min-height: 439px;
	padding: 0;
	margin: 0;
	background-image: url('../pics/guarantee_left.png');
}
table.takuu td.content {
	padding: 0;
	padding-left: 10px;
	margin: 0;
}
table.takuu td.rightside {
	width: 55px;
	min-height: 439px;
	padding: 0;
	margin: 0;
	background-image: url('../pics/guarantee_right.png');
}
table.takuu td.bottom {
	width: 580px;
	height: 60px;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	background-image: url('../pics/guarantee_bottom2.png');
}
table.takuu tr {
	width: 580px;
	margin: 0;
	padding: 0;
}
table.gallery {
	border-style: none;
	text-align: center;
}
table.gallery th {
	border-style: none;
}
table.gallery td {
	border-style: none;
}

