@charset "UTF-8";
/*-----------------------------------------
基本スタイルシート
更新日：2010年2月9日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー（headメニューと検索ボックス）
・メインイメージ（Flash）設定
・メイン横メニュー
・各ページ共通メインコンテンツ
・トップページ・オススメ商品
・フッター
・商品一覧ページ
・商品詳細ページ
・特定商取引に関する
・お問い合わせ
・検索結果
・現在のカートの中身
・ログイン
・ご利用規約
・お客様情報入力
・プライバシーポリシー
・ＭＹページ
・シングルページ

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
margin: 0px;
padding: 0px;
outline:none;
}

html {
overflow-y: scroll;
}

img {
border: none;
}

#container a:hover img {
filter:alpha(opacity= 80);
-moz-opacity:0.80; 
opacity:0.80;  CSS3 
}

/*　テキスト下線消去　*/
a{
text-decoration:none;
}


/*　基本リンク色設定　*/
a:link {
color:#505767;
}

a:visited {
color:#505767;
}

a:hover {
color: #FF6600;
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;
}

sub{
vertical-align: text-bottom;
}

/*-------------------------------------
　　・body設定
-------------------------------------*/

/*　body設定　*/
body {
font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
font-size: 0.8em;
background:url(../images/bg_body.jpg) top center repeat-y #E8E2CE;
text-align:center;
padding-top:5px;
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/

/*　全体を覆うラップ設定　*/
#wrap {
width:950px;
color:#555;
margin:0 auto;
text-align: left;
}

/*-------------------------------------
　　・ヘッダー
-------------------------------------*/
#header {
height:51px;
width:950px;
background:url(../images/bg_header.jpg) repeat-x;
}

#header p.logo{
float:left;
padding:9px 0 0 10px;
}

#header p.mypagebt{
float:right;
padding:18px 10px 0 10px;
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/
#main_menu {
width:950px;
height:37px;
margin-bottom:0px;
background:url(../images/bg_gnavibottom.jpg) bottom no-repeat;
}

#main_menu ul li{
display:inline;
float:left;
}

/*-----------------------------------
　　・メインイメージ設定
------------------------------------*/
#main_image {
padding:0px;
}

/*-----------------------------------
　　コンテナ設定
------------------------------------*/
.container{
width:930px;
margin:0 0 0 10px;
padding-top:10px;
}

/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/
#main_content {
clear: both;
}

/*-----------------------------------
　　　・左カラム設定
------------------------------------*/
#leftcolumn {
width: 210px;
float:left;
margin-bottom: 20px;
}

.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;
}

/* 現在のカートの中（左メニュー） */
#leftcolumn #cartarea{
padding-top: 10px;
padding-bottom: 10px;
background: url(../images/bg_1csub.jpg) no-repeat bottom #fff;
margin-bottom: 10px;
width:210px;
}

#loginarea {
padding:10px 20px;
background: url(../images/bg_1csub.jpg) no-repeat bottom #fff;
margin-bottom: 10px;
}

.box96{
border:#ddd 1px solid;
}

.pointtxt{
width:170px;
display:block;
border:#ddd 1px solid;
text-align:center;
font-size:90%;
}

#leftcolumn #cartarea p {
line-height: 1.5em;
margin-right: 25px;
margin-left: 25px;
padding:3px;
text-align:center;
background:#fff;
border:1px solid #ccc;
margin-bottom:10px;
}

#leftcolumn .price {
color: #FF0000;
font-size: 1.2em;
font-weight: bold;
}

#leftcolumn .btn,.top_serach .btn {
margin-top: 10px;
text-align: center;
}

/*　カテゴリーエリア　*/
#categoryarea {
padding-bottom:15px;
margin-bottom:10px;
background:url(../images/bg_lnavibottom.jpg) no-repeat bottom #fff;
width:210px;
}

#categoryarea02 {
padding-bottom:15px;
margin-bottom:10px;
background:url(../images/bg_lnavibottom.jpg) no-repeat bottom #fff;
width:210px;
}

#categoryarea li {
list-style-type: none;
}

#categoryarea02 li {
list-style-type: none;
}


