/* CSS Document */
/*********************************************
**    Copyright (c) 2009 .
**    MAPUTO All Rights Reserved.
**********************************************/
/*******************************************************************
Initialization
********************************************************************/
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin			: 0;
	padding			: 0;
}

table {
	border-collapse	: collapse;
	border-spacing	: 0;
}
fieldset,img {
	border			: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style		: normal;
	font-weight		: normal;
}
ol,ul { 
	list-style		: none;
}

li {
	list-style		: none;
}
caption,th {
	text-align		: left;
}
input, textarea, select {
	font-family		: inherit;
	font-weight		: inherit;
	font-size		: small;
}
h1,h2,h3,h4,h5,h6 { 
	font-size		: small;
}
img {
	border			: 0;
}


/********************************************************************/
/* HTMLタグ要素 */
body {
	background: url(image/back02.jpg) repeat-x 0 0;
	color: #666666;
	line-height: 140%;
	font-size: 13px;
	word-break: break-all;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

a {
	font-weight: bold;
	color: #F72EA0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFB5DA;
}

h1 {
	font-weight: normal;
}


h3 {
	color: #FF3399;
}


form {
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}


/********************************************************************/
/* 大外 */
#container {
	width: 884px;
	background: #ffffff;
	margin: 0 auto;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: 877px;
	margin:0 auto;
	background: url(image/header_image02.jpg) no-repeat top left;
	height: 138px;
}

/*IE7 hack*/
*:first-child+html #header {
	height: 170px;
}
/*end*/

/* ヘッダー下ライン */
#bline {
}

/********************************************************************/
/* キャッチコピー */
#copy {
	width: 877px;
	margin:0 auto;
	background: url(image/header_image01.jpg) no-repeat top left;
	padding: 15px 0 9px 0;
	font-weight: bold;
	color: #F30A91;
	text-align:center;
}

/*IE7 hack*/
*:first-child+html #copy {
	padding: 14px 0 9px 0;
}
/*end*/
/*IE6 hack*/
*html #copy {
	padding: 14px 0 9px 0;
}
/*end*/

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 360px;
	float: left;
	margin: 20px 0 0 0;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	margin: 0 0 0 260px;
	font-weight: normal;
	float: left;
	text-indent:-2000px;
}

/*IE6 hack*/
*html .shoptext {
	margin: 0 0 0 130px;
}
/*end*/

/* リンク */
.shoptext a {
	overflow: hidden;
	width:400px;
	height:100px;
	display:block;
}



/********************************************************************/
/* サブナビゲーション */
.subnavi {
	width: 860px;
	margin: 40px 5px 10px 0;
	float: right;
	color: #FF0099;
	text-align: right;
}

/*IE6 hack*/
*html .subnavi {
	margin: 40px 0 10px;
	padding: 0 10px 0 0;
}
/*end*/

.subnavi a {
	color: #FF0099;
}

.subnavi input {
	padding: 2px;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	background: url(image/subicon01.gif) no-repeat left center;
	padding: 0 0 0 17px;
	margin: 0 3px 0 0;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	background: url(image/subicon02.gif) no-repeat left center;
	padding-left: 17px;
	margin: 0 5px 0 0;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	padding-left: 15px;
	background: url(image/list_small.gif) no-repeat left 0.1em;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background: url(img/icon_winclose.gif) no-repeat left center;
	padding-left: 15px;
}

form input.searchinput {
	margin: 0 0 0 5px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}
/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 160px;
	margin: 0 5px 10px 0;
	padding: 0;
}

/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0 0 20px;
	padding: 0;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: 160px;
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}
.category_title h3 {
	color:#ffffff;
	margin:0 0 0 15px;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	margin: 1px 0 0 0;
	border:1px solid #FEC0E3;
	padding: 5px 0 5px;
	font-weight: bold;
	color: #FF0099;
}

.category_list ul {
	padding: 0 8px;
}

.category_list li {
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	line-height: 140%;
	background: url(image/list_small.gif) no-repeat left 0.1em;
}

/*IE7 hack*/
*:first-child+html .category_list li {
	background: url(image/list_small.gif) no-repeat left 0.2em;
}

