.divItemImg {
	float: left;
	margin: 0 4px 0 0;
	width: 100px;
	text-align: center;
	display: none;
}

.imgItem {
	margin: 0 4px 0 0;
	vertical-align:middle;
}

body {
	font-size: 80%;		/* これを指定しないと、タブを切り替えたときにレイアウトが崩れる */
	font-family: Tahoma;
}

.emphasize {
	font-weight: bold; color: #FF0000
}

h2 {
	margin: 4px;
}

hr{
	color: #803300;
	background-color: #803300;
	height: 1px;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}

img{
	border: 0;
	vertical-align: text-bottom;
}

p{
	margin: 2px 0;
	padding:0;
}

#content {
	margin: 0;
	padding: 0;
}

#tblItems {
}

td {
	font-size: 100%;
	border: 1px solid #CCC;
	padding: 2px 4px 2px 4px;
	overflow: hidden;
}

td div {
	font-size: 100%;
	overflow: hidden;
}

thead, tfoot {
	background-color: #FFE060;  /* #DDD */
	font-size: small;
}

th {
	font-size: 100%;
	padding: 2px 4px 2px 4px;
	overflow: hidden;
	border: 1px solid #CCC;
}


tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F0F0C0; /* F2F2F2 */
}

.sortcol {
	padding-right: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	padding-right: 20px;
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	padding-right: 20px;
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

a {
  color: #0000FF;
  text-decoration: none;
}

a:visited{
  color: #0000FF;
}

a:hover{
	color:#ff3399;
	text-decoration:underline;
}

div.divTabItem {
	clear:both;
	padding: 0px 8px 8px 8px;
	margin: 0 0 10px 0;
	border: 1px solid #840;
	background-color:#FFD;
	font-size: 110%;
}

div.divShopList {
	width: 100%;

	margin:0 0 8px 0;
	padding: 0px;
}

div.divShopList p{
	margin:2px;
}

div.divShopList ul{
	margin:8px 0 0px 0;
}

div.divShopList li {
	float: left;

	text-align: center;

	padding: 2px 4px 4px 4px;
	margin: 0 4px 4px 0;

	border-left:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	background-color:#F8F8F8;    /*	#FFCE00, #FFE060 */
}

div.divShopList li p{
	margin: 0;
	text-align: center;
}

div.divShopList li h4{
	margin: 0 0 4px 0;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	height: 1em;
	font-size: 90%;
	white-space: nowrap;
}

div.divShopList li div{
	margin: 6px 0 0 0;
	overflow: visible;
	height: 1.2em;
}

div.divItemList {
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
}

form {
	margin: 0 0 0 0;
}
img.imgGo {
	vertical-align: middle;
}
input.cboxShop {
	vertical-align: middle;
}
.btnSubmit {
	height:1.8em;
	/* border: 1px solid #0000FF; */
}
.divSpDmy {
	font-size: 1px;
	height: 1px;
	margin: 0 0 0 0;
}

.divTopLink {
	float:right;
}

#divTitle {
	margin: 0 0 1em 0;
	padding: 2px 2px 2px 8px;
	border-Top: solid #840 1px;
	border-Left: solid #840 14px;
	border-Right: solid #840 1px;
	border-bottom: solid #840 1px;
	background-color: #FFD;
}

.h2Title{
	font-style: italic;
	color: #550000;
	font-size: 26px;
}

/* ------------------------------------- */

ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul.tabs li {
	float: left;
	width: 7em;
	margin: 0;
	padding: 0 4px 0 0;
}
ul.tabs a {
	display: block;
	width: 6.3em;
	height: 1.4em;
	padding: 5px .3em 0 .3em;
	border: 1px solid #840;
	border-bottom: none;
	border-top-width: 4px;
	text-decoration: none;
	text-align: center;
}

ul.tabs a, ul.tabs a:link, ul.tabs a:visited {
	font-weight: normal;
	color: #000;
	background: #AA8;
}
ul.tabs a.active, ul.tabs a:link.active, ul.tabs a:visited.active {
	background: #FFF;
	color: #000;
	font-weight: bold;
  background-color:#FFD;  /* FFD */
}
ul.tabs a.active {
	position: relative; /* これがないとアクティブなタブとコンテンツの間の下線が消えない */
	top: 1px;
	color: #00F;
}

#divTabs {
	padding: 0;
	margin: 0;
}

