@charset "UTF-8";
/*-----------------------------------------
基本スタイルシート
更新日：2010年4月15日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー（headメニューと検索ボックス）
・メインイメージ（Flash）設定
・メイン横メニュー
・各ページ共通メインコンテンツ
・トップページ・オススメ商品
・フッター
・商品一覧ページ
・商品詳細ページ
・cubeシステムテーブル設定
・お問い合わせ
・検索結果
・現在のカートの中身
・ログイン
・ご利用規約
・お客様情報入力
・プライバシーポリシー
・ＭＹページ
・MTメールフォーム
・シングルページ

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

table {
	font-size: 1em;
	line-height: 1.5em;
}

table th {
	font-weight: bold!important;
	font-weight: normal;
}

#wrap a:hover img {
	filter:alpha(opacity= 80); /* IE */
	-moz-opacity:0.80; /* Firefox CSS3以前 */
	opacity:0.80; /* CSS3 */
}

/*　テキスト下線消去　*/
a{
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}

/*　基本リンク色設定　*/
a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#FF3300;
	text-decoration: underline;
}

a:active {
	color:#333333;
}

.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

.red01 {
	color:#FF0000;
}

.red01 a:link {
	color:#FF0000;
	text-decoration: underline;
}

.red01 a:visited {
	color:#FF0000;
	text-decoration: underline;
}

.red01 a:hover {
	color:#333333;
}

.red02 {
	color:#FF0000;
	font-weight: bold;
}

.red03 {
	color:#FF0000;
	font-size: 1.6em;
	font-weight: bold;
}

.blue01 {
	color: #0033FF;
}

.bold01 {
	font-weight: bold;
}

.pagetop01 {
	text-align: right;
	margin-right: 40px;
	margin-bottom: 15px;
	clear: both;
}

/*-------------------------------------
　　・body設定
-------------------------------------*/

/*　body設定　*/
body {
	font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(/user_data/packages/default/img/back01.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
	position: relative;
	min-width: 950px;
}

/*　全体を覆うラップ設定　*/
#wrap {
	width: 950px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

/*-------------------------------------
　　・ヘッダー（検索ボックス）設定
-------------------------------------*/
#header {
	height: 100px;
	width: 950px;
	background-image: url(/user_data/packages/default/img/header01.jpg);
	background-repeat: no-repeat;
}

#header_wrap {
	clear: both;
	height: 155px;
	width: 950px;
	width: 100%;
	background-image: url(/user_data/packages/default/img/header_back01.jpg);
	margin-right: -500%;
	margin-bottom: 0;
	margin-left: -500%;
	padding-top: 0;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
}

* html #header_wrap { /* for IE6 */  
	position: relative;  
	zoom: 1;  
}

*:first-child+html #header_wrap { /* for IE7 */  
	position: relative;
	zoom: 1;
}

/*-----------------------------------
　　・ヘッダー右上メニュー設定
------------------------------------*/

#head_menu {
	width: 400px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(/user_data/packages/default/img/head_menu01.jpg);
	float: right;
}

#head_menu ul li  {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
}

#head_menu .head_menu01 a {
	display: block;
	height: 25px;
	width: 78px;
}

#head_menu .head_menu01 a:hover {
	background-image: url(/user_data/packages/default/img/head_menu01.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

#head_menu .head_menu02 a {
	display: block;
	height: 25px;
	width: 92px;
}

#head_menu .head_menu02 a:hover {
	background-image: url(/user_data/packages/default/img/head_menu01.jpg);
	background-position: -78px bottom;
	background-repeat: no-repeat;
}

#head_menu .head_menu03 a {
	display: block;
	height: 25px;
	width: 128px;
}

#head_menu .head_menu03 a:hover {
	background-image: url(/user_data/packages/default/img/head_menu01.jpg);
	background-position: -170px bottom;
}

#head_menu .head_menu04 a {
	display: block;
	height: 25px;
	width: 102px;
}

#head_menu  .head_menu04 a:hover {
	background-image: url(/user_data/packages/default/img/head_menu01.jpg);
	background-position: -298px bottom;
}