*:first-child+html .category_list li ul {
	padding: 0;
	margin: 3px 0 0 -10px;
}
/*end*/

/*IE6 hack*/
*html .category_list li {
	background: url(image/list_small.gif) no-repeat left 0.2em;
}

*html .category_list li ul {
	padding: 0;
	margin: 3px 0 0 -10px;
}
/*end*/

/* サブカテゴリの左スペースの調整 */
.category_list ul.folder0 li,
.category_list ul.folder1 li,
.category_list ul.folder2 li,
.category_list ul.folder3 li,
.category_list ul.folder4 li,
.category_list ul.folder5 li,
.category_list ul.folder6 li,
.category_list ul.folder7 li,
.category_list ul.folder8 li,
.category_list ul.folder9 li,
.category_list ul.folder10 li  {
	margin-left	: 20px;
	padding-left: 12px;
	background	: url( image/list_super_small.gif) no-repeat 0 0.4em;
}


/*　親カテゴリの色※特集も共通 */
.mcategory a {
	color: #FF0099;
}

.mcategory a:visited {
	color: #FF0099;
}

.mcategory a:hover {
	color: #FFB5DA;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: 160px;
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}
.pickup_category_title h3 {
	color:#ffffff;
	margin:0 0 0 15px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	margin: 1px 0 0 0;
	border:1px solid #FEC0E3;
	padding: 5px 0 5px;
	font-weight: bold;
	color: #FF0099;
}

.pickup_category_list ul {
	padding: 0 8px;
}
.pickup_category_list li {
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	line-height: 140%;
	background: url(image/list_small.gif) no-repeat left 0.2em;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: 158px;
	border-top:1px solid #FEC0E3;
	border-left:1px solid #FEC0E3;
	border-right:1px solid #FEC0E3;
}

/* ショップ通信 */
.shop {
	padding: 10px 8px;
	background: #ffffff url(image/side_linklist_back.jpg) no-repeat left top;
	border-bottom:1px solid #FEC0E3;
	}

.shop a {
	padding: 0 0 0 15px;
}

/* 店長日記 */
.diary {
	padding: 10px 8px 10px 23px;
	background: #ffffff url(image/side_linklist_back.jpg) no-repeat left top;
	border-bottom:1px solid #FEC0E3;
}



/* リンク集 */
.link {
	padding: 10px 8px 10px 23px;
	background: #ffffff url(image/side_linklist_back.jpg) no-repeat left top;
	border-bottom:1px solid #FEC0E3;
}


/* 掲示板 */
.bbs {
	padding: 10px 8px 10px 23px;
	background: #ffffff url(image/side_linklist_back.jpg) repeat-x;
	border-bottom:1px solid #FEC0E3;
}

/* フリー */
.free_menu {
	padding: 10px 8px 10px 23px;
	background: #ffffff url(image/side_linklist_back.jpg) no-repeat left top;
	border-bottom:1px solid #FEC0E3;
}


/* yahooオークション */
.yahoo {
	width: auto;
	height: 25px;
	margin: 0 0 0;
	padding: 10px 0 0 18px;
	background: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 25px;
	margin: 0 0 0;
	padding: 10px 0 0 18px;
	background: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 25px;
	margin: 0 0 0;
	padding: 10px 0 0 18px;
	background: url(img/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo a {
	font-size: 10px;
}

.rakuten a {
	font-size: 10px;
}

.bidders a {
	font-size: 10px;


}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: 160px;
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}

.shopc_title h3 {
	color:#ffffff;
	margin:0 0 0 15px;
}

/* カートの中身大枠 */
.shopc_list {
	background-color: #FFFFFF;
	margin: 1px 0 0 0;
	border:1px solid #FEC0E3;
	padding: 5px 0 5px;
	font-weight: bold;
	color: #FF0099;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	padding: 5px 0 5px 30px;
	background: url(img/cart.gif) no-repeat left center;
	border-bottom: 1px solid #FF5CAD;
	font-weight: bold;
	color: #FF0099;
}


/* カートの中身商品リスト */
.shopc_in {
	background-color: #FFECF5;
	border-bottom: 1px solid #FF5CAD;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}

.shopc_in h2 {
	font-size: 13px;
}

.shopc_in select {
	font-weight: normal;
}

.shopc_in input {
	font-weight: normal;
	padding: 2px;
}

#total_price {
	padding: 5px;
}

input.changeinput {
	margin: 5px 0 0 0;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}

input.deleteinput {
	margin: 5px 0 0 0;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}

input.registerinput {
	margin: 5px 5px 0 5px;
	cursor: pointer;
}

input.logininput {
	margin: 5px 5px 0 5px;
	cursor: pointer;
}

input.logoutinput {
	margin: 5px 5px 0 5px;
	cursor: pointer;
}

/* レジに行く */
.shopc_go {
	
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	padding: 0;
	margin: 0 0 0 -15px;
	z-index: 1;
}

/* 左td */
#lefttd {
	padding: 0 0 0 13px;
}

