@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
}
body {
	background-color: #ffffff;
	height: 100%;
	text-align: center;
}

div.base {
	min-height: 100%;
/*
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em;
*/
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background-color: #fffef0;
}
div.header {
	background-color: #003013;
	color: #a3c380;
	min-height: 150px;
	margin-bottom: 1.5em;
}
div.header a {
	color: #a3c380;
}
div.header h1 {
	margin: 0;
	padding-top: 80px;
	color: #a3c380;
}
div.header p.toplogo {
	margin: 0;
	padding: 0;
	float: left;
}
div.header p.toplogo img {
	border: 0;
}
* html div.base {
	height: 100%;
}
div.menubar {
	float: left;
	background-color: #003013;
	border-top: 0;
	border-left: 0;
	border-right: 1px;
	border-bottom: 0;
	border-color: #003013;
	border-style: solid;
	width: 150px;
	height: 100%;
}
div.contents {
	margin-left: 150px;
	padding-bottom: 1.5em;
}
div.footer {
	clear: both;
	background-color: #003013;
	color: #a3c380;
	position: relative;
	bottom: 0;
	width: 100%;
	height: 70px;
	padding-top: 10px;
	margin-top: 3em;
}
div.footer a,div.footer address {
	font-style: normal;
	color: #a3c380;
	padding-top: 20px;
	padding-left: 10px;
}
div.footer p.rapidssl {
	float: right;
	padding-right: 10px;
}
div.footer p.rapidssltext {
	padding-right: 3px;
	font-size: 8pt;
	color: #a3c380;
	float: right;
}
a:link {
	color: #006400;
	text-decoration: underline;
}
a:visited {
	color: #006400;
	text-decoration: underline;
}
a:active {
	color: #006400;
	text-decoration: underline;
}
a:hover {
	color: #4682b4;
	text-decoration: none;
}

/* ----------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	margin-top: 2ex;
	margin-bottom: 1ex;
}

p {
	margin-left: 0.5ex;
	margin-right: 0.5ex;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
select {
	width: auto;
}
option {
	width: auto;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}

table {
	border-collapse: collapse;
	margin: 1ex;
}
th,td {
	border: 1px solid #999999;
	padding: 0.5ex;
}

ul li {
	margin: 1ex;
	padding-left: 1ex;
}
ul li ul li {
	margin: 0.5ex;
	padding-left: 2ex;
}

/* ----------------------------------------------------------------- */
.digit {
	text-align: right;
}

table.cart_view {
	width: 600px;
}

table.login_form {
	width: 600px;
}

table.newentry_form {
	width: 600px;
}

table.commit_button {
	width: 600px;
}
table.commit_button td {
	text-align: center;
}

table.confirm_frame {
	width: 600px;
}

table.dogs_frame {
	width: 600px;
}
table.dogs_frame td {
	text-align: center;
}

table.enq_form {
	width: 600px;
}

div.orderlist {
	margin: 4ex;
	padding: 2ex;
	border: 1px solid #999999;
	background-color: #ffffff;
}
span.costalert {
	color: #ff0000;
}
div.orderstatusheaderbase {
	clear: both;
	text-align: center;
}
div.orderstatusheader {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background-color: #fffef0;
}
div.orderstatusheader span.pos_out {
	padding-left: 4ex;
	padding-right: 4ex;
	text-align: center;
}
div.orderstatusheader span.pos_now {
	padding-left: 4ex;
	padding-right: 4ex;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
div.orderstatusheader span.pos_sep {
	padding-left: 1ex;
	padding-right: 1ex;
	text-align: center;
}
p.alert {
	color: #ff0000;
	font-weight: bold;
}
p.personalinfo {
	float: right;
}
div.carttext {
	width: 600px;
	margin: 1ex;
	border: 1px solid #999999;
}
