@import url("default.css");

body {
	background-color: #f2efe6;
	background-image: url("/image/body_background.gif");
	background-position: center;
	background-repeat: repeat-y;
	color: #333333;
	font-size: 13px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	text-align: center;
}

label {
	margin: 0px 10px;
	padding: 0px 10px;
}

td.Number {
	text-align: right;
	white-space: nowrap;
}
.Button {
	text-align: center;
}
.Button input {
	width: 250px;
}

.Notice {
	font-size: 9px;
}

.ItemTable {
	width: 100%;
}
.ItemTable td {
	width: 50%;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}
.ItemTable img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.ItemTable form {
	clear: both;
	text-align: right;
}
.ItemTable .Price {
	color: #ff0033;
}

.TableList {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}
.TableList th {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 8px;
	background-color: #e0f2aa;
}
.TableList td {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 8px;
}

.CutImage {
	float: right;
	margin: 10px 0px 20px 20px;
}

.LinkList {
	padding: 10px;
	list-style-type: none;
}
.LinkList li {
	padding: 0px 0px 3px 20px;
	background-image: url("/image/next.gif");
	background-repeat: no-repeat;
}

.Error {
	margin-bottom: 20px;
	color: #ff0000;
}
.Alert {
	color: #ff0000;
}

.SingleByteOnly {
	ime-mode: disabled;
}

.CatchCopy {
	margin-bottom: 10px;
	padding: 8px;
	background-color: #e5f2ff;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

#Header {
	width: 780px;
	height: 100px;
	margin: 0px auto;
	background-color: #99cc00;
	text-align: left;
}

#Title {
	height: 80px;
}
#HeaderMenu {
	margin: 0px;
	border-top: 1px solid #e0f2aa;
	padding: 0px;
	background-color: #739900;
	text-align: right;
	list-style-type: none;
}
#HeaderMenu li {
	display: inline;
	height: 20px;
	border-left: 1px solid #e0f2aa;
	padding: 4px 10px;
	font-size: 12px;
}
#HeaderMenu li a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#Contents {
	width: 780px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
}

#Hierarchy {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 10px;
	background-color: #f2f2f2;
	font-size: 9px;
}

#Panel {
	height: 240px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #cccccc;
	padding: 5px;
}

#Main {
	float: left;
	width: 570px;
	padding: 10px 0px 10px 10px;
}
#Main h1 {
	margin: 20px 0px 20px 10px;
	color: #808080;
	font-size: 29px;
}
#Main h2 {
	clear: both;
	margin-bottom: 10px;
	padding: 8px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #b3d9ff;
	background-color: #e5f2ff;
	font-size: 15px;
}
#Main dl {
	margin-left: 20px;
}
#Main dt {
	padding: 10px;
	font-weight: bold;
}

#Side {
	float: right;
	width: 180px;
	padding: 10px 10px 10px 0px;
	font-size: 12px;
}
#Side h2 {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	padding: 8px;
	background-color: #e0f2aa;
	font-size: 12px;
}
#Side ul {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#Side li {
	margin: 10px 0px;
	text-align: center;
}

#Side form {
	margin-bottom: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	padding: 8px;
}
#Side a {
	text-decoration: none;
}

#TopLink {
	clear: both;
	padding: 10px;
	text-align: right;
}

#Footer div {
	width: 780px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
}
#Copyright {
	padding: 10px 0px;;
	font-size: 9px;
}

#Copyright a {
	color: #333333;
	text-decoration: none;
}

#Order table {
	width: 100%;
	margin-bottom: 20px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}
#Order th, #Order td {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px;
}
#Order th {
	width: 120px;
	background-color: #f2f2f2;
	text-align: right;
}

#Order input {
	font-size: 1.1em;
}
#Order .Button input {
	width: 200px;
}
#Order td.NoLine {
	border-left-width: 0px;
}

#Step1 {
	padding: 0px 0px 5px 50px;
	background-image: url("/image/step1_background.gif");
	background-repeat: no-repeat;
}
#Step2 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step2_background.gif");
	background-repeat: no-repeat;
}
#Step3 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step3_background.gif");
	background-repeat: no-repeat;
}
#Step4 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step4_background.gif");
	background-repeat: no-repeat;
}
#Step5 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step5_background.gif");
	background-repeat: no-repeat;
}
#Step6 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step6_background.gif");
	background-repeat: no-repeat;
}
#Step7 {
	padding: 30px 0px 5px 50px;
	background-image: url("/image/step7_background.gif");
	background-repeat: no-repeat;
}