/* 中央td */
#centertd {
width:500px;
	padding: 15px 0 15px 2px;
}

/* 右td */
#righttd {
	padding: 15px 0 15px 20px;
}

/* 内部ページtd */
#pagetd {
padding: 0 0 0 13px;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 0 solid #666666;
	border-bottom: 0 solid #666666;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 0 solid #666666;
	border-bottom: 0 solid #666666;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 0 solid #666666;
	border-bottom: 0 solid #666666;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 0 solid #666666;
	border-bottom: 0 solid #666666;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
	width:100%;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #FEC0E3;
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	color: #F84AA6;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	padding: 5px 8px 0 8px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 25px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0 10px 0 0;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #FEC0E3;
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	color: #F84AA6;
	font-weight:bold;
	font-size:15px;
}

/* 大枠中 */
.whatnew_middle {
	width: auto;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	color:#F84AA5;

}

.whatnew_middle ul {
margin: 0 5px;
}

.whatnew_middle ul li {
	background: url(image/list_small.gif) no-repeat left 0.1em;
	padding: 0 0 0 17px;
	margin: 0 0 5px;
}

/* リンク */
.whatnew_middle ul li a {
	color: #F84AA5;
	font-weight:normal;
	margin: 0 0 0 5px;
}

.whatnew_middle ul li a:hover {
	color: #FFB5DA;
	text-decoration: underline;
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	margin: 0 5px 0 0;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	background: #FF78B0 url(image/main_title_back.jpg) no-repeat left top;
	padding: 7px 0 7px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

/* 大枠中 */
.style1_middle {
	border:1px solid #FEC0E3;
	padding: 5px 10px 5px 10px;
	margin: 1px 0 0;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	height: 15px;
}

/* コピー */
.style1_copy {
	margin: 0 0 5px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
	width: auto;
	
}

/* 各テーブル枠中 */
.style1_table_middle {
	width: auto;
	padding: 0 5px 5px 5px;
}

/* 各テーブル枠下 */
.style1_table_bottom {
	width: auto;
}

/* テーブル */
.style1_table {
	width: 466px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
}

/* 説明 */
.style1_text {
	width: auto;
	padding: 5px;
	font-size: 13px;
}

.style1_text h2 {
	font-size: 13px;
	color: #F72EA0;
}

.style1_text h2 a {
	color: #F72EA0;
}

/* 商品名 */
.item_name {
	font-size: 14px;
	color: #F72EA0;
	font-weight: bold;
}

/* 価格 */
.price {
	font-size: 10px;
	color: #FF6699;
	font-weight: bold;
}

.pricech {
	font-size: 13px;
	font-size: #FF6699;
}

/* 価格大 */
.priceb {
	color: #FF6666;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #666666;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 28px;
	background-image: url(img/top_title_bg.gif);
	padding: 27px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
}

/* 大枠中 */
.style2_middle {
	width: 479px;
	background-color: #FFFFFF;
	border-right: 1px solid #FF5CAD;
	padding: 5px 10px 5px 10px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-color: #FFFFFF;
	border-right: 1px solid #FF5CAD;
	border-bottom: 1px solid #FF5CAD;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #FF2D96;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
	width: auto;
	height: 20px;
	background-image: url(img/text_top_bg.gif);
	margin: 5px 0 0 0;
	padding: 0;
}

/* 各テーブル枠中 */
.style2_table_middle {
	width: auto;
	padding: 0 5px 5px 5px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
	width: auto;
	padding: 0 5px 5px 5px;
}

/* テーブル */
.style2_table {
	width: 468px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0 5px 0 0;
}

/* 説明 */
.style2_text {
	width: auto;
	padding: 5px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 468px;
	margin-top: 0;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
	width: 117px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	margin: 0 1px 0 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0 12px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: 80px;
	margin: 0 8px;
	color: #FFFFFF;
}

/* 1位テキスト */
.rank1 {
	font-weight: bold;
	width: auto;
	padding-left: 5px;
	color: #FF2D96;
}

/* 2-5位テキスト */
.rank2-5 {
	font-weight: bold;
	color: #FF2D96;
	margin: 0 0 5px 8px;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}

.style3_top h3 {
	color:#ffffff;
	margin:0 0 0 15px;
}

/* 大枠中 */
.style3_middle {
	width: 158px;
	border:1px solid #FEC0E3;
	margin: 1px 0 0 0;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	padding: 5px;
}

/* コピー */
.style3_copy {
	padding: 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FF2D96;
}


/* テーブル */
.style3_table {
	width: auto;
	margin: 0 0 10px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin:0 auto 5px;
}

/* 説明 */
.style3_text {
	margin: 5px 0 0;
	font-size: 10px;
	width:140px;
	margin:0 auto;
	line-height: 160%;
}
.style3_text h2 {
	font-size: 13px;
	color: #F72EA0;
	margin: 0 0 5px;
}

.style3_text h2 a {
	color: #F72EA0;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: 160px;
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}

.melmaga_top h3 {
	color: #ffffff;
	margin:0 0 0 15px;
}

/* 大枠中 */
.melmaga_middle {
	margin: 1px 0 0;
	background-color: #FFFFFF;
	border:1px solid #FEC0E3;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	padding: 5px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0 5px 0 5px;
}

.mailmagazineinput {
	width: 130px;
	padding: 2px;
	margin: 2px 0 3px;
	cursor: pointer;
}

.mobileinput {
	width: 130px;
	padding: 2px;
	margin: 2px 0 3px;
	cursor: pointer;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: 160px;
	padding: 8px 0;
	background: #FF77B0 url(image/side_title_back.jpg) no-repeat;
}

.tdiary_top h3 {
	color:#ffffff;
	margin:0 0 0 15px;
}

/* 大枠中 */
.tdiary_middle {
	margin: 1px 0 0;
	border: 1px solid #FEC0E3;
	padding: 5px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	padding: 5px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0 0 0 1px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
}

/* プロフィールタイトル */
.ttitle {
	font-weight: bold;
	color: #FF6699;
}

/* コメント */
.tcom {
	margin: 0 5px 0 5px;
	padding: 5px;
	background-color: #FFD7EB;
	font-size: 10px;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	padding: 0 0 15px 0;
}

/* 第二階層パンクズ */
#pan {
	margin: 5px 15px 15px 5px;
	color: #FF2FAC;
}

