@charset "UTF-8";
/*
Theme Name: 幸せの北海道スイーツ 
Theme URI: http://wordpress.org/
Description: 幸せの北海道スイーツのテーマ。2009.1.28制作。
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



@charset "UTF-8";

* {
	text-decoration:none;
	font-size: 100%;
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:bottom;
}
ul {
	list-style-type:none;
}

/*---table---*/
table, td, tr, th{
	font-weight: normal;
	/*vertical-align: bottom;*/
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	
}
/*---clear---*/	
.clear {
	visibility:hidden;
	clear:both;
	height:1px;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---common body---*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	background-image:url(images/common/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffbcd1;
	text-align:center;
	color:#333;
	}
/*Internet Explorlorer 6 or sooner */
*html body {
	font-size:75%;
	}

/*---Link---*/
a:link {
	color: #e62453;
	text-decoration:underline;
}
a:visited {
	color: #ef5b7f;
	text-decoration:underline;
}
a:active {
	color: #666;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}




/* 全体を囲む */
#wrap {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	background-color:#fff;
	margin-top:0;
	padding:0;
	}
#header img {
	}

/* ナビゲーション */
#sidebar {
	width:210px;
	float:left;
	margin-left:15px;
	margin-top:20px;
	display:inline;
	}

#sidebar ul {
	list-style:none;
	padding:0;
	}
.banner {
	margin-bottom:5px;
	}
	
/*ページ*/
#sidebar ul li#pages h2 {
	display:none;
	}
#sidebar ul li#pages {
	display:block;
	width:210px;
	background-image:url(images/common/nav_bg_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:5px;
	margin-bottom:10px;
	}
#sidebar ul li#pages ul {
	display:block;
	width:210px;
	background-image:url(images/common/nav_bg_3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	}
#sidebar ul li#pages ul li {
	background-image:url(images/common/nav_bg_2.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:10px;
	border-bottom:1px dashed #fed6e2;
	}
#sidebar ul li#pages ul li a {
	background-image:url(images/common/nav_icon.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	line-height:24px;
	padding-left:30px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	}
#sidebar ul li#pages ul li a:hover {
	color:#CC0000;
	}
#sidebar ul li#pages ul li ul {
	display:none;
	}
#sidebar address {
	font-style:normal;
	padding:10px;
	line-height:150%;
	}

/*ブログ*/
#sidebar ul li.widget_categories {
	display:block;
	width:210px;
	
	}
#sidebar ul li.widget_categories h2 {
	background-image:url(images/common/widget_bg_2.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:5px 10px;
	border-bottom:1px dashed #ffca65;
	margin:0;
	font-size:100%;
	}
#sidebar ul li.widget_categories ul {
	display:block;
	width:210px;
	background-image:url(images/common/widget_bg_3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	}
#sidebar ul li.widget_categories ul li {
	background-image:url(images/common/widget_bg_2.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:10px;
	border-bottom:1px dashed #ffca65;
	}
#sidebar ul li.widget_categories ul li a {
	display:block;
	font-size:100%;
	font-weight:bold;
	text-decoration:underline;
	}
#sidebar ul li.widget_categories ul li a:hover {
	color:#CC0000;
	}
#sidebar ul li.widget_categories ul li ul.children {
	background-image:none;
	margin:0 0 0 10px;
	padding:0;
	width:180px;
	}
#sidebar ul li.widget_categories ul li ul.children li {
	background-image:none;
	padding:10px 0 0 0;
	border-bottom:none;
	}

/*検索*/
#sidebar #search {
	padding:10px;
	border:1px solid #ccc;
	margin:10px 0;
	}

#sidebar #s {
	width:130px;
	}

/*フッター*/
#footer {
	clear:both;
	text-align:center;
	clear:both;
	padding-top:20px;
	}

p {
	margin-bottom:15px;
	}


/* 中ページ ---------------------------------------------------*/


/* コンテンツ */
body#page #wrap {
	text-align:left;	
	}
body#page #content {
	width:530px;
	float:right;
	margin-right:15px;
	margin-top:20px;
	display:inline;
	}
body#page #content h2 {
	padding:8px 10px 5px 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	font-size:120%;
	}
body#page #content h2 strong {
	background-color:#c50119;
	padding:3px;
	color:#fff;
	margin-right:5px;
	}
body#page #content h3 {
	color:#d10421;
	font-size:120%;
	line-height:150%;
	margin:5px;
	}
body#page #content h3 span {
	color:#333;
	font-size:80%;
	}
body#page #content p {
	line-height:150%;
	margin:5px 10px;
	}
/*---Blog----------------------------------------------------------*/
#comment {
	width:400px;
	}

/*---Book----------------------------------------------------------*/


/* book index */ 

.book_img {
	width:120px;
	float:left;
	padding-left:12px;
	margin-bottom:12px;
	}
.book_ttl {
	width:350px;
	float:right;
	padding-right:12px;
	margin-bottom:12px;
	}
.book_ttl h2 {
	padding:0!important;
	margin:0!important;
	border:0!important;
	}
.book_ttl p {
	padding:0!important;
	margin:0 0 12px 0!important;
	}
.book_ttl p.book_price {
	padding:5px!important;
	border:1px solid #ccc;
	display:inline;
	}
.book_ttl p.book_linktxt {
	margin-top:6px;
	text-align:right;
	}
.book_ttl h3 {
	margin-bottom:6px;
	font-size:110%;
	color:#005e2a;
	}
#book_rinen {
	text-align:center;
	width:250px;
	margin-bottom:24px;
	margin-left:120px;
	background-color:#eee;
	padding-top:12px;
	border:1px solid #c7c7c7;
	}
