/*******************
****ショップ用CSS****
*******************/
/*******************
****2階層用CSS****
*******************/
/****************************右メイン***********************************/
#main {
	width: 795px;
	float: right;
}

/****************************左メニュー***********************************/
#leftmenu {
	width: 200px;
	padding-right: 5px;
	float: left;
	background-color: #FFFFFF;
}

#leftmenu li {
	margin: 0px 0px 20px;
	padding: 10px 0px 10px 20px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leftmenu a {
	width: 158px;
	text-decoration: none;
	display: block;
	color: #666666;
}
#leftmenu a:hover {
	text-decoration: underline;
}
.menubox01 {
	width: 178px;
	margin-bottom: 10px;
	padding: 10px;
}

/****************************共通の見出***********************************/
/**h1の見出***/

.tl_01 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 30px;
}
/**h2の見出***/
.tl_02 {
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tl_03 {
	width: 770px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ctimage {
	margin-bottom: 20px;
}
#cttxt {
	margin-bottom: 20px;
}
.no {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 10px;
	margin-top: 10px;
	width: 200px;
}


/***********************ショップ用css****************************************/
/* 下説明部分 */
.shita {
	width: 735px;
	border: none;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
}
/* 商品詳細ページ */
.shop01 {
	width: 795px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.shop01 table {
	width: 795px;
}
.shop01 td {
	padding: 10px;
}
.shop01 th {
	padding: 10px;
}

/* 商品一覧部分 */
.shop02 {
	width: 795px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.shop02 table {
	width: 795px;
	color: #666666;
}
.shop02 td {
	padding: 10px 10px 20px;
	border-top-style: none;
	border-right-style: none;
	text-align: center;
	background-color: #F2F2F2;
}
.shop02 th {
	padding: 10px;
}

/* タイトル */
.stl01 {
	width: 700px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	padding: 10px;
	margin-top: 20px;
}
.stl02 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.stl03 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.stl04 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	border-top-style: none;
}

/* フォント */
.sft01 {
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
}
.sft02 {
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.sft03 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
}

/* スペース */
.spr1 {
	margin-right: 1px;
}

.spd5 {
	margin-bottom: 10px;
}
/* レイアウト */
.spbox01 {
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 30px;
}
.menubox02 {
	width: 178px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