.categorytree2 {
padding:0 0 5px 0;
margin-bottom:10px;
background:url(../images/bg_lnavibottom.jpg) no-repeat bottom #B3A89E;
display:none;
}
/*-------------------------------------------------------------
ローカルナヴィ
-------------------------------------------------------------*/
.level1{
background:#B3A89E;
margin:0 10px;
}

.level1 a:link,
.level1 a:visited{
display:block;
text-indent: 20px;
_padding:0;
height:30px;
line-height:30px;
text-decoration:none;
border-bottom:1px solid #fff;
color:#fff;
margin:0;
}

.level1 a:hover,
.level1 a:active{
background:url(../images/bg_lnavi_hov.jpg) 10px 13px no-repeat #6A635E;
}



/*-----------------------------------------------------------*/

.categorytree2 li {
font-weight: normal;

margin:0;
}

.level2 a:link,
.level2 a:visited{
_width:186px;
display:block;
background:url(../images/bg_linklist01.jpg) no-repeat 10px 8px;
padding:4px 0 4px 24px;
_margin:0;
border-top:1px solid #fff;
text-indent:0;
line-height:150%;
font-weight: normal;
text-decoration:none;
color:#fff;
}

.level2 a:hover,
.level2 a:active{
background:url(../images/bg_linklist01_on.jpg) no-repeat 10px 8px #6A635E;
text-decoration:none;
}


.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: 10px;
}

.left_banner li {
list-style-type: none;
margin-bottom: 10px;
}

/*　検索条件（左メニュー）　*/
#leftcolumn #searcharea {
padding-top: 10px;
padding-bottom: 10px;
background: url(../images/bg_1csub.jpg) no-repeat bottom #fff;
margin-bottom: 10px;
width:210px;
}

#searcharea .src_txt01 {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
}

#searcharea .box142 {
margin-left: 25px;
}
#guidearea ul li{
list-style:none;
background: url(../images/bg_linklist02.jpg) no-repeat 0 4px;
margin-bottom:5px;
padding:0 0 0 18px;
}
#guidearea{margin-bottom:20px;}

.bn_pre{
margin-bottom:10px;
}
/*-----------------------------------
　　　・右カラム設定
------------------------------------*/
#two_maincolumn {
float: right;
width: 700px;
margin-bottom: 20px;
}

/*-------------------------------------------------------------
トップページニュース＆サーチ
-------------------------------------------------------------*/
.top_news_serach{
width: 700px;
float:left;
background:url(../images/bg_top2cl.jpg) bottom no-repeat;
margin-bottom:10px;
}


.top_news{
width:485px;
float:left;
}

.info_boxA {
padding:5px 20px;
height:100px;
margin:0 5px 10px 5px;
overflow-y:scroll;
line-height:150%;
}

.info_boxA th{
width:70px;
vertical-align:top;
font-size:90%;
padding:4px 10px;
}

.info_boxA td{
vertical-align:top;
padding:4px;
}


.top_serach{
width:210px;
float:right;
}


.top_serach .searcharea {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
width:210px;
}

.top_serach .searcharea .src_txt01 {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
}

.top_serach .searcharea .box142 {
margin-left: 25px;
}

/*-------------------------------------------------------------
トップページ9カテゴリ
-------------------------------------------------------------*/
.top9colum{
width:700px;
float:left;
padding:0!important;
background:url(../images/bg_3ctop.jpg) bottom no-repeat;
margin-bottom:10px;
}

div.top9in{
width:220px;
float:left;
_margin:0!important;
padding-bottom:10px;
}

.top9colum .top9_center{
margin:0 20px!important;
_margin:0 20px!important;
}

.topdl h1{
font-size:100%;
background: url(../images/bg_top9.jpg) no-repeat;
padding:12px 0 10px 30px;
_padding:14px 0 15px 30px;
font-weight:bold;
}

*:first-child+html .topdl h1{
padding:14px 0 15px 30px;
}

div.top9in dt{
background: url(../images/bg_top9.jpg) no-repeat;
padding:12px 0 10px 30px;
_padding:14px 0 15px 30px;
font-weight:bold;
}

*:first-child+html div.top9in dt{
padding:14px 0 15px 30px;
}

.topdl p{
padding:0px 10px 10px 10px;
font-size:85%;
line-height:150%;
}


div.top9in dt a:hover,.topdl h1 a:hover{
color:#fff;
}

div.top9in dd{
padding:0px 10px 10px 10px;
font-size:85%;
line-height:150%;
}

