@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font: 75%/1.4 "arial";
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1280px;
	min-width: 800px;
}
h1,h2,h3,p,ul,li,img {
	margin: 0;
	padding: 0;
}
a:link,a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
p {
	margin: 0 40px;
}
p.spacer {
	padding-bottom: 8px;
}
.center {
	text-align: center;
}

/******************** index ********************/
div#box {
	width: 588px;
	margin: 0 auto;
	padding: 8px 0 15px;
	text-align: left;
	background: #fff url("/wp-content/uploads/2025/08/index-bg.gif") right top no-repeat;
	border: 1px solid #ab0;
}
h1 {
	font-size: 100%;
	color: #680;
	padding: 10px 0 12px 320px;
	margin: 0 auto 5px;
	background:  url("/wp-content/uploads/2025/08/box-bar.gif") bottom no-repeat;
}
h2 {
	font-size: 120%;
	margin: 12px 40px 0;
}
p#logo {
	margin: 12px 30px 20px;
}
* html p#logo {
	margin: 20px 30px 30px;
}
*:first-child+html p#logo {
	margin: 20px 30px 30px;
}
hr {
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 15px 40px;
}
* html hr {
	color: #ccc;
	margin: 8px 40px;
}
*:first-child+html hr {
	color: #ccc;
	margin: 8px 40px;
}
p.comment {
	margin: 15px 50px 0;
}
p.icon {
	margin: 0 50px 20px;
	padding-left: 20px;
	background:  url("/wp-content/uploads/2025/08/icon-circle.gif") left no-repeat;
}
ul.textlink {
	margin: 0 0 7px;
	text-align: center;
}
ul.textlink li {
	list-style-type: none;
	border-left: 1px solid #000;
	padding: 0 10px;
	display: inline;
}
ul.textlink li.start {
	border-left: none;
}
ul.textlink li img {
	vertical-align: bottom;
}
p#foot {
	background:  url("/wp-content/uploads/2025/08/box-bar.gif") top no-repeat;
	margin: 5px auto 0;
	padding: 11px 0 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
p#invoice {
	margin: 10px auto 30px;
}
p#invoice img {
	width: 200px;
	height: auto;
}
div.bannerlink {
	width: 480px;
	margin: 20px auto 0;
}
div.bannerlink p {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 0 25px;
}
div.bannerlink img {
	margin-bottom: 3px;
}
div.bannerlink:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
address {
	margin: 10px auto 0;
	clear: both;
}
/******************** text ********************/
div.text {
	margin: 20px auto 0;
	color: #ccc;
	width: 600px;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
}
div.text h3 {
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 0 10px;
}
div.text p {
	margin: 0 0 0 10px;
}
/******************** link ********************/
div.link {
	width: 600px;
	margin: 160px auto 10px;
	text-align: center;
}



