/*MTスタイルシート*/

/*日にち*/
#content h2	{
	font-size:12px;
	color:#CC0000;
	padding-top:10px;
	margin-bottom:10px;
	}

/*お客様名*/
#content .guest	{
	font-size:12px;
	color:#543f32;
	}

/*エントリー部分*/
#content p	{
	font-size:13px;
	color:#543f32;
	line-height:140%;
	}

/*ブログの罫線*/
#content .posted	{
	background:url(images/hand-stech.jpg) no-repeat left bottom;
	height:100%;
	margin-top:5px;
	padding-bottom:20px;
	}

/*本店サイトのCSS*/
/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h2,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
h3{
    font-size:14px;
    font-weight:normal;
    line-height:20px;
    padding-bottom:2px;
    }
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:none;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
    text-align: left;
    background: #fff;
}

#container-inner {
    width: 750px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#beta{
    display: block;
    float: left;
}
#alpha{
    display: block;
    float: right;
}

#header-inner, #content-inner, #footer-inner,
#beta-inner{
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner{
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 0px;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 0px;
    width: 560px;
}

.layout-twt #beta {
    left: 0px;
    width: 151px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 560px;
}

.layout-wt #beta {
    width: 151px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 0px;
    width: 560px;
}

.layout-tw #beta {
    left: 0px;
    width: 151px;
}


/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.entry-categories,
.entry-tags,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
    font-size:12px;
}

.asset-meta {
    font-size: 12px;
}

.content-nav {
    text-align: center;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.asset-header,
.asset-content,
.asset-body{
  text-align:left;
  float:left;
  width:510px;
  line-height:18px;
}
.asset-content{
  height:100%;
 /* padding-bottom:20px;
  background:url(../.http://www.cuseberry.com/information/images/hand-stech.jpg) no-repeat left bottom;*/
}
.td{
  text-align:center;
}
#footer{
  width:750px;
  margin:0 auto;
  text-align:right;
}
.asset-body .mt-image{
  float:right;
  height:200%;
  width:20%;
  padding-left:5px;
}
.asset-body div{
  float:left;
  width:75%;
}
.br{
  clear:both;
}
.voice h1{
  font-size:11px;
  font-weight:normal;
  margin: 0;
  padding-top:1px;
  line-height:18px;
}




/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

#page_main{
  width:750px;
  margin:0 auto;
  padding-top:8px;
}



/*---------------------------------------------------------------------------*/
/* 全般設定　　　　　　　　　　　　　　　　　　　　      　　　　　　　　　　*/
/*---------------------------------------------------------------------------*/

/*ページ全体の書式設定*/
body { 
	color: #543f32;
	font-size: 13px;
}

table { 
	font-size: 13px;
	color: #543f32;
	line-height: 150%;
}

.red { color: #990000; }

.orange10{ 
	font-size: 10px;
	color: #CC4200;
}

.brown1{ 
	font-size: 97%;
	color:#6c2c2f;
}

.brown2{ 
	font-size: 85%;
	color:#6c2c2f;
}

p {
	padding: 0;
	margin: 0;
}

/*売り切れ表示の書式設定*/
.sold { 
	font-size: 97%;
	color:#990000;
	margin:5px;
}

/*画像貼り付け時のスタイル設定*/
img { 
	border: none; 
} 

/*ページ全体のリンク色設定*/
a:link {  
	color				: #946243;
	text-decoration		: none;
}
		
a:visited {  
	color				: #9d896c;
	text-decoration		: none;
}
		
a:active {  
	color				: #9d896c;
	text-decoration		: none;
}
		
a:hover {  
	color				: #946243;
	text-decoration		: underline;
}


/*サイドメニュー書式*/
.side { 
	color:#6c2c2f;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:97%;
	margin:0;
	padding:0;
}


/*---------------------------------------------------------------------------*/
/* ヘッダー　　　　　　　　　　　　　　　　　　　　      　　　　　　　　　　*/
/*---------------------------------------------------------------------------*/


div#header {
	width				: 100%;
	height				: 100%;
	margin-top			: 0px;
	text-align			: center;
}