.top_more{
clear:both;
text-align:center;
}

/*-------------------------------------------------------------
勾玉の選び方
-------------------------------------------------------------*/
.chooses_warp{
width:700px;
background:url(../images/bg_main_1c.jpg) bottom no-repeat;
padding-bottom:15px;
margin-bottom:15px;
float:left;
}

.chooses_warp h2{
background:url(../images/bg_cnavi_top.jpg) no-repeat;
padding:7px 0 7px 35px;
font-size:18px;
}

*:first-child+html .chooses_warp h2{
padding:7px 0 10px 35px;
font-size:18px;
}


.chooses_warp ul{
padding:10px 20px;
}

.chooses_warp li{
width:120px;
_width:145px;
float:left;
display:inline;
padding:0 0 0px 25px;
margin:0 15px 7px 0;
background: url(../images/bg_cnavi_list.jpg) no-repeat 0 4px;
list-style:none;
font-size:14px;
font-weight:bold;
}

/*-------------------------------------------------------------
よくあるご質問
-------------------------------------------------------------*/
.faq_warp{
width:700px;
background:url(../images/bg_main_1c.jpg) bottom no-repeat;
margin-bottom:15px;
float:left;
}

.faq_warp h2{
background: url(../images/faq_q.jpg) no-repeat;
padding:8px 0 8px 35px;
font-size:12px;
font-weight:bold;
}

*:first-child+html .faq_warp h2{
padding:10px 0 13px 35px;
}

.faq_warp p{
background:url(../images/faq_a.jpg) no-repeat 17px 10px;
padding:10px 20px 15px 50px;
line-height:180%;
}




/*-------------------------------------------------------------
トップページバナー
-------------------------------------------------------------*/
h2.oc_bn{
clear:both;
margin:10px 0;
}
.oc_bn li{
display:inline;
margin:0 0 10px 18px;
float:left;
}


.right_banner01 {
margin-bottom: 7px;
width: 730px;
}

.right_banner01A {
padding-right: 10px;
}

.right_banner01 li {
float: left;
list-style-type: none;
margin-bottom: 8px;
}

.right_h2A {
margin-top: 12px;
clear: both;
}




.right_h2B {
margin-bottom: 15px;
}

/*-----------------------------------
　・トップページ・オススメ商品設定
------------------------------------*/
.recomendarea {
background-color: #FFFFFF;
margin-bottom: 10px;
width: 700px;
padding-left: 20px;
}

.recomendblock {
width: 700px;
overflow: hidden;
background-image: url(/user_data/packages/default/img/line01.gif);
background-repeat: repeat-x;
background-position: bottom;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 15px;
}

.recomendblock img {
background-color: #F9F9F9;
padding: 5px;
border: 1px solid #CCCCCC;
}


.recomend_01 {
float: left;
width: 165px;
clear: both;
padding-right: 10px;
background-image: url(/user_data/packages/default/img/image_back.jpg);
background-repeat: no-repeat;
height: 190px;
padding-top: 35px;
}

.recomend_02 {
float: left;
width: 165px;
padding-right: 10px;
background-image: url(/user_data/packages/default/img/image_back.jpg);
background-repeat: no-repeat;
height: 190px;
padding-top: 35px;
}

.recomend_03 {
float: left;
width: 165px;
padding-right: 10px;
background-image: url(/user_data/packages/default/img/image_back.jpg);
background-repeat: no-repeat;
height: 190px;
padding-top: 35px;
}

.recomend_04 {
float: left;
width: 165px;
background-image: url(/user_data/packages/default/img/image_back.jpg);
background-repeat: no-repeat;
height: 190px;
padding-top: 35px;
}

.recomendblock h3 {
font-size: 1em;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}

.recomendblock p {
font-size: 1em;
margin-left: 10px;
margin-right: 10px;
}

.recomend_photo {
text-align: center;
margin-bottom: 3px;
}

.recomendblock .mini {
}

.recomendblock .price {
color: #FF0000;
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;
background-repeat: no-repeat;
margin:0 0 5px 10px;
}

#footer_menu ul {
padding-top: 25px;
}

#footer_menu li {
list-style-type: none;
display: inline;
line-height: 1.5em;
font-size:85%;
}

#footer {
clear: both;
width:950px;
}