/* リンク色 */
#pan a {
	color: #F72FA1;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	background: #FF77B0 url(image/main2_title_back.jpg) no-repeat;
	margin: 10px 0 0 0;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

/*IE6 hack*/
*html .ptitle {
	margin: 5px 0 0 0;
}
/*end*/

/* 第二階層中 */
.pmiddle {
	border:1px solid #FEC0E3;
	padding: 5px 6px 10px 7px;
	margin: 1px 0 20px;
	width: 655px;
}

*html .pmiddle {
	padding: 5px 4px 10px 5px;
}

/* 第二階層下 */
.pbottom {
	width: 659px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	padding: 5px;
	color: #CCCCCC;
}

.item_bot_box2 {
	padding: 5px;
	color: #666666;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	background: url(image/list_large.jpg) no-repeat left 0.3em;
	padding: 9px 0 9px 25px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #F84AA6;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 340px;
	padding: 7px 0 0 15px;
	font-size: 13px;
	color: #FF6FB7;
	text-align: right;
}

.list_soat input {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}
	
/* 商品数 */
.list_count {
	width: auto;
	margin: 0 10px 5px;
	padding: 5px 0 5px 5px;
	color: #FF3399;
	border-bottom: 1px dotted #FEC0E3;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
	width: auto;
	margin: 10px 10px 0 10px;
}

