/* 内容専用 */
#menu{
	padding:1em 0em 1em 1em;
	line-height:1.5;
}
#menu a{
	display:block;
	width:11.4em;
}
#doc{
/*	background-color:#f3f3f3;*/
}
#doc p{
	padding:0.5em 1em 1em 1em;
	line-height:1.5;
}
#doc blockquote{
	margin:0.5em 1em 0.5em 1em;
	padding:0.5em 1em 0.5em 1em;
	background:white;
	color:#666666;
	line-height:1.5;
}
#doc h2{
	padding-left:0.8em;
	border-left-color:#cc0033;
	border-style:solid;
	border-width:0px 0px 0px 18px;
	background-color:#333333;
	color:white;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4;
}
#doc h3{
	padding-left:0.6em;
	border-left-color:#cc6633;
	border-style:solid;
	border-width:0px 0px 0px 14px;
	background-color:white;
	color:#330099;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4;
	text-decoration:underline;
	text-shadow:2px 2px 3px gray;
}
.right{
	text-align:right;
}
.photo-right img{
	float:right;
}
.photo-left img{
	float:left;
}
#login-window{
	width:100%;
	line-height:1.6em;
	background:#ffff66;
}
#logout-window{
	width:100%;
	line-height:1.6em;
	background:#ddffcc;
}
#login-window h3,
#logout-window h3{
	padding-left:0.6em;
	border-left-color:#cc6633;
	border-style:solid;
	border-width:0px 0px 0px 14px;
	background-color:#006600;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4;
}
#membername,
#loginpassword{
	width:96%;
	margin-bottom:0.4em;
}
#button-login{
	width:6em;
}
.login-error{
  background:#ffcccc;
}
.info-list{
	padding-top:0.4em;
	padding-bottom:0.4em;
}
.info-list a{
	margin-left:0.4em;
	padding-left:1.2em;
	background:url(../tambourine_parts/arrow-list.jpg) no-repeat;
}
#logon-message-window{
	margin-left:0.2em;
	margin-right:0.2em;
	padding-top:0.4em;
	padding-bottom:0.4em;
}
#logon-customer-info{
	border-width:1px;
	border-style:dotted;
	border-color:gray;
	margin-left:0.4em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	background:white;
}
label:hover{
	background-color:yellow;
}
.imeon{
	ime-mode:active;
}
.imeoff{
	ime-mode:disabled;
}
.top_kakomi_base{
	height:128px;
}
.top_kakomi{
	display: inline-block;
	float:left;
	width:133px;
	height:88px;
	margin-left:6px;
	margin-top:6px;
	padding:12px;
	background:#dd8888;
	font-size:130%;
	font-weight:bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow:1px 1px 2px black;
	-webkit-box-shadow:1px 1px 2px black;
	-moz-box-shadow:1px 1px 2px black;
}
.top_big_button{
	padding:0.6em;
	border-left-color:#66cc33;
	border-style:outset;
	border-width:4px;
	background-color:white;
	color:#330099;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.cart_next_button{
	margin-left:0.4em;
	margin-right:0.4em;
	padding:0.8em 2.0em 0.8em 1.6em;
	background:url(../tambourine_parts/cart_next_button.jpg) right no-repeat;
}

/* 横スライド特殊効果 */
/* ----------------------------------------
 * floating- clear
 * ---------------------------------------- */
.content:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.content {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .content {
  height: 1%;
}

.content {
  display: block;
}

#jqAS {
  position:relative;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 500px;
  height: 800px;
  overflow: hidden;
  background: #f3f3f3;
}

.content {
  padding: 0px;
}

.contentArea {
  position: relative;
}

