/* CSS Document */
/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body {
	background-color: #ffcccc;
}

a {
	color: #666666;
}

table {
	width: 100%;
	border: #999999 1px solid;
	text-align: center;
}

th {
	padding: 2px;
	background-color:#ff6699;
	color: #ffffff;
	border:  #999999 1px solid;
}

td {
	text-align: left;
	padding: 2px;
	border:  #999999 1px solid;
}

td.tdcenter {
	text-align: center;
	margin: auto;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}

#header {
	color: #ffffff;
	background-color: #ff6699;
	margin: 0 auto;
	text-align: center;
}

#breadcrumbs {
	margin: 2px 0px 8px;
}

#menu {
	background-color: #ffcccc;
	margin: auto;
	border-left: #cccccc thin solid;
	border-right: #cccccc thin solid;
	padding: 5px 0 2px 0;
}

#menu ul {
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#menu li {
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #ffcccc;
	border-bottom: #999999 1px dotted;
	border-right: #999999 1px dotted;
	padding: 0px;
}

#menu li a {
	color: #666666;
	display: block;
	width: 98px;
	text-decoration: none;
}

#menu li a:hover {
	color: #666666;
	display: block;
	width: 98px;
	background-color:#ffffff;
}

#leftnavi {
	clear: left;
	float: left;
	width: 150px;
	padding: 5px;
	background-color: #ffffff;
}

#siharai {
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.clearleft {
	clear: left;
}

.box {
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	border: #cccccc 1px solid;
	margin-bottom: 10px;
}

.boxtitle {
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #666666;
	background-image: url(./photo/gradation05.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: #cccccc 1px solid;
}

.boxmember {
	 background-color: #ffffff; 
	list-style-position: inside;
	list-style-type: none;
	padding: 5px;
}

/* IE6 CSS Hack */
* html .boxmember li {
	text-indent: -15px;
}

/* IE7 CSS Hack */
*:first-child+html .boxmember li {
	text-indent: -15px;
}

.boxmember li a {
	color: #666666;
}

.cartinfotext {
	font-size: smaller;
}

.linknav {
	text-align: center;
	margin: 10px auto;
}


#content {
	float: left;
	width: 630px;
	min-height: 300px;
	padding: 5px;
	background-color: #ffffff;
}

#footer {
	clear: left;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	background-color: #ff6699;
}

/* toppage */
#topmessage1 {

}

#topmessage2 {
	font-size: large;
	margin: 8px 0 0;
}

#topmessage2 img {
	float: left;
	margin: 3px;
}

#topmessage3 {
	clear: left;
	margin: 3px;
}

.itembox {
	float: left;
	width: 110px;
	margin: 2px;
	padding: 2px;
	font-size: smaller;
	text-align: center;
	border: #cccccc 1px dotted;
}

.itembox img {
	float: none;
}

.itembox a {
	color: #666666;
}

#topics {
	font-size: smaller;
}

/* item */
#categoryinfo {
	margin: 3px;
}

.itemname {
	text-align: left;
}

.tanka,.itemcolor,.itemsize,.itemzaiko,.itemqty,.itemcart {
	text-align: center;
}

/* detail */
.itemimg {
	text-align: center;
	margin: 0 auto;
}

/* view */
.viewgokei {
	background-color: #cccccc;
	text-align: center;
}

/* tuhanho */

.tuhtable {
	width: 100%;
	border: #999999 1px solid;
	text-align: center;
}

.tuhtable th {
	width: 25%;
	padding: 5px;
	background-color:#cccccc;
	color: #333333;
	border:  #999999 1px solid;
}

.tuhtable td {
	padding: 5px;
	border:  #999999 1px solid;
	text-align: left;
}


.tuhtable caption {
	padding: 3px;
	background-color: #ffcccc;
	font-size: large;
	font-weight: bold;
	border: #999999 1px solid;
}

.sihtable {
	width: 100%;
	border: #000000 1px solid;
	text-align: center;
}

.sihtable th {
	width: 25%;
	padding: 2px;
	background-color: #cccccc;
	color: #333333;
	border:  #000000 1px solid;
}

.sihtable td {
	padding: 5px;
	border:  #000000 1px solid;
	text-align: left;
}

.sihtable caption {
	padding: 3px;
	background-color: #ffcccc;
	font-size: large;
	font-weight: bold;
	border: #999999 1px solid;
}

/* orderform */

#calform table {
	margin: 10px 0;
}

#calform table th {
	width: 30%;
}

#orderform table {
	margin: 10px 0;
}

#orderform table th {
	width: 30%;
}

#orderform table td {
	text-align: left;
}

/* category */
#catexplain {
	padding:8px;
}
#catexplain img {
	margin:8px;
}

/* confirm */
.linknav table {
	border:  0px;
}

.linknav table td.tdright {
	width: 50%;
	padding: 10px;
	border: 0px;
	text-align: right;
}

.linknav table td.tdleft {
	width: 50%;
	padding: 10px;
	border: 0px;
	text-align: left;
}

/* itemlist */
.itemblock {
	text-align: center;
	vertical-align: top;
}

.itemblocktbl {
	border: 0px;
}

.itemblocktd {
	text-align: center;
	border: 0px;
}