/* 各テーブル枠中 */
.list_table_middle {
	margin: 0 10px;
	padding: 10px 5px 10px;
	border-bottom: 1px dotted #FEC0E3;
}

/* 各テーブル枠下 */
.list_table_bottom {
	width: auto;
	margin: 0 10px 0 10px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 628px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	margin: 10px 10px 0 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	padding: 10px;
	margin: 0 10px 0 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	margin: 0 10px 0 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 619px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	margin: 0 0 10px 0;
	padding: 5px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #FEC0E3;
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	color: #F84AA6;
	font-weight:bold;
	font-size:15px;
}

/* 詳細説明 */
.detail_sub_table {
	width: 619px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 619px;
	padding: 5px 0 0 0;
}

/* 詳細説明テキスト */
.detail_sub_text {
	padding: 5px;
	line-height: 140%;
	margin: 0 0 10px;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	margin: 0 5px 5px;
	padding: 5px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
	width: 206px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: 140px;
	height: auto;
	margin: 5px 22px 5px 22px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #FEC0E3;
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	color: #F84AA6;
	font-weight: bold;
	font-size: 15px;
}

/* 内部ページの中 */
.page_table_middle {
	margin: 0 20px 20px;
	padding: 10px 10px 0 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	margin: 0 20px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	border-bottom: 1px dotted #FEC0E3;
	margin: 10px 20px 0;
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0099;
}

/* 内部ページの中 */
.page_table2_middle {
	margin: 0 20px;
	padding: 10px 10px 0 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	height: 10px;
	margin: 0 20px 0 20px;
	padding: 0;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	border-bottom: 1px dotted #FEC0E3;
	margin: 10px 20px 0;
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0099;
}

/* 内部ページの中 */
.page_table3_middle {
	margin: 0 20px;
	padding: 5px 10px 0 10px;
}

.page_table3_middle ul {
	margin: 0 0 10px;
}
/* 内部ページの下 */
.page_table3_bottom {
	height: 10px;
	margin: 0 20px 0 20px;
	padding: 0;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	background: url(image/list_small.gif) no-repeat left 0.4em;
	border-bottom: 1px dotted #FEC0E3;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0099;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	background: url(img/icon_sub_title02.gif) no-repeat left 0.2em;
	border-bottom: 1px solid #FF5CAD;
	margin-bottom: 5px;
	padding: 9px 0 9px 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0099;
}

/* 内部テーブルフレーム */
.table_fream {
	width: 595px ;
}

.table_fream ul {


}

.inquiry {
	background: url(image/list_small.gif) no-repeat left 0.1em;
	padding: 0 0 0 18px;
	margin: 10px 0 0;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 595px;
	margin: 5px 0 5px 0;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
	width: 595px;
	margin: 5px 0 0;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	margin: 5px 5px;
	padding: 0 0 0 4px;
	line-height: 140%;
}

.point_box input {
	padding: 2px;
}


.point_box2 {
	width: auto;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 140%;
}

.point_box3 {
	margin: 10px;
	padding: 5px;
	text-align: center;
	line-height: 140%;
	background: #FEE3EC;
	border: 1px solid #FFCFE0;
}

.point_box3 input {
	padding: 2px;
}

.point_box3 input.sendinput {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}

/* エラーボックス */
.error_box {
	background-color: #FFECF5;
	margin: 5px 40px 10px 40px;
	padding: 10px;
	line-height: 140%;
	border: 1px solid #FFD7EB;
}

/* エラーテキスト */
.error_text {
	color: #FF0099;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 5px 0 5px 0;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	background-color: #FFFFFF;
	margin: 0 0 1px 5px;
	padding: 5px;
	text-align: right;
	line-height: 140%;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
	background-color:#FFECF5;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_2 {
	width: auto;
	background-color:#FFECF5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_3 {
	width: auto;
	background-color:#FFECF5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_4 {
	width: auto;
	background-color:#FFECF5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_1_check {
	width: auto;
	background-color:#FFD7EB;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FF0099;
}