div#header2 {
	width				: 684px;
	text-align			: left;
	margin				: 0 auto;
}

div#header td.contact {
	width				: 120px;
	height				: 46px;
}

div#header td.logo {
	width				: 390px;
	height				: 46px;
}

div#header td.cart {
	width				: 143px;
	height				: 46px;
}

div#header td.navi01 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

div#header td.navi02 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

div#header td.navi03 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

div#header td.navi04 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

div#header td.navi05 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

div#header td.navi06 {
	width				: 114px;
	height				: 35px;
	vertical-align		: bottom;
}

h1.pagetop {
	margin				: 0;
	padding				: 0;
	text-decoration		:none;
	font-weight			:normal;
	font-size			:80%;
}

h1.pagetop a {
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 100%;
}

h1.pagetop a:link  { 
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 100%;
	color				: #946243;
}
		
h1.pagetop a:visited { 
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 100%;
	color				: #9d896c;
}
		
h1.pagetop a:active { 
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 100%;
	color				: #9d896c;
}
		
h1.pagetop a:hover { 
	margin				: 0;
	padding				: 0;
	font-weight			: normal;
	font-size			: 100%;
	color				: #946243;
	text-decoration		: underline;
}


/*---------------------------------------------------------------------------*/
/* メインBOX　　　　　　　　　　　　　　　　　　　　             　　　　　　*/
/*---------------------------------------------------------------------------*/


div#main {
	width				: 750px;
	margin-top			: 28px; 
	vertical-align		: top;
}

div#main td.navi {
	width				: 151px;
}

div#main td.contents {
	width				: 569px;
	padding-left		: 40px;
}
.red14 {
	font-size			: 14px;
	color				: #C12E20;
}


.table-title {
	font-size			: 90%;
	border-bottom		: 2px solid #dad1ab;
}

.table-bt {
	font-size			: 90%;
	border-bottom		: 1px solid #dad1ab;
}

.table-ichiran {
	font-size			: 90%;
	border-bottom		: 2px solid #dad1ab;
	border-top			: 2px solid #dad1ab;
}

h1 {
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 80%;
}

h2 {
	margin				: 0;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 80%;
}

/*---------------------------------------------------------------------------*/
/* インフォメーションBOX　　　　　　　　　　　 　　　　　　　　　　　　　　　*/
/*---------------------------------------------------------------------------*/

.bottom_line {
	border-bottom		: 1px #a99e93 solid;
	font-size			: 10px;
	color				: #a3a3a2;
	text-align			: right;
}

.page_top {
	font-size			: 80%;
}

.info_font { 
	font-size			: 95%;
	letter-spacing		: 1px;
	line-height			: 170%;
}


.info_table {
	letter-spacing		: 1px;
	margin-bottom		: 10px;
}

.info_table2 {
	letter-spacing		: 1px;
	margin-bottom		: 20px;
}

.info_bg {
	width				: 85%;
	letter-spacing		: 1px;
	margin-bottom		: 30px;
	padding				: 7px;
	background-color	: #f5f5dc;
	border				: 1px solid #bdb76b;
}

table td.sale {
	font-size			: 90%;
	margin-bottom		: 5px;
	padding				: 5px;
	border				: 1px #eae5e3 solid;
}

/*---------------------------------------------------------------------------*/
/*　商品一覧　
/*---------------------------------------------------------------------------*/

#itemli {
	margin:30px 0 0 0;
	padding:0;
	width:530px;
}

#itemli ul {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#itemli li {
	float:left;
	padding:5px 3px;
	margin:0;
	list-style-type:none;
}

#itemli .sub {
	font-size:85%;
}

/*カテゴリーインデックス*/

#category {
	margin:30px auto;
	padding:0;
	width:480px;
	text-align:left;
}

#category_box { width:100%; text-align:center;}

