body, div, h1, p, img {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: small;
	font-family: Meiryo, sans-serif;
}
img {
	border: 0;
}
body {
	color: #333333;
	text-align: center;
}
html{
    overflow-y:scroll;
}
div#wrap {
	border-top: #ffffff 1px solid;
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
	position: relative;
}


ul#gnavi {
	position:absolute;
	top: 30px;
	left: 205px;
	width: 595px;
	height: 60px;
}

ul#gnavi li{
    width:100px;
   	float: left;
}
ul#gnavi li#top{
    width:95px;
   	float: left;
}


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#header {
	height: 70px;
	width: 800px;
	position: absolute;
	top: 0px;
}
div#contents {
	width: 800px;
	margin-bottom: 10px;
	margin-top: 95px;
	text-align: left;
}
div.right {
	width: 600px;
	margin: 0px 100px;
    overflow:hidden;
}
div#footer {
	clear: both;
	width: 798px;
	padding-bottom: 10px;
	border: #d0d0d0 1px solid;
	text-align: left;
	position: relative;
}
div#footer a {
	text-decoration: none;
}
p#footitem {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#toplink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 30px;
}
#subtoplink {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 200px;
	height: 40px;
}
#toplink a, #subtoplink a {
	border: none;
}
ul#toplink li {
	margin: 0;
	text-indent: 0;
}
ul#topnavi {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 600px;
	padding-top: 0px;
	text-align: right;
}
ul#topnavi li {
	display: inline;
	margin: 0.1ex 0.5em;
}
ul#topnavi li {
	display: inline;
	border: none;
}
ul#topnavi li a {
	text-decoration: none;
}
th#prname {
	width: 280px;
}
p#copy {
	padding-top: 10px;
	padding-left: 10px;
}
form {
	display: inline;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	border-left: 5px #303030 solid;
	padding-left: 5px;
	margin: 10px 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	border-top: 1px #535353 solid;
	border-bottom: 1px #535353 solid;
	padding-left: 5px;
	margin: 10px 0px;
}
ol.method {
	list-style-type: decimal;
	text-align: right;
	list-style-position: inside;
}
ol.method li {
	display: inline;
	padding: 1ex 1em;
	border: #e0e0e0 1px solid;
	margin: 1ex 1ex;
}
ol.method li#here {
	border: #303030 1px solid;
	font-weight: bold;
}
table {
	width: 600px;
	margin: 2ex auto;
}
td.num {
	text-align: right;
	font-family: arial,helvetica,clean,sans-serif;
	font-weight: bold;
	font-size: 120%;
}
tr td {
	background-color: #f0f0f0;
	padding: 2px 3px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
}
tr th {
	background-color: #d2d2d2;
	text-align: center;
	padding: 2px 3px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	white-space: nowrap;
	font-weight: bold;
}
input {
	font-weight: bold;
}
p input.right {
	display: inline;
	width: 12em;
	float: right;
}
p a.back {
	float: left;
}

p.warn{
    border:#e00000 1px solid;
    padding: 10px;
    color: #e00000;
}


td.warn {
	color: #e00000;
	background-color: #fff0f0;
}

input.warn {
	border-top: #c03030 2px solid;
	border-left: #c03030 2px solid;
	border-bottom: #e03030 1px solid;
	border-right: #e03030 1px solid;
}


ul.norm {
    list-style-type: disc;
    padding: 0px 0px 0px 2ex;
    margin: 1ex;
}


p.cartbtn {
    text-align:right;
    font-family: arial,helvetica,clean,sans-serif;
    margin:0px;
    padding:10px 0px;
    font-weight: bold;
    font-size: large;
}

td.wspace {
    white-space: nowrap;
}