.cart_step_2_check {
	width: auto;
	background-color:#FFD7EB;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FF0099;
}

.cart_step_3_check {
	width: auto;
	background-color:#FFD7EB;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FF0099;
}

.cart_step_4_check {
	width: auto;
	background-color:#FFD7EB;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FF0099;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 608px;
	text-align: center;
	margin: 10px 20px 0;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
	background-color:#F535A2;
	border: 1px solid #FFD7EB;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
	background-color:#FFFFFF;
	border: 1px solid #FFD7EB;
	padding: 5px;
}

.td_color2 input, .td_color2 textarea {
	padding: 2px;
}

.td_color3 {
	background-color:#FF9DCE;
	border: 1px solid #FFD7EB;
	padding: 5px;
	color: #FFFFFF;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #FEC0E3;
	background: url(image/list_large.jpg) no-repeat left 0.1em;
	color: #F84AA6;
	font-size: 15px;
	font-weight: bold;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {

}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	height: 10px;
	margin: 0 20px 0 20px;
}

/* テーブル */
.tdiary_news_table {
	width: 596px;
}

/* テキスト部分 */
.tdiary_news_text {
	margin: 0 10px 10px;
	width: 635px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0;
	padding: 10px 5px 0 0;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
	width: 150px !important;
	border-bottom: 1px dotted #FEC0E3;
}

/* td右 */
.td_link_shop2 {
	border-bottom: 1px dotted #FEC0E3;
}

/* 大枠 */
.link_shop {
	margin: 10px 5px 0 5px;
	padding: 10px 10px 0 10px;
}

/* テーブル */
.link_shop_table {
	width: 629px;
}

.link_shop_table td {
	padding: 5px;
}

/* ショップタイトル項目 */
.shop_title {
	background: url(image/list_small.gif) no-repeat left 0.7em;
	margin-bottom: 5px;
	padding: 9px 0 0 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0099;
}

/* リンクタイトル項目 */
.link_title {
	margin-bottom: 5px;
	padding: 9px 0 0 15px;
}

/* テキスト部分 */
.shop_link_text {
	margin: 0;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0;
	padding: 0 10px 5px 10px;
}

/********************************************************************/
/* 左サイドバナー */
.banner {
	margin-bottom:10px;
}
.banner img{
	margin-bottom: 5px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 10px 0 20px 0;
	font-size: 10px;
	text-align: center;
	color: #FA4FA7;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0;
}

/* リンク色 */
#ochanoko a {
	color: #FA4FA7;
	text-decoration: underline;
}

#ochanoko a:hover {
	color: #FFB5DA;
	text-decoration: none;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	margin: 20px 20px 0 20px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	height: 10px;
	margin: 0 20px 0 20px;
	padding: 0;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin: 10px auto 0 auto;
	padding: 0;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
}

.postinput {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	margin: 10px 0 0;
	cursor: pointer;
}

.resetinput {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	margin: 10px 0 0;
	cursor: pointer;
}

/* テーブル */
.bbs_table {
	width: 598px;
}

/* tdカラー */
.bbs_td_color1 {
	width: 20px;
	background-color:#FF9DCE;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
	background-color:#FFECF5;
	padding: 5px;
}

.bbs_td_color3 {
	width: 30px;
	background-color:#FFECF5;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFFF;
	margin: 5px 5px 15px 5px;
	padding: 10px;
}

.replyinput {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0;
	padding: 5px;
	color: #FF0099;
}

.secblank {
	height: 0;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b {
	margin: 0;
}

.bot_b input {
	padding: 2px;
	background: #FFAEC8 url(image/btn_back.jpg) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #FF6A9A;
	cursor: pointer;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
	font-weight: bold;
}

/* ノーマル */
.text-normal { 
	font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-weight: bold;
	font-size: 15px;
}

/* パンクズ現ページ */
.thispage {
	font-weight: bold;

}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 15px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 15px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: 100%;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #FF0099;
}
	/* 外部リンク */
	.side_box ul.ListOutLink {
		padding: 10px 0 5px;
	}
		.side_box ul.ListOutLink li {
			text-align:center;
			padding: 0 0 5px;
		}