/*-----------------------------------
　　・メインイメージ設定
------------------------------------*/
#main_image {
	width: 740px;
	background-image: url(/user_data/packages/default/img/main_image01.jpg);
	background-repeat: no-repeat;
	float: right;
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/
#main_menu {
	width: 950px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	color: #FFFFFF;
	margin-top: 15px;
}

#main_menu ul li  {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
}

#main_menu .menu01 a {
	display: block;
	height: 50px;
	width: 130px;
}

#main_menu .menu01 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

#main_menu .menu02 a {
	display: block;
	height: 50px;
	width: 158px;
}

#main_menu  .menu02 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -130px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu03 a {
	display: block;
	height: 50px;
	width: 155px;
}

#main_menu  .menu03 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -288px bottom;
}

#main_menu  .menu04 a {
	display: block;
	height: 50px;
	width: 133px;
}

#main_menu  .menu04 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -443px bottom;
}

#main_menu  .menu05 a {
	display: block;
	height: 50px;
	width: 115px;
}

#main_menu  .menu05 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -576px bottom;
}

#main_menu  .menu06 a {
	display: block;
	height: 50px;
	width: 125px;
}

#main_menu  .menu06 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -691px bottom;
}

#main_menu  .menu07 a {
	display: block;
	height: 50px;
	width: 134px;
}

#main_menu  .menu07 a:hover {
	background-image: url(/user_data/packages/default/img/main_menu01.jpg);
	background-position: -816px bottom;
}



/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/
#container {
	clear: both;
	margin-top: 10px;
}

* html #container {
    height: 1em;
    overflow: visible;
}

/*-----------------------------------
　　　・左カラム設定
------------------------------------*/
#leftcolumn {
	width: 200px;
	float: left;
	margin-bottom: 40px;
	padding-right: 10px;
}


.left_menu01 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.left_menu01 li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}

.left_menu02 li {
	list-style-type: none;
}

.area_under {
	background-image: url(/user_data/packages/default/img/left_under.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 4px;
	margin-bottom: 10px;
}

.area_under2 {
	background-image: url(/user_data/packages/default/img/right_under.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
	margin-bottom: 10px;
}

/* 現在のカートの中（左メニュー） */
#cartarea {
	padding-top: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
}

#cartarea p {
	line-height: 1.5em;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 1.2em;
}

.price {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}

.btn {
	margin-top: 10px;
	text-align: center;
}

/*　カテゴリーエリア　*/
#categoryarea {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
}

#categoryarea li {
	list-style-type: none;
}

.level1 {
	font-weight: bold;
	background-image: none;
	display: block;
}

.level1 a {
	font-weight: bold;
	background-image: none;
	display: block;
	color: #333333;
}

.level1 a:link {
	text-decoration: none;

}

.level1 a:visited {
	text-decoration: none;
}

.level1 a:hover {
	color:#FF0000;
	background-image: none;
	text-decoration: none;
	background-color: #EBEBEB;
}

.level2 {
	font-weight: normal;
	background-image: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.level2 a {
	font-weight: normal;
	background-image: none;
	display: block;
	color: #333333;
}

.level2 a:link {
	text-decoration: none;
}

.level2 a:visited {
	text-decoration: none;
}

.level2 a:hover {
	color:#301A03;
	background-image: none;
	text-decoration: none;
	background-color: #F5F5F5;
}

.left_pegenavi {
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 238px;
}

.left_pegenavi li {
	list-style-type: none;
	margin-bottom: 5px;
}

.left_banner li {
	list-style-type: none;
	margin-bottom: 10px;
}

/*　検索条件（左メニュー）　*/
#leftcolumn #searcharea {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9F9F9;
	margin: 10px;
	border: 1px solid #999999;
}

#searcharea .src_txt01 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#searcharea .box142 {
	margin-left: 25px;
}

/*　ログインエリア　*/
#loginarea {
	padding-top: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
}

#login {
	margin-right: 20px;
	margin-left: 20px;
}

