@media all and (min-width:640px){

/* last updated 260125 */



/* index_page----------------------------------------------------------------- */

body.index_layout {
	height:100%;
	overflow:hidden;
	background: #E5D2B5;
}

body.index_layout #container {
	height:100%;
}

.index_layout #index_wrapper {
	width:1024px;
	margin:40px auto;
}


.index_layout #index_window {
	float:left;
	width:500px;
	height:500px;
	margin:auto;
}


.index_layout #headline_wrapper {
	float:right;
	width:500px;
	height:500px;
	background: url(/images/index/window/news_window_bg.png) no-repeat;
}

.index_layout #headline_set {
	margin:110px;
	width:248px;
	padding:16px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:248px;
}



.index_layout #headline_header {
	height:20px;
	padding-bottom:5px;
	border-bottom:solid 1px #222;
	margin-bottom:8px;
}


.index_layout #headline_set .headline_content{
	height:120px;
	overflow:auto;
	clear:both;
}


.index_layout #headline_set dt {
	margin-bottom:2px;
	margin-left:8px;
}

.index_layout #headline_set dd {
	margin-bottom:6px;
	border-bottom:dotted #999 1px;
}

.index_layout #headline_set dd a {
	line-height:130%;
	display:block;
	color:#333;
	padding:3px 5px 5px 8px;
}

.index_layout #headline_set dd a:hover{
	background: #ECEED2;
	color:#111;
}

.index_layout #footer {
	position: absolute;
	bottom:0;
}

/* for iPad portrait */
@media all and (min-width:768px) and (max-width:769px){
.index_layout #footer-inner {
	width:100%;
	min-width:1024px;
}
}



/* default_page----------------------------------------------------------------- */


body.default_layout {
	max-height:100%;
	background:#FCF9E7 /* url(/common/img/common/slash_pict_CCCCCC.gif) #F0F4D9 #E5D2B5 - #E6D3B6(NAV) */ ;
}


/* Container ----------------------------------------------------------------- */


body.default_layout #container {
	background:#FCF9E7;
}

body#news_page #container {
	background:url(/images/pages/container_bg/ctn_bg_001.jpg) top center repeat-x;
}

body.category-shop #container {
	background:url(/images/pages/container_bg/ctn_bg_002.jpg) top center repeat-x;
}

body.category-wholesale #container {
	background:url(/images/pages/container_bg/ctn_bg_009.jpg) top center repeat-x;
}

body.category-products #container {
	background:url(/images/pages/container_bg/ctn_bg_005.jpg) top center repeat-x;
}

body.category-contact #container {
	background:url(/images/pages/container_bg/ctn_bg_004.jpg) top center repeat-x;
}

body.category-privacy #container {
	background:url(/images/pages/container_bg/ctn_bg_004.jpg) top center repeat-x;
}

body.category-about #container {
	background:url(/images/pages/container_bg/ctn_bg_006.jpg) top center repeat-x;
}

body#blog_page #container {
	background:url(/images/pages/container_bg/ctn_bg_010.jpg) top center repeat-x;
}


/* layout ----------------------------------------------------------------- */

body.default_layout #left-column {
	float:left;
	width:660px;
}

body.default_layout #right-column {
	float:right;
	width:240px;
}



/* content ----------------------------------------------------------------- */

#content.default_layout {
	width:940px;
	margin:80px auto 250px;
	padding:30px;
	min-height:400px;
	background: url(/common/img/common/white_square_1_90.png) repeat;
	/*border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.page_header {
	margin-bottom:30px;
}

.page_header img {
	float:left;
	margin:0;
	padding:0;
}

body.default_layout .main_content {
	padding:30px;
	border:solid 6px #CECECE;
}



/* news_page----------------------------------------------------------------- */


#news_page .entry-container {
	margin-bottom:35px;
	padding:30px;
	border:solid 6px #CECECE;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}


#news_page h1#page-title {
	font-size:135%;
	line-height:140%;
	color:#333 !important;
}

#news_page h3.entry-title {
	font-size:125%;
	line-height:150%;
	padding-bottom:6px;
	border-bottom:solid 1px #888;
}


#news_page .date-header, #news_page .archive-date-header {
	border-top: dotted 1px #888;
	border-bottom: dotted 1px #888;
	padding:4px 0;
}

#news_page .date-header {
	margin:7px 0;
}

#news_page .entry-body {
	padding:10px 0;
	line-height:150%;
}


#news_page .archive-date-header {
	text-align:center;
	margin:20px 0 7px;
}


#news_page .archive-content {
	margin-top:7px;
	font-size:110%;
	line-height:150%;
	text-align:left;
	border-top:solid 1px #8F711D;
	border-bottom:solid 1px #8F711D;
	padding:4px 0;
}