#category ul {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#category li {
	float:left;
	padding:10px 0;
	margin:0;
	width:120px;
	height:190px;
	line-height:1.2em;
	font-size:85%;
	display:block;
	text-align:center;
}



/*---------------------------------------------------------------------------*/
/* 抱っこひも インフォメーションBOX　
/*---------------------------------------------------------------------------*/

table.sample {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
}


/*---------------------------------------------------------------------------*/
/* キューズベリーノート　バックナンバー
/*---------------------------------------------------------------------------*/

#number { width:530px;
	margin:30px auto 10px auto; }

#number ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#number li {
	margin: 0;
	padding: 0;
}


/*---------------------------------------------------------------------------*/
/* 関連する商品一覧
/*---------------------------------------------------------------------------*/

#kanren { width: 530px; }

#kanren ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kanren li {
	float: left;
	margin: 5px;
}

#kanren .copy { font-size:95%;}


/*---------------------------------------------------------------------------*/
/* トップページ新着情報
/*---------------------------------------------------------------------------*/

#topinfo { width: 537px; 
	margin-top:10px;
}

#topinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topinfo li {
	float: left;
	margin: 5px;
}

#topinfo .copy { font-size:90%;}


/*---------------------------------------------------------------------------*/
/* ショッピングマーク
/*---------------------------------------------------------------------------*/

#mark {
	width: auto;
	font-size: 11px;
	margin-top: 10px;
	color:#595857;
}

#mark td { padding:0 10px;}

#mark .line{ background:url(http://www.cuseberry.com/script/images/line.gif) repeat-y right;}


/*---------------------------------------------------------------------------*/
/* 母子手帳検索　
/*---------------------------------------------------------------------------*/

div.search_by_dst {
	background: transparent url(/images/search/search_back.gif) 0 0 repeat;
	border: 2px dashed #C53D2F;
	color: #5E3A22;
	padding: 20px 40px;
}

div.search {
	margin: 0;
	padding-bottom: 50px;
	width: 537px;
	margin-top:20px
}

dl.dst_info {
	font-size: 14px;
	padding: 0 40px;
}

/*----------------------------------------------------------- Product Style */
strong big {
	background-color: #FFCCCC;
	border-top: 1px dashed #FF3333;
	border-bottom: 1px dashed #FF3333;
	color: #CC0000;
	font-size: 24px;
	line-height: 24px;
}
p.h7 {
	padding: 0 5px;
	text-align: right;
}
p#cat_leather {
	background: #5E3A22 url(/images/search/category_leather.gif) 0 50% no-repeat;
	color: #BBA47A;
}
p#cat_natural {
	background: #8DA235 url(/images/search/category_natural.gif) 0 50% no-repeat;
	color: #DFF2BC;
}
p#cat_pastel {
	background: #F19789 url(/images/search/category_pastel.gif) 0 50% no-repeat;
	color: #ffffff;
}
p#cat_denim {
	background: #4B5881 url(/images/search/category_denim.gif) 0 50% no-repeat;
	color: #9AC3DD;
}
p#cat_pop {
	background: #C12F20 url(/images/search/category_pop.gif) 0 50% no-repeat;
	color: #F6A490;
}
p#cat_stitch {
	background: #E55000 url(/images/search/category_stitch.gif) 0 50% no-repeat;
	color: #F3BB81;
}
p#cat_kit {
	background: #805C26 url(/images/search/category_kit.gif) 0 50% no-repeat;
	color: #DFDDBF;
}
span.cat_name {
	display: none;
}

/*-------------------------------------------------------------- Pref Style */
h5 {
	margin: 0 0 5px 0;
}
h6 {
	border-bottom: 1px solid #5E3A22;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
ul.link_back {
	font-size: 12px;
	list-style: none;
	margin: 10px 0;
	text-align:left;
}
dl.dst_info {
	font-size: 14px;
	padding: 0 40px;
}
ul.result_list li {
	background: transparent url(/images/search/point.gif) 0 50% no-repeat;
	line-height: 180%;
	list-style: none;
	padding-left: 15px;
}

