@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
	ドキュメント
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #FFFFFF;
}

#container {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	ナビゲーション
 * ---------------------------------------------------------------- */

#navileft {
	float: left;
	height: 70px;
	width: 690px;
}

#naviright {
	float: right;
	height: 70px;
	width: 160px;
	padding-top: 20px;
}
 
#navi {
	padding: 0px;
	margin-bottom: 10px;
	height: 70px;

}

#topicpath {
	margin-bottom: 10px;
	padding-left: 5em;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */

#main {
	padding-left: 170px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	サイドメニュー
 * ---------------------------------------------------------------- */

#sidenavi {
	width: 150px;
	top: auto;
	right: auto;
	z-index: 1;
	left: 10px;
}

.sidenavibox {
	padding: 0px;
	margin: 0px;
}

.sidecategory {
	padding: 0px;
	margin-bottom: 5px;
}


[id="sidenavi"]#sidenavi {
	margin-top: 6px;
}

html:lang(ja) #sidenavi {
  margin-top: 20px;
}


/* ---------------------------------------------------------------- *
	コンテンツ
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

.contents1 {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 300px;
}

.contents2 {
	background: #FFFFFF;
	padding-left: 5px;
	margin: 0px;
	padding-top: 10px;
}

.ditalesbox {
	margin: 0px;
	width: 650px;
	padding: 0px;
}

.ditalesleft {
	float: left;
	height: 300px;
	width: 300px;
	padding: 0px;
	margin-left: 5px;
}

.ditalesright {
	float: left;
	width: 335px;
	padding: 0px;
	clear: right;
	margin-left: 5px;
}

table {
	margin-bottom: 10px;
	width: 330px;

}

tr {
	margin: 0px;
	padding: 0px;
}

th {
	text-align: left;
	padding-left: 0.2em;
}

td {
	margin: 0px;
	padding-left: 0.2em;
}

.description {
	background-color: #FFD57D;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC6633;
	border-bottom-color: #CC6633;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	margin-bottom: 5px;
	width: 325px;
	font-weight: bold;
	color: #525252;
}

.name {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	width: 650px;
}

.purchase{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.bottomNavi {
	margin-bottom: 20px;
	text-align: right;
}

.attention {
	padding: 5px;
	background-color: #EAEAEA;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 150px;
	margin-left: 20px;
}


/* ---------------------------------------------------------------- *
	サムネイル画像
 * ---------------------------------------------------------------- */

ul.gallery {
	list-style-image:none;
	list-style-type:none;
	clear: both;
	margin-bottom: 10px;
	height: 120px;
	width: 600px;
	padding-top: 30px;
}

ul.gallery li {
	display:block;
	margin-right: 25px;
	padding: 0px;
	float: left;
	overflow: hidden;
}


/* ---------------------------------------------------------------- *
	画像ボックス
 * ---------------------------------------------------------------- */

.imgbox {
	background: #FFFFFF;
	padding-left: 5px;
	margin: 0px;
}

.gallerybox {
	height: 150px;
	padding-top: 50px;
}


/* ---------------------------------------------------------------- *
	フォーム
 * ---------------------------------------------------------------- */

.product {
	margin-bottom: 5px;
}

.count {
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2em;
}

#footer ul li {
  background-image: none;
}