#news_page .asset-content, #news_page .archive-monthly {
	margin:15px 0 30px;
}


#news_page .content-nav {
	font-size:90%;
	margin-top:25px;
	text-align:center;
	border-top:solid 6px #CECECE;
	border-bottom:solid 6px #CECECE;
	padding:5px 0;
}


#news_page .archive-entry-unit {
	border-bottom:dotted 2px #8F711D;
	margin:25px 0;
}


#news_page .archive-title {
	padding-bottom:10px;
	margin-bottom:15px;
	text-align:center;
	border-bottom:solid 1px #8F711D;
}


#news_page .archive-header {
	text-align:center;
	font-size:110%;
	padding:4px 0;
}

#news_page .archive-monthly {
	text-align:center;
}

#news_page .archive-monthly li a {
	display:block;
	text-align:center;
	border: solid #E6D3B6 1px;
	padding:8px 0;
	margin:10px auto;
}

#news_page .archive-monthly li a:hover {
	color:#666;
	background-color:#E2DAC5;
}


/* side bar----------------------------------------------------------------- */


body.default_layout #headline_set {
	margin-bottom:30px;
}

body.default_layout #headline_set dl.headline_unit {
	margin-bottom:10px;
}

body#news_page #headline_set dl.headline_unit p {
	line-height:100%;
	margin-bottom:10px;
}

body.default_layout #headline_set dl.headline_unit a {
	display:block;
	padding:10px 15px;
	color:#555;
	/*background: #DEDEDE;*/
	border:solid 1px #888;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

body.default_layout #headline_set dl.headline_unit .headline_date {
	color:#888;
	margin-bottom:5px;
}

body.default_layout #headline_set dl.headline_unit a:hover {
	background: #F2F2E9;
}


body.default_layout .sidebar_content {
	margin-bottom:30px;
}

body.default_layout .news-sidebar-header {
	margin-bottom:10px;
}

body.default_layout .news-sidebar-content ul li {
	margin-bottom:10px;
}

body.default_layout .news-sidebar-header a {
	display:block;
	padding:10px 15px;
	color:#555;
	border: solid #A59B9D 1px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

body.default_layout .news-sidebar-header a:hover {
	background: #CCC;
}

body.default_layout .news-sidebar-content ul li a {
	display:block;
	padding:10px 15px;
	color:#AD9759;
	border: solid #AD9759 1px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

body.default_layout .news-sidebar-content ul li a:hover {
	background: #F2F2E9;
}



body.default_layout .side_banners {
	margin-bottom:10px;
}


body.default_layout #shop_data_unit dl {
	padding:5px 0;
	border-top:solid #666 1px;
	border-bottom:solid #666 1px;
	margin-bottom:3px;
	line-height:160%;
}


body.default_layout #shop_data_unit dl dt {
	float:left;
	width:65px;
}

body.default_layout #shop_data_unit dl dd {
	float:right;
	width:165px;
	border-left:solid #666 1px;
	padding-left:9px;
}


#google_map_sb_unit iframe {
	width:220px;
	height:220px;
	padding:9px;
	border:1px solid #999;
}





/* shop information----------------------------------------------------------------- */


#page_shop h1 {
	font-size:120% !important;
	color:#612706 !important;
	line-height:125%;
	border-left:solid 5px #612706;
	padding-left:15px;
}

#page_shop dl dt {
	font-size:110%;
	color:#612706;
	margin:30px 0 15px;
}

#page_shop p span.product_genre {
	font-size:105%;
	font-weight:bold;
}




/* products----------------------------------------------------------------- */


#page_products .slide_img {
	width:200px;
	padding:5px;
	background:#FFF;
	margin:10px;
}

.products_list_set h2 {
	padding:6px 12px;
	color:#FFF !important;
	background:#ADA493;
}

.products_list_set .products_list_content {
	margin-bottom:30px;
	border-bottom:2px solid #ADA493;
}


.products_list_set .product_unit {
	margin-bottom:10px;
	border:1px solid #CCC;
	padding:15px 10px;
}


.products_list_set .product_img {
	float:left;
	width:314px;
}

.products_list_set .product_img img {
	padding:6px;
	/*background:url(/common/img/common/slash_pict_CCCCCC.gif);*/
	border:1px solid #CCC;
	margin-bottom:7px;
}

.products_list_set .product_description {
	float:right;
	width:230px;
}

.products_list_set .product_origin {
	margin-bottom:15px;
}


/* contact----------------------------------------------------------------- */



#container.category-contact textarea {
	font-size:100%;
	line-height:140%;
	color:#666;
}

#mail_form {
	border-top: solid 6px #E3E3E3;
}

form#mailform {
	padding: 0px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	line-height:160%;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 6px #E3E3E3;
	padding: 10px 0;
}
table.mailform tr th {
	width: 30%;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}