/*-----------------------------------
　　　・3カラム設定
------------------------------------*/
#three_maincolumn {
	float: left;
	margin-bottom: 20px;
	width: 530px;
	padding-right: 10px;
}

/*-----------------------------------
　　　・2カラム設定
------------------------------------*/
#two_maincolumn {
	float: right;
	margin-bottom: 20px;
	width: 740px;
}

.right_h2A {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

.info_boxA {
	height: 150px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.info_boxA h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

.info_boxA dl {
	margin-bottom: 10px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;
}

.info_boxA dt {
	margin-bottom: 3px;
	color: #FF0000;
	background-image: url(/user_data/packages/default/img/news_icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.info_boxA dd {
	line-height: 1.5em;
}

.right_h2B {
	margin-bottom: 15px;
}

.right_h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: left;
	clear: both;
	text-indent: 20px;
	background-color: #F7E0B4;
	color: #8B4023;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 2em;
}

.ex_box01 {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.ex_box01 table {
	width: 550px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.ex_box01 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

/*-----------------------------------
　　　・右カラム設定
------------------------------------*/
#rightcolumn {
	width: 200px;
	float: right;
	margin-bottom: 40px;
}

/*-----------------------------------
　・トップページ・オススメ商品設定
------------------------------------*/
.recommendarea {
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.recommendarea a:link {
	text-decoration: none;

}

.recommendarea a:visited {
	color:#000000;
	text-decoration: none;
}

.recommendarea a:hover {
	color:#FF0000;
	text-decoration: underline;
}


.recommendblock {
	overflow: hidden;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}

.recommendblock:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .recommendblock {
    height: 1em;
    overflow: visible;
}

/*　新入荷商品用new　*/
.recommend_new1 {
	float: left;
	width: 130px;
	padding-right: 15px;
	padding-left: 15px;
}

/*　おすすめ商品用　*/
.recommend_01 {
	float: left;
	width: 130px;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}

.recommend_02 {
	float: left;
	width: 130px;
	padding-right: 15px;
	padding-left: 15px;
}

.recommend_03 {
	float: left;
	width: 130px;
	padding-right: 15px;
	padding-left: 15px;
}

.recommendblock h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	text-decoration: none;
}

.recommendblock img {
	width: 130px;
	border: 1px solid #000000;

}

.recommendblock p {
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
}

.recommend_photo {
	text-align: center;
	margin-bottom: 3px;
}

.recommendblock .mini {
}

.recommendblock .price {
	color: #FF3300;
	line-height: 1.1em;
}

/*-----------------------------------
　　　・フッター設定
------------------------------------*/

.pagetop01 {
	clear: both;
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#footer_menu {
	clear: both;
	width: 950px;
	text-align: center;
	height: 40px;
	background-image: url(/img/footer_back02.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}

#footer_menu ul {
	padding-top: 25px;
}

#footer_menu li {
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
}

#footer {
	clear: both;
	height: 40px;
	width: 950px;
	width: 100%;
	background-image: url(/user_data/packages/default/img/footer_back01.jpg);
	margin-right: -500%;
	margin-bottom: 0;
	margin-left: -500%;
	padding-top: 0;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
}

* html #footer { /* for IE6 */  
	position: relative;  
	zoom: 1;  
}

*:first-child+html #footer { /* for IE7 */  
	position: relative;
	zoom: 1;
}

.pagetop01 {
	clear: both;
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#footer_menu {
	clear: both;
	width: 950px;
	text-align: center;
	background-image: url(/img/footer_back02.jpg);
	background-repeat: no-repeat;
}

#footer_menu ul {
	margin-top: 10px;
	margin-bottom: 10px;

}

#footer_menu li {
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
}

/*-----------------------------------
　　　・商品一覧
------------------------------------*/
#undercolumn {
	margin-bottom: 10px;
}

#undercolumn:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #undercolumn {
    height: 1em;
    overflow: visible;
}

#listtitle h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

.pagenumberarea {
	background-color: #f5eff6;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #574B3F;
	margin-top: 10px;
}