/*-----------------------------------
　　　・商品一覧
------------------------------------*/
#undercolumn {
width:700px;
float:left;
background-color: #FFFFFF;
margin:0px 0 0px 0!important;
}

.undercolumn_dt{
padding:10px 0;
border-top:3px solid #B3A89E;
border-bottom:3px solid #B3A89E;
}

#listtitle h1 {
background:url(../images/bg_h1.jpg) no-repeat top #F4EFE7;
font-size:150%;
font-weight:bold;
padding:8px 0 22px 43px;
}

.pagenumberarea {
padding:5px 0;
background-color:#B3A89E;
color: #fff;
margin:0!important;

}

.pagenumberarea li {
display: inline;
list-style-type: none;
color: #fff;
}

.pagenumberarea li a {
border:1px solid #fff;
background:#6A635E;
color:#fff;
padding:2px 10px;
margin:2px 0!important;
}

.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 {
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;
}

.listphoto img {
background-color: #F9F9F9;
padding: 5px;
border: 1px solid #CCCCCC;
}

.list_block01 {
float: left;
width: 155px;
clear: both;
padding-right: 10px;
}

.list_block02 {
float: left;
width: 155px;
padding-right: 10px;
}

.list_block03 {
float: left;
width: 155px;
padding-right: 10px;
}

.list_block04 {
float: left;
width: 150px;
}

.listarea h3 {
font-size: 1em;
margin-bottom: 5px;
}

.listphoto {
text-align: center;
margin-bottom:5px;
}

.listarea .mini {
}

.listarea .price {
color: #FF0000;
line-height: 1.1em;
}

.status_icon li {
display:inline;
padding:0 2px 4px 0;
list-style-type: none;
}

.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 h1 {
background:url(../images/bg_h1.jpg) no-repeat bottom;
font-size:150%;
font-weight:bold;
padding:8px 0 12px 43px;
margin-bottom:10px;
}

#detailphotoblock {
width: 240px;
padding-left:20px;
float: left;
text-align:center;
}

#detailrightblock {
float: right;
padding:0 10px;
width: 420px;
}

#detailrightblock a:link,#detailrightblock a:visited{
font-weight:bold;
color: #0066CC;
text-decoration:underline;
}

#detailrightblock a:hover,#detailrightblock a:active{
color:#FF9900;
text-decoration:none;
}

#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;
}


/*-----------------------------------
　　　・特定商取引に関する
------------------------------------*/

#undercolumn table {
border: 1px solid #999999;
margin-top: 10px;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 25px;
}

#undercolumn th {
width: 130px;
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;
}

#undercolumn 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;
}

/*-----------------------------------
　　　・お問い合わせ
------------------------------------*/
#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;
}

#undercolumn_contact .tblareabtn {
text-align: center;
padding-bottom:20px;
}

/*-----------------------------------
　　　・検索結果
------------------------------------*/
.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;
padding-bottom:20px;
}

/*-----------------------------------
　　　・ログイン
------------------------------------*/
div#under02column_login {
width:700px;
margin-left:105px;

}

div#under02column_login .loginarea {
    width: 620px;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    border: 5px solid #ccc;
	background:#fff;
}

div#under02column_login .loginarea .inputtext {
    width: 500px;
    margin: 15px auto 0 auto;
}

div#under02column_login .loginarea .inputtext02 {
    width: 500px;
    margin: 15px auto 0 auto;
    font-size: 90%;
}

div#under02column_login .loginarea .inputbox {
    width: 460px;
    margin: 15px auto 15px auto;
    padding: 15px 20px;
    background: #f0f0f0;
}

div#under02column_login .loginarea .inputbox .passwd {
    margin: 15px 0 0 0;
}

div#under02column_login .loginarea .inputbox .box300 {
    width: 300px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_login .loginarea .inputbox02 {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
    text-align: center;
}

/*-----------------------------------
　　　・ご利用規約
------------------------------------*/
#undercolumn_entry {
margin-top: 10px;
margin-right: 25px;
margin-left: 25px;
}

#undercolumn_entry h2 {
background-repeat: repeat-x;
}

.kiyaku_txt01 {
line-height: 1.5em;
margin-bottom: 10px;
}

#undercolumn_entry textarea {
font-size: 1em;
width: 660px;
}