/* about----------------------------------------------------------------- */


#page_about dl {
	border-top:solid #888 1px;
	border-bottom:solid #888 1px;
	padding:8px;
	margin-bottom:10px;
}

#page_about dl dt {
	float:left;
	padding-right:5px;
	width:100px;
}

#page_about dl dd {
	float:left;
	padding-left:10px;
	border-left:solid #888 1px;
}








/* blog page----------------------------------------------------------------- */


#blog_page .blog-entry-wrapper, body.blog_layout .entry-container{
	margin-bottom:35px;
	padding:30px;
	border:solid 6px #E8E3D5;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}




body#blog_page .left-blog {
	padding:20px;
	width:600px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(/common/img/common/white_square_1_80.png);
}


body#blog_page .right-blog {
	width:320px;
}


body.blog_layout h1#page-title {
	font-size:120%;
	line-height:140%;
	color:#8F711D;
	margin-bottom:5px !important;
}

body.blog_layout h3.entry-title {
	font-size:115%;
	line-height:150%;
	padding-bottom:6px;
	border-bottom:solid #CCC 1px;
}

body.blog_layout .entery-date {
	border-bottom:solid #CCC 1px;
	margin-bottom:15px;
}

body.blog_layout .date-header, body.blog_layout .archive-date-header {
	font-size:90%;
}


body.blog_layout .date-header {
	margin:7px 0;
}

body.blog_layout .entry-body {
	padding:10px 0;
	line-height:150%;
}

body.blog_layout .entry-more {
	padding:10px 0;
	line-height:150%;
}

body.blog_layout .blog_set {
	padding-bottom:25px;
	border-bottom:dotted #CCC 1px;
}

body.blog_layout .entry-more-link {
	line-height:100%;
	margin-top:10px;
	padding-left:35px;
	background:url(/common/img/common/flag_en.gif) center left no-repeat;
}


body.blog_layout .archive-date-header {
	text-align:left;
	margin:20px 0 7px;
}


body.blog_layout .archive-content {
	margin-top:7px;
	font-size:110%;
	line-height:150%;
	text-align:left;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:4px 0;
}




body.blog_layout .content-nav {
	font-size:90%;
	margin-top:25px;
	text-align:center;
	border-top:solid 6px #E8E3D5;
	border-bottom:solid 6px #E8E3D5;
	padding:5px 0;
}

body.blog_layout .content-nav-meta {
	border-bottom:dotted 1px #CCC;
	padding:2px 0;
	margin:0 10px 2px 10px;
}


body.blog_layout .archive-entry-unit {
	border-bottom:dotted 2px #666;
	margin:25px 0;
}


body.blog_layout .archive-title {
	padding-bottom:10px;
	margin-bottom:15px;
}


body.blog_layout .archive-header {
	text-align:left;
	font-size:110%;
	padding:4px 0;
}

body.blog_layout .archive-monthly {
	padding:20px;
	background-color:#FFF;
}

body.blog_layout .archive-monthly li a {
	display:block;
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	padding:8px 15px;
	margin:10px auto;
}

body.blog_layout .archive-monthly li a:hover {
	color:#666;
	background: url(/common/img/common/slash_pict_CCCCCC.gif);
}



body.blog_layout .left-blog img {
	max-width:540px !important;
}


body.blog_layout .blog_thumbnail {
	margin-top:20px;
	
}

body.blog_layout .blog_thumbnail img {
	float:left;
	width:160px;
	margin-right:8px;

}



/* side-bar */


body.blog_layout .blog-sidebar-header {
	margin-bottom:10px;
}


body#blog_page  #headline_set {
	margin-bottom:30px;
}

body#blog_page #headline_set dl.headline_unit {
	margin-bottom:10px;
}

body#blog_page #headline_set dl.headline_unit p {
	line-height:100%;
	margin-bottom:10px;
}

body#blog_page #headline_set dl.headline_unit a {
	display:block;
	padding:10px 15px;
	color:#444;
	background: #E8E3D5;
	/*border:solid 1px #888;*/
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

body#blog_page #headline_set dl.headline_unit .headline_date {
	color:#888;
	margin-bottom:5px;
}

body#blog_page #headline_set dl.headline_unit a:hover {
	background: #F2F2E9;
}


#blog_pages_nav ul li a:hover {
	background-color: #E2DAC5;
}


#blog_category_archive ul li a {
	display:block;
	padding:10px 15px;
	color:#FFF;
	background: /*#AD9E7E*/ #b5a68a url(/common/img/common/right_arrow.png) right center no-repeat;
	margin-bottom:10px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#blog_category_archive ul li a:hover {
	background: #F2F2E9;
	color: #666;
}








/* @media print
    * {
        position: static !important;
        overflow: visible !important;
    }*/
}