.pagenumberarea li {
	display: inline;
	list-style-type: none;
	color: #5D4F42;
}

.pagenumberarea li a {
	color: #574A37;
}

.pagenumberarea .left {
	padding-left: 25px;
	padding-right: 10px;
}

.pagenumberarea .center {
	text-align: center;
}

.pagenumberarea .right {
	text-align: right;
	padding-right: 25px;
	padding-left: 10px;
}

.listarea {
	overflow: hidden;
	margin-top: 15px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.listarea a:link {
	text-decoration: none;

}

.listarea a:visited {
	color:#333333;
	text-decoration: none;
}

.listarea a:hover {
	color:#000000;
	text-decoration: none;
	background-color: #dbdaed;
}


.listarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .listarea {
    height: 1em;
    overflow: visible;
}

.listphoto img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.list_block01 {
	float: left;
	width: 150px;
	clear: both;
	padding-right: 15px;
}

.list_block02 {
	float: left;
	width: 150px;
	padding-left: 15px;
	padding-right: 15px;
}

.list_block03 {
	float: left;
	width: 150px;
	padding-left: 15px;
	padding-right: 15px;
}

.list_block04 {
	float: left;
	width: 150px;
	padding-left: 15px;
}

.listarea h3 {
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: normal;
}

.listphoto {
	text-align: center;
}

.listarea .mini {
}

.listarea .price {
	color: #FF0000;
	line-height: 1.1em;
}

.status_icon li {
	margin-bottom: 2px;
	list-style-type: none;
	margin-top: 3px;
}

.listarea .btnbox {
	margin-top: 10px;
}

/*-----------------------------------
　　　・商品詳細ページ
------------------------------------*/
#detailarea {
	margin-bottom: 15px;
}

#detailarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #detailarea {
    height: 1em;
    overflow: visible;
}

#detailtitle h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

#detailphotoblock {
	width: 380px;
	padding-left: 25px;
	float: left;
}

#detailrightblock {
	float: right;
	padding-right: 25px;
	width: 230px;
}

#whoboughtarea {
	clear: both;
}

.detail_photo {
	padding-top: 15px;
}

.detail_photo img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #999999;
}

.detail_photo_sub {
	margin-top: 10px;
}

.detail_photo_sub img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #999999;
}

#detailrightblock {
	margin-top: 15px;
}

#detailrightblock li {
	display: inline;
	list-style-type: none;
}

.detail_comment {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#detailarea .price {
	color: #FF0000;
	font-size: 1.3em;
}

#detailarea dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_cat {
	margin-top: 10px;
	margin-bottom: 15px;
}

/*-----------------------------------
　・商品詳細 その他のオススメ商品
------------------------------------*/
#whoboughtarea {
	width: 650px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 15px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#whoboughtarea img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.whobought01 {
	float: left;
	width: 155px;
	clear: both;
	padding-right: 10px;
}

.whobought02 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.whobought03 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.whobought04 {
	float: left;
	width: 150px;
}

#whoboughtarea h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

#whoboughtarea .price {
	color: #FF0000;
}


/*-----------------------------------
　　　・cubeシステムテーブル設定
------------------------------------*/

.tableA {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AE9B8D;
	border-left-color: #AE9B8D;
}

.tableA th {
	width: 130px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
}

.tableA td {
	line-height: 1.5em;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/*-----------------------------------
　　　・お問い合わせ
------------------------------------*/
#undercolumn_contact .contact_top {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.5em;
}

#undercolumn_contact .attention {
	color: #FF0000;
	font-weight: normal;
}

.tblareabtn {
	text-align: center;
}

/*-----------------------------------
　　　・検索結果
------------------------------------*/
.pagecondarea {
	margin-bottom: 15px;
	margin-left: 25px;
}

.pagecondarea li {
	margin-bottom: 3px;
	list-style-position: inside;
	list-style-type: square;
}

/*-----------------------------------
　　　・現在のカートの中身
------------------------------------*/
#under02column {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}

#under02column h2 {
	margin-bottom: 20px;
}