#undercolumn_entry .tblareabtn {
text-align: center;
margin-top: 15px;
padding-bottom:20px;
}

/*-----------------------------------
　　　　・お客様情報入力
------------------------------------*/
.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;
padding-bottom:20px;
}

.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;
}

/*-----------------------------------
　　　・ＭＹページ
------------------------------------*/

#undercolumn02_single {
width: 900px;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom: 40px;
}



#mypagecolumn {
width: 700px;
float:left;
}
#mypagecolumn h2 {
background-repeat: repeat-x;
margin-bottom: 15px;
}

#mynavarea {
width:700px;
margin-bottom: 20px;
}

#mynavarea ul {
padding-bottom: 20px;
}

#mynavarea li {
background:url(../images/bg_linklist03.jpg) no-repeat 0 2px;
float:left;
padding:0 0 0 18px;
margin-right:20px;
display:inline;
list-style-type: none;
}

#mycontentsarea {
float: left;
width:700px;
}

#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;
background:#fff;
}

#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;
text-align:center;
}

/*-----------------------------------
　　　・シングルページ
------------------------------------*/
#undercolumn_single {
padding-bottom: 10px;
margin-bottom: 10px;
}

#undercolumn_single h2 {
font-size: 1.2em;
color: #5D5137;
background-image: url(/user_data/packages/default/img/title00.jpg);
background-repeat: no-repeat;
height: 30px;
width: 730px;
text-indent: 40px;
line-height: 2em;
padding-top: 20px;
}

#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: #000000;
color: #FFFFFF;
margin-right: 15px;
margin-left: 15px;
padding-top: 5px;
border-bottom-width: 3px;
border-bottom-style: solid;
}

.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  table {
border: 1px solid #999999;
margin-bottom: 20px;
margin-left: 25px;
margin-right: 25px;
font-size: 1em;
margin-top: 20px;
background:#fff;
}

#undercolumn_single th {
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;
width: 120px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 15px;
}

#undercolumn_single td {
background:#fff;
line-height: 1.5em;
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;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 15px;
}

#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 {
margin: 15px 0 0 0;
}

#block-calendar table {
border-collapse: collapse;
text-align:center;
width: 180px;
margin-top: 0;
margin-right:20px;
margin-bottom: 10px;
margin-left:20px;
background-color: #FFFFFF;
float:left;
}

#block-calendar th, #block-calendar td {
padding: 2px 4px;
border: 1px solid #CCCCCC;
}

#block-calendar th {
color: #fff;
background-color: #FF9900;
}

#block-calendar .off {
color: #FFFFFF;
background-color: #FF6666;
}

#block-calendar caption {
color: #333333;
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;
}

/*-----特別設定--------*/

.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 {
background-color: #FFFFFF;
padding-bottom: 10px;
margin-bottom: 10px;
}


#single_page h2 {
font-size: 1.2em;
color: #5D5137;
background-image: url(/user_data/packages/default/img/title00.jpg);
background-repeat: no-repeat;
height: 30px;
width: 730px;
text-indent: 40px;
line-height: 2em;
padding-top: 20px;
}

#single_page 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: #F4E6B9;
color: #6B4E22;
margin-right: 5px;
margin-left: 5px;
padding-top: 5px;
}

.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;
}
/*-------------------------------------------------------------
勾玉について
-------------------------------------------------------------*/
.w_magatama li{
display:inline;
float:left;
margin:0 0 10px 10px;
}

/*-------------------------------------------------------------
汎用クラス
-------------------------------------------------------------*/
.bottom10{
margin-bottom:10px;
}

.bottom15{
margin-bottom:15px;
}

.bottom5{
margin-bottom:5px;
}

p.temp{
line-height:180%;
margin:0 10px 15px 10px;
}

h1.temp,#undercolumn_single h1,#undercolumn_aboutus h1{
background:url(../images/bg_h1.jpg) no-repeat left bottom;
font-size:150%;
font-weight:bold;
padding:8px 0 12px 43px;
margin-bottom:10px;
}

h2.temp{
background:url(../images/bg_h2.jpg) no-repeat;
font-size:130%;
font-weight:bold;
padding:3px 0 5px 30px;
margin-bottom:10px;
color:#fff;
}

