body {
	background: #f3f2e5;
	color: #333333;
	margin: 0;
}

#container {
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}

#header{
	font-size: 14pt;
	font-weight: bold;
}

#g_navi {
	overflow: hidden;
	width: 720px;
	float: left;
}

#g_navi ul,
#g_navi li {
	list-style: none;
}

#g_navi ul {
	margin: 0;
	
}

#g_navi li {
	float: left;
	margin: 0 10px 0 0;
}

#log_navi {
	float:left;
}

#log_navi ul,
#log_navi li {
	list-style:none;
	font-size:10px;
}

#log_navi ul {
	margin:2px 0;
}

#log_navi li {
	float:left;
	margin-right:5px;
}

#logo {
	float: right;
}

#topic_path {
	background: #333;
	color: #fff;
	padding: 8px 20px;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#topic_path a {
	color: #fff;
	text-decoration: underline;
}

#content{
	color: #333333;
	clear: both;
	font-size: 12px;
}

#condition {
	border-radius: 5px;
}

.corner {
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 1px 0px #c5c5c5;
	-moz-box-shadow: inset 0px 2px 1px 0px #c5c5c5;
	box-shadow: inset 0px 2px 1px 0px #c5c5c5; 
	padding: 20px;
	background: #fff;
}

.submit {
	margin: 10px 0 0;
	text-align:center;
}

.submit input {
	width: 160px;
	height: 40px;
}

#footer{
	text-align: right;
}


table.input_area {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.conf_order {
	width: 550px;
}

table.input_area th {
    padding: 20px;
    color: #fff;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #333;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.input_area td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#footer {
	font-size: 0.5em;
}

#order_his {
	font-size:0.8em;
}

#order_his dl {
	width:80px;
	float:left;
}

#order_his dl.item {
	width:200px;
}

#order_his dt,
#order_his dd {
	margin:1px;
}

#order_his dt {
	background:#ccc;
}

#order_his dd {
	background:#eee;
}

.input {
	margin-bottom:1.5em;
	line-height:1.8em;
	
}

#UserUsername,
#UserPassword,
#UserCompany,
#UserShop,
#UserName,
#UserEmail,
#UserShopNum {
	font-size:2.0em;
	height:40px;
	width:250px;
}

#UserShopAdd {
	font-size:2.0em;
	width:250px;
	height:80px;
}

label {
	display:block;
}

#authMessage {
	color:#ff0000;
}