#under02column h3 {
	background-image: url(/user_data/packages/default/img/bar_back02.gif);
	background-repeat: repeat-x;
	height: 33px;
}

#under02column  .title {
	width: 900px;
	height: 40px;
	background-image: url(/user_data/packages/default/img/title_back01.jpg);
	background-repeat: repeat-x;
}

#under02column_cart .totalmoneyarea {
	line-height: 1.5em;
}

#under02column  table {
	border: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

#under02column  th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
}

#under02column  td {
	line-height: 1.5em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#under02column .cart_sakujyo {
	width: 40px;
}

#under02column li {
	display: inline;
	list-style-type: none;
}

#under02column .pricetd_max {
	font-weight: bold;
}

#under02column_cart .tblareabtn {
	text-align: center;
	margin-top: 25px;
}

/*-----------------------------------
　　　・ログイン
------------------------------------*/
#under02column_login {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#under02column_login p {
	line-height: 1.5em;
}

.inputbox {
	margin-top: 10px;
}

#under02column_login .tblareabtn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#under02column_login .loginarea {
	margin-top: 25px;
}

#under02column_login .inputbox02 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*-----------------------------------
　　　・会員登録
------------------------------------*/
#undercolumn_entry {
	padding: 15px;
}

.entry_h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

.kiyaku_txt01 {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#undercolumn_entry textarea {
	font-size: 1em;
	margin-top: 10px;
}

#undercolumn_entry .tblareabtn {
	text-align: center;
	margin-top: 15px;
}

/*-----------------------------------
　　　　・お客様情報入力
------------------------------------*/
.flowarea {
	text-align: center;
	margin-bottom: 15px;
}

#under02column_customer {
	margin-top: 15px;
	margin-bottom: 30px;

}

.attention {
	color:#FF0000;
}

#under02column_shopping {
	margin-bottom: 25px;
}

#one_maincolumn .tblareabtn {
	text-align: center;
}

.payarea .pointarea {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}

.payarea02 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pointarea {
	margin-bottom: 15px;
}

#under02column_shopping03 {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 50px;
}

#completetext {
	line-height: 1.8em;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*-----------------------------------
　　　・プライバシーポリシー
------------------------------------*/
.pp01 {
	line-height: 1.8em;
}

.pp01 ul , .pp01 ol {
	margin: 10px;
}

.pp01 ol li{
	list-style-position: inside;
}

.pp01 ul li {
	list-style-position: inside;
	list-style-type: square;
}

/*-----------------------------------
　　　・ＭＹページ
------------------------------------*/
.mypege_title {
	background-image: url(/user_data/packages/default/img/title_back02.jpg);
	background-repeat: repeat-x;
}

#undercolumn02_single {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}

#undercolumn02_single:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #undercolumn02_single {
    height: 1em;
    overflow: visible;
}

#undercolumn02_single h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

#mypagecolumn {
	width: 910px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	line-height: 1.8em;
}

#mypagecolumn h2 {
	background-image: url(/user_data/packages/default/img/title00.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

#mynavarea {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}

#mynavarea ul {
	margin-bottom: 15px;
}

#mynavarea li {
	list-style-type: none;
}

#mycontentsarea {
	float: left;
	width: 720px;
}

#mycontentsarea h3 {
	background-image: url(/user_data/packages/default/img/bar_back03.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

#mycontentsarea p {
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 1.5em;
}

#mycontentsarea table {
	margin-left: 10px;
	border: 1px solid #999999;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#mycontentsarea tr {
}

#mycontentsarea th {
	font-size: 1em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
}

#mycontentsarea td {
	line-height: 1.5em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mypagecolumn .tblareabtn {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*-----------------------------------
　　　・シングルページ
------------------------------------*/
.title {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 1em;
	color: #000000;
	line-height: 2.5em;
	height: 35px;
	clear: both;
}

.title_h3 {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	font-size: 1.2em;
}

#undercolumn_single {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#undercolumn_single:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #undercolumn_single {
    height: 1em;
    overflow: visible;
}


#undercolumn_single h3 {
}