#book_rinen h5 {
	margin-bottom:12px;
	font-size:120%;
	}

#book_box {
	background-color:#f6f6f6;
	border:1px solid #c7c7c7;
	padding:12px;
	margin-top:24px;
	}
#book_box h3 {
	border-bottom:2px solid #b8ad96;
	font-size:110%;
	padding:5px;
	}
#book_box ul {
	padding-left:10px;
	margin-top:10px;
	list-style:disc;
	}
#book_box ul li {
	padding-bottom:15px;
	}
#book_box ul li img {
	padding-top:5px;
	}
#book_box ul li ul {
	padding-left:0;
	}
#book_box ul li ul li {
	padding-bottom:5px;
	}

/* book 紹介 */

#book_area {
	width:180px;
	float:left;
	padding-left:12px;
	margin-bottom:12px;
	}
#book_area p {
	margin:8px 0 0 12px;
	padding:0;
	font-size:85%;
	}
#book_txt {
	width:299px;
	float:right;
	padding-right:12px;
	margin-bottom:12px;
	}
#book_txt p ,#book_txt h2 ,#book_txt h3 {
	margin:0 0 12px 0;
	padding:0;
	}
#book_txt p.book_txt_small {
	font-size:90%;
	text-indent:-1em;
	margin-left:1em;
	}
#book_txt_box {
	padding:12px;
	margin-bottom:12px;
	background-color:#eee;
	}
#book_txt_box h4 {
	color:#bb1016;
	font-size:130%;
	padding-top:5px;
	padding-bottom:12px;
	}
p.book_txt_box_list {
	padding-left:10px!important;
	margin-bottom:0!important;
	}


.book_press {
	background-color:#fdf6eb;
	padding:12px;
	margin-bottom:12px;
	}
.book_press_left {
	float:left;
	width:226px;
	padding:15px 0;
	text-align:center;
	background-color:#fff;
	border:1px solid #ffd0a2;
	}
.book_press_left p {
	padding:0!important;
	margin:15px 5px;
	}
.book_press_right {
	float:right;
	width:260px;
	}
.book_press_right p {
	padding:0;
	margin:5px 0 10px 0;
	line-height:150%;
	}


.book_page {
	background-color:#eee;
	padding:12px;
	margin-bottom:12px;
	}
.book_page img.book_space {
	 padding-right:10px;
	 }
/* sweets */ 
.sweets_div_1 {
	background-color:#fff1f9;
	padding:14px;
	margin-bottom:12px;
	border:1px solid #ffb0da;
	}
.sweets_div_2 {
	background-color:#fff;
	padding:14px;
	margin-bottom:12px;
	border:1px solid #ffb0da;
	}

.buy_div {
	border-bottom:1px dotted #ccc;
	margin:12px;
	}
.buy_div h3 {
	font-size:110%!important;
	}


/* キャンペーン ---------------------------------------------------*/
/* テーブル */
body#page #content table.event {
	margin:12px auto;
	border:1px solid #999;
	width:85%;
	}
body#page #content table.event th {
	vertical-align:top;
	padding:6px;
	background-color:#fdf2c4;
	border:1px solid #999;
	}
body#page #content table.event td {
	border:1px solid #999;
	padding:6px;
	}

h3.campaign_pttl {
	background-color:#fdf2c4;
	padding:5px 10px;
	border:1px solid #ff82ab;
	margin-top:30px!important;
	}
h4.campaign_area {
	font-size:100%;
	margin:5px 10px;
	border-bottom:1px solid #ff82ab;
	padding:20px 5px 5px 5px;
	clear:both;
	}

.campaign_shop {
	width:325px;
	padding-left:10px;
	float:left;
	}
.campaign_shop_2 {
	padding-left:10px;
	}
.campaign_img {
	width:182px;
	float:right;
	padding-right:10px;
	padding-top:10px;
	}

.campaign_shop h5 ,.campaign_shop_2 h5 {
	padding:3px;
	margin-top:10px;
	border-left:5px solid #ff82ab;
	}
.campaign_shop h5 strong ,.campaign_shop_2 h5 strong {
	font-size:130%;
	color:#d10421;	
	}
.campaign_shop table {
	width:310px;
	margin-left:5px;
	line-height:140%;
	margin-bottom:5px;
	margin-top:5px;
	}
.campaign_shop table th {
	background-color:#d10421;
	padding:3px;
	color:#fff;
	width:4em;
	border:2px solid #fff;
	vertical-align:top;
	}
.campaign_shop table td {
	border:2px solid #fff;
	padding:3px;
	}


.campaign_shop_2 table {
	width:500px;
	margin-left:5px;
	line-height:140%;
	margin-bottom:5px;
	margin-top:5px;
	}
.campaign_shop_2 table th {
	background-color:#d10421;
	padding:3px;
	color:#fff;
	width:4em;
	border:2px solid #fff;
	vertical-align:top;
	}
.campaign_shop_2 table td {
	border:2px solid #fff;
	padding:3px;
	
	}



/* Begin Images ----------------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

body .entry ul {
	margin-left: 0px;
	list-style-type:disc!important;
	padding-left: 20px;
	margin:10px 0;
	}

body .entry li {
	margin: 7px 0 8px 10px!important;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.post {
	clear:both;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
.postmetadata {
	clear:both;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Lists */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


table.gallery {
margin:20px 0;
}
table.gallery td {
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
}
.pink {
	padding:10px;
	background-color:#fff0f5;
	text-align:left!important;
}