h2.temp2{
font-size:130%;
font-weight:bold;
margin:0 10px 10px 10px;
}
h3.temp{
background:url(../images/bg_h3.jpg) no-repeat bottom;
font-size:100%;
font-weight:bold;
padding:3px 0 5px 30px;
margin-bottom:10px;
}
.fleftimg{
float:left;
margin:0 10px 10px 0;
}
.flightimg{
float:right;
margin:0 0 10px 10px;
}

.gmap{
margin-bottom:15px;
}
.clear{
clear:both;
}
.txt_a_c{
text-align:center;
}
.pricebox{
font-weight:bold;
}
.mini{
font-size:80%;
}

/*-------------------------------------------------------------

-------------------------------------------------------------*/
#windowcolumn{
text-align:center;
}

/*-------------------------------------------------------------
勾玉について
-------------------------------------------------------------*/

.wm_bn{
list-style:none;
margin:0 0 10px 0;
text-align:center;
}

.ob{
padding:20px 25px;
}

.ob h2{
margin-bottom:20px;
}

.ob p{
font-size:14px;
list-style:150%;
margin-bottom:20px;
}
/*-------------------------------------------------------------
オーダーぶれす
-------------------------------------------------------------*/
.obtable{
width:80%;
border-collapse:collapse;
margin:0 15px 15px 80px;
border-right:1px solid #9E9393;
border-bottom:1px solid #9E9393;
}

.obtable td,.obtable th{
vertical-align:top;
line-height:150%;
padding:4px 10px;
border-top:1px solid #9E9393;
border-left:1px solid #9E9393;
}

.obtable td{
background:#fff;
}
.obtable th{
background:#B1A199;
color:#fff;
width:20%;
}





#windowcolumn table{
width:95%;
border-collapse:collapse;
margin:0 15px 15px 15px;
border-right:1px solid #9E9393;
border-bottom:1px solid #9E9393;
text-align:left;
}

#windowcolumn table td,#windowcolumn table th{
vertical-align:top;
line-height:150%;
padding:4px 10px;
border-top:1px solid #9E9393;
border-left:1px solid #9E9393;
}

#windowcolumn table td{
background:#fff;
}
#windowcolumn table th{
background:#eee;
width:30%;
}
/*-------------------------------------------------------------
ご注文方法
-------------------------------------------------------------*/
ol.o_guide{
}

ol.o_guide li{
margin-bottom:20px;
list-style:none;
padding:0 0 20px 40px;
border-bottom:1px solid #666;
}

ol.o_guide li.s1{
background:url(../images/bg_step1.gif) no-repeat;
height:51px;
}
ol.o_guide li.s2{
background:url(../images/bg_step2.gif) no-repeat;
}

ol.o_guide li.s3{
background:url(../images/bg_step3.gif) no-repeat;
}

ol.o_guide li.s4{
background:url(../images/bg_step4.gif) no-repeat;
}

ol.o_guide li.s5{
background:url(../images/bg_step5.gif) no-repeat;
}

.o_guidspan{
font-weight:bold!important;
font-style:normal!important;
}


/*-------------------------------------------------------------
お問い合わせフォーム
-------------------------------------------------------------*/
/* 郵便番号＆電話番号 */
.box60{
width:80px;
border:1px solid #ccc;
margin:5px 0;
}

.box120,.box380,.area380,.box300,.box260{
border:1px solid #ccc;
margin:5px 0;
}




/*-------------------------------------------------------------
MSCSS
-------------------------------------------------------------*/
*html .container{
}



*html .container{
margin:0 0 0 5px;
}


*html div.top9in{
margin:0 0 10px 8px;
}

/*-------------------------------------------------------------
テーブル
-------------------------------------------------------------*/

.prof{
width:70%;
margin:0px 15px 30px 150px;
border-collapse:separate;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.prof td,.prof th{
padding:5px 20px;
vertical-align:top;
font-size:108%;
line-height:150%;
width:30%;
background:#fff;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
font-weight:bold;
background:#eee;
}

.prof th{
background:#eee;
border-top:1px solid #fff;
border-left:1px solid #fff;
}


.prof_h{
width:100%;
margin:0px 0 30px 0;
border-collapse:separate;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.prof_h td,.prof_h th{
padding:4px 10px;
vertical-align:top;
font-size:108%;
line-height:150%;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.prof_h th{
background:#eee;
text-align:center;
width:120px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}