.page_single_wrap01 {
	line-height: 1.8em;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}

.page_single_wrap02 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.8em;
}

#undercolumn_single .02table {
	line-height: 0.8em;
}

#undercolumn_single ol {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#undercolumn_single ol li {
	list-style-position: inside;
	margin-bottom: 5px;
}

#undercolumn_single .name01 {
	text-align: right;
	margin-top: 25px;
}

#undercolumn_single .text {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.5em;
}

.page_map01 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

.page_map01 h4 {
	margin-top: 10px;
	font-size: 1em;
}

.page_map01 li {
	list-style-position: inside;
	list-style-type: square;
	margin-top: 3px;
	margin-left: 5px;
}

#undercolumn_single .otoiawase {
	margin-top: 10px;
}

/*-----------------------------------
　　　・カレンダー
------------------------------------*/
#block-calendar {

}

#block-calendar table {
	border-collapse: collapse;
	text-align:center;
	width: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#block-calendar th, #block-calendar td {
	padding: 2px 4px;
	border: 1px solid #999999;
}

#block-calendar th {
	color: #FFFFFF;
	background-color: #595959;
}

#block-calendar .off {
	color: #FFFFFF;
	background-color: #FF2D2D;
}

#block-calendar caption {
	color: #000000;
	text-align: center;
	font-weight: bold;
}


/*-----お買い物ガイド--------*/
.guide01 li {
	list-style-position: inside;
	list-style-type: disc;
}

.guide01_li {
	background-image: url(/user_data/packages/default/img/sankaku01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

/*--------メールフォーム--------*/
.form01 h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

.req {
	color: #FF0000;
}

.form01 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;
}

.form01 th {
	padding: 10px;
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	width: 120px;
}

.form01 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.form01 .btn {
	margin-left: 30px;
}

.cf_text_label input {
	width: 300px;
}

.cf_email_value input {
	width: 300px;
}

.cf_text_value input {
	width: 250px;
}

.cf_simathi_value input {
	width: 300px;
}

.cf_kennbutu_value input {
	width: 300px;
}

.cf_text_value {
	width: 480px;
}

.cf_textarea_value textarea {
	height: 100px;
	width: 450px;
}

/*-----特別設定--------*/
.top_img01 {
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 15px;
}

.top_text01 {
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 15px;
	line-height: 1.5em;
	width: 645px;
}

.content01 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.content01 li {
	padding-right: 5px;
	background-image: url(/user_data/packages/default/img/left_icon01.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
	background-position: 0px 4px;
	list-style-type: none;
}

#single_page {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#single_page h2 {
	background-image: url(/user_data/packages/default/img/right_bar00.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-indent: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2.2em;
}

#undercolumn_single h3 {
	height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	clear: both;
	text-indent: 30px;
	background-color: #E6E6E6;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
}

#undercolumn_single h4 {
	font-size: 1em;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #FF0000;
}

.single_tableA table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 700px;
	margin-left: 20px;
}

.single_tableA th {
	padding: 10px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	width: 120px;
}

.single_tableA td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

.single_tableA li {
	list-style-position: inside;
}

.single_tableB table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 675px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.single_tableB td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: top;
}

.single_tableC table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 400px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.single_tableC td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.page_single_wrap01 {
	line-height: 1.8em;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 2px solid #CFD9AE;
	background-color: #ECEADB;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	margin-top: 15px;
}

.map {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
}

.news_box {
	margin-bottom: 25px;
	margin-right: 15px;
	margin-top: 15px;
}

.news_box li {
	line-height: 2em;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	background-image: url(/user_data/packages/default/img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 0 9px;
	text-indent: 25px;
}

.gallery01 table {
	width: 660px;
}
.gallery01  td {
	padding: 15px;
}

.img01 {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.text01 {
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.tenshu-banner {
	background-image: url(/user_data/packages/default/img/right_banner05B.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.tenshu-banner-text {
	font-size: 0.9em;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}

.right {
	font-size: 1.1em;
	line-height: 1.5em;
}

.center {
	text-align: center;

}

