@charset "utf-8";
/*
Theme Name: voice
Theme URI: http://www.leaf-cake.co.jp/voice/
Description: Blog Templates presented by Leaf.
Version: 1.0
Author: Leaf Inc.
*/


/*wordpress only use
-----------------------------------------------------------------------------*/
#contents a{
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}
.meta{
	padding:0 0 20px 20px;
	text-align:right;
}
.feedback{
	text-align:right;
	padding-bottom:40px;
}
.foot-navi{
	text-align:center;
	padding-bottom:20px;
}


/*トラックバック
------------------------------------*/
#trackback-form{
	height:1%;
}
#trackback-form ul:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#trackback-form ul{
	margin:0 30px;
	padding:0;
}
.article-option {
	padding:15px 0;
}
.article-option ol{
	list-style:none;
}

div#trackback-form ul li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
#trackback-form ul li.trackback-form-url {
	width: 90%;
}
#trackback-form ul li.trackback-form-url span input{
	width: 90%;
}
#trackback-form ul li.trackback-form-url span{
	display: block;
}

li.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li{
	list-style:none;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

/*コメント
------------------------------------*/
li.comment-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}
div#comment-form-body {
	padding: 0 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 8em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

div#comment-form-body table tr.submit td {
	text-align: center;
}
ul.comment-info li{
	list-style-type: none;
	display: inline;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}


/*structure
-----------------------------------------------------------------------------*/
h1{
	margin:0 0 20px;
}

/* パンくずナビ */
#pankuzu{
	margin:0 0 10px 10px;
}
#pankuzu li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#pankuzu li a {
	padding-right:10px;
	background:url(./images/arrow-pankuzu.gif) no-repeat right center;
}
.column-box{
	margin:20px 0 0;
	padding:0 0 15px;
}

/* 見出し */
.article-midashi{
	width:600px;
	background:url(./images/midashi-bg.gif) no-repeat left bottom;
	margin:0 0 10px;
	overflow:hidden;
	height:auto !important;
	min-height:69px;
	height:69px;
}
.article-midashi h2{
	font-size:1.4em;
	line-height:1.2;
	color:#9c5f41;
	padding:20px 0 20px 52px;
}
.article-midashi h2 a{ color:#9c5f41; }

.article-midashi .article-data{
	width:150px;
	float:right;
	padding:22px 0 0;
	margin:0 13px 0 0;
	display:inline;
	text-align:right;
	color:#bf977b;
}
.article-midashi .article-data a{ color:#bf977b; }

.column{
	margin:0 0 0 10px;
	width:590px;
	overflow:hidden;
}
.column img{
	float:left;
	margin:0 17px 0 0;
}

/*dl.detail{
	width:295px;
	padding:10px 0;
	float:right;
	color:#D8823A;
	background:#fcf4ec;
	border:solid 1px #ebc198;
}
dl.detail dt{
	width:9em;
	text-align:right;
	float:left;
}
dl.detail dd{
	margin-left:10em;
}*/

.detail{
	border:solid 1px #ebc198;
	background:#fcf4ec;
	padding:10px;
	margin:10px 0 0 275px;
	font-weight:bold;
	text-align:left;
	color:#D8823A;
}
.detail table{
	border-collapse:collapse;
	border-spacing:0;
	width:270px;
	font-size:100%;
}
.detail table th{
	font-weight:normal;
	text-align:left;
}


#permit{ margin:40px 0 20px; }

#menu-wp{
	width:190px;
	float:left;
}


/*menu detail
------------------------------------*/
#menu-wp h3{
	background:url(./images/menu-midashi-bg.gif) no-repeat left bottom;
	font-size:100%;
	line-height:32px;
	padding:0 0 0 7px;
	color:#ffffff;
}
#menu-toukou{
	margin:0px 0px 10px 0px;
}

/* 検索 */
#search{
	width:180px;
	padding:5px 0 20px;
}
#search table{
	border-collapse:collapse;
	border-spacing:0;
	width:160px;
	margin:10px 10px 0;
}
#search table th,#search table th input{
	width:120px;
}
#search table td,#search table td{
	width:40px;
}
#search table td,#search table td input{
	width:40px;
	text-align:center;
	margin:0;
	padding:0;
}
#search tfoot{ display:none; }

/* カレンダー */
#calendar{
	margin:8px 0 20px;
	padding:5px 0 0;
}
#calendar table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#calendar table caption{
	padding:10px 0 5px;
	text-align:center;
	color:#734B30;
	font-size:1.2em;
	font-weight:bold;
}
#calendar table thead th{
	font-weight:normal;
	color:#734B30;
	width:14%;
	font-size:1.2em;
	text-align:center;
}
#calendar table td{
	width:14%;
	text-align:center;
}

/* ケーキ別 */
#cake ul{
	margin:0 0 0 1px;
}
#cake ul li{
	padding-left:17px;
	background:url(/images/arrow.gif) no-repeat left center;
}

/* 最近の投稿 */
#recent ul{
	margin:0 0 0 1px;
}
#recent ul li{
	padding-left:17px;
	background:url(/images/arrow.gif) no-repeat left .35em;
}

/* 商品ラインアップ */
#lineup h3{
	margin:0 0 5px;
}
#rss{
	padding:7px 0 0 7px;
}

/* 検索結果 */
.midashi-search{
	background:url(./images/midashi-bg.gif) no-repeat left bottom;
	color:#af0e0e;
	font-size:1.6em;
	line-height:1.2;
	padding:2px 0 2px 6px;
	margin:0 0 10px;
}
.post,.hentry{
	margin:0 0 0 20px;
}
#rss{
	padding:7px 0 0 7px;
}


/*font
------------------------------------*/
h1{
}
h2{
}
h3{
}
h4{
}


