@charset "utf-8";
@import url("../../../../css/common.css");
/*
Theme Name: 粂の坊ったん
Theme URI: http://www.kume-bottan.com/
Description: 粂の坊ったん専用テーマ
Version: 1.6
Author: e-press
Author URI: http://www.e-press.jp/
*/

/*----------------------------------------------------------------------------------------------------
header
	1.menu
----------------------------------------------------------------------------------------------------*/

div#header{
	background:url(../../../../img/common/back_header.jpg) no-repeat top left;
	height:260px;
}

/* 1.menu */

ul#menu{
	position:absolute;
	top:10px;
	left:200px;
}
ul#menu li{
	display:block;
	height:35px;
}
ul#menu li a{
	display:inline-block;
	height:35px;
}

ul#menu li#menunews{
	position:absolute;
	top:10px;
	width:120px;
}
ul#menu li.menunews{
	background:url(../../../../img/common/menu01_b.png) no-repeat;
}
ul#menu li#menunews a{
	background:url(../../../../img/common/menu01_a.png) no-repeat;
	width:120px;
}
ul#menu li#menunews a:hover{
	background:url(../../../../img/common/menu01_b.png) no-repeat;
}


ul#menu li#menulist{
	position:absolute;
	top:45px;
	left:10px;
	width:190px;
}
ul#menu li.menulist{
	background:url(../../../../img/common/menu02_b.png) no-repeat;
}
ul#menu li#menulist a{
	background:url(../../../../img/common/menu02_a.png) no-repeat;
	width:190px;
}
ul#menu li#menulist a:hover{
	background:url(../../../../img/common/menu02_b.png) no-repeat;
}

ul#menu li#menuevent{
	position:absolute;
	top:80px;
	left:30px;
	width:195px;
}
ul#menu li.menuevent{
	background:url(../../../../img/common/menu03_b.png) no-repeat;
}
ul#menu li#menuevent a{
	background:url(../../../../img/common/menu03_a.png) no-repeat;
	width:195px;
}
ul#menu li#menuevent a:hover{
	background:url(../../../../img/common/menu03_b.png) no-repeat;
}

ul#menu li#menublog{
	position:absolute;
	top:115px;
	left:60px;
	width:170px;
}
ul#menu li.menublog{
	background:url(../../../../img/common/menu04_b.png);
}
ul#menu li#menublog a{
	background:url(../../../../img/common/menu04_a.png);
	width:170px;
}
ul#menu li#menublog a:hover{
	background:url(../../../../img/common/menu04_b.png);
}

ul#menu li#menuadopt{
	width:120px;
	position:absolute;
	top:150px;
	left:100px;
}
ul#menu li.menuadopt{
	background:url(../../../../img/common/menu05_b.png) no-repeat;
}
ul#menu li#menuadopt a{
	background:url(../../../../img/common/menu05_a.png) no-repeat;
	width:120px;
}
ul#menu li#menuadopt a:hover{
	background:url(../../../../img/common/menu05_b.png) no-repeat;
}

/*----------------------------------------------------------------------------------------------------
main
	1.pan
	2-1.style
	2-2.entry
	2-3.comment
	2-4.search form
	2-5.caution
----------------------------------------------------------------------------------------------------*/

/* 1.pan */

p#pan{
	color:#EEEEEE;
	margin-bottom:20px;
	text-align:left;
}
p#pan a{color:#F6BD6B;}

/* 2-1.style */

.titleentry{
	color:#EEEEEE;
	clear:both;
	font-size:2em;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:0.1em;
	text-align:left;
}
.titleentry a{
	color:#F6BD6B;
	text-decoration:none;
}
.titleentry a:visited{
	color:#EEEEEE;
}

.titlepage{
	background:url(../../../../img/common/back_paper.jpg);
	border-bottom:5px #F6BD6B solid;
	font-size:2em;
	font-weight:bold;
	padding:5px 10px;
	text-align:left;
	margin-bottom:20px;
}

ul.post{
	color:#EEEEEE;
	text-align:right;
	margin-bottom:1em;
}
ul.post a{
	color:#F6BD6B;
	text-decoration:none;
}
ul.post li{
	border-left:1px #CCCCCC solid;
	display:inline;
	margin-left:0.5em;
	padding-left:0.5em;
}

ul.post li:first-child,  
ul.post li.firstChild {  
    border-left: 0;  
    margin-left: 0;  
    padding-left: 0;  
} 
p.serif{text-align:right;}

p.pagetop{
	clear:both;
	margin-bottom:40px;
	text-align:right;
}
p.pagetop a{
	color:#EEEEEE;
}

/* 2-2.entry */

div.entry{
	background:url(../../../../img/common/back_entry.png);
	border-top:1px #EEEEEE dotted;
	border-left:1px #EEEEEE dotted;
	border-right:1px #EEEEEE solid;
	border-bottom:1px #EEEEEE solid;
	line-height:1.6;
	margin-bottom:20px;
	overflow:hidden;
	padding:19px;
	text-align:left;
}
div.entry:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div.entry{display:inline-block;}
html[xmlns] div.entry{display:block;}
* html div.entry{height:1%;}

div.entry img.alignright{margin:0 0 1em 1em;}
div.entry img.alignleft{margin:0 1em 1em 0;}
div.entry .alignright{float:right;}
div.entry .alignleft{float:left;}
div.entry .aligncenter{
	clear:both;
	display:block;
	margin:1em auto 0;
}

.wp-caption{
	border:1px #CCCCCC solid;
	background:url(../../../../img/common/back_gray.jpg);
	padding:9px;
	text-align:center;
}
.wp-caption-text{
	font-size:80%;
}

code {
	display:block;
	direction:ltr;
	text-align:left;
}

acronym,
abbr,
span.caps{letter-spacing:0; /* fix opera bug */}

div.entry p{margin-top:1em;}

div.entry ul{
	list-style:disc;
	margin-top:1em;
	margin-left:2em;
}
div.entry ul ul{
	list-style:circle;
	margin:1em 0;
	margin-left:1.5em;
}
div.entry ol{
	list-style:decimal;
	margin-top:1em;
	margin-left:2.5em;
}
div.entry dl{
}
div.entry dl dt{
	font-weight:bold;
	margin-top:1em;
}
div.entry dl dd{margin-left:1em;}

div.entry blockquote{
	clear:both;
	border:1px #CCCCCC solid;
	background-color:#EEEEEE;
	margin-left:1em;
	padding:9px;
}

div.entry address{
	font-style:italic;
	margin-top:1em;
}

div.entry a{color:#EB9041;}
div.entry a:visited{color:#999999;}

div.entry h1,
div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6{
	background:none;
	border:none;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin:0;
	margin-top:1em;
	padding:0;
}
div.entry h1{font-size:2em;}
div.entry h2{font-size:1.6em;}
div.entry h3{font-size:1.4em;}
div.entry h4{font-size:1.2em;}
div.entry h5{font-size:1em;}
div.entry h6{font-size:0.8em;}

/* 2-3.comment */

div#comment{
	color:#EEEEEE;
	line-height:1.6;
	text-align:left;
}
div#comment h3{
	background:url(../../../../img/common/back_paper.jpg);
	border-bottom:5px #F6BD6B solid;
	color:#333333;
	font-weight:bold;
	margin-bottom:20px;
	padding:0.3em 10px;
	text-align:left;
}

div#comment p{margin-top:1em;}

div#comment ol{margin-bottom:40px;}
div#comment ol li{
	border-bottom:1px #EEEEEE dotted;
	padding:1em 0;
}
div#comment dl{
	text-align:left;
	margin-bottom:1em;
}
div#comment dt{
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div#comment dd{display:block;}

div#comment a{color:#EB9041;}
div#comment a:visited{color:#999999;}

ul.post{
	text-align:right;
	margin-bottom:1em;
}
ul.post a{
	color:#F6BD6B;
}

ul.account li{
	border-left:1px #EEEEEE solid;
	display:inline;
	margin-left:1em;
	padding-left:1em;
}
ul.account li:first-child,  
ul.account li.firstChild {  
    border-left: 0;  
    margin-left: 0;  
    padding-left: 0;  
}

div#comment textarea#commenttext{
	background:none;
	border:1px #EEEEEE solid;
	color:#EEEEEE;
	width:578px;
}
div#comment textarea#commenttext:hover,
div#comment textarea#commenttext:focus{
	border:1px #F6BD6B solid;
}


#author,#email,#url{
	background:none;
	border:1px #EEEEEE solid;
	width:298px;
}
#author:hover,
#author:focus,
#email:hover,
#email:focus,
#url:hover,
#url:focus{
	border:1px #F6BD6B solid;
}

p.submit{margin-bottom:20px;}

.comment-meta{
	font-size:80%;
	text-align:right;
}

#submit{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	color:#333333;
	font-weight:bold;
	height:2em;
	letter-spacing:1em;
	width:578px;
}
#submit:hover{
	border:1px #F6BD6B solid;
	background:url(../../../../img/common/back_wood.jpg);
	color:#333333;
	font-weight:bold;
	letter-spacing:1em;
}
.required{
	color:#FF0000;
	font-size:80%;
}

/* 2-4.search form */

form#searchform{}
form#searchform p{
	text-align:left;
	margin-bottom:5px;
}

form#searchform #s{
	background:none;
	border:1px #CCCCCC solid;
	color:#EEEEEE;
	font-size:1.4em;
	margin-bottom:10px;
	width:198px;
}
form#searchform #s:hover,
form#searchform #s:focus{
	border:1px #F6BD6B solid;
}

#searchsubmit{
	background:#EEEEEE;
	border:1px #CCCCCC solid;
	color:#333333;
	letter-spacing:1em;
	height:2em;
	width:198px;
}

#searchsubmit:hover,
#searchsubmit:focus{
	border:1px #F6BD6B solid;
	background:url(../../../../img/common/back_wood.jpg);
	color:#333333;
	font-weight:bold;
	letter-spacing:1em;
}

/*----------------------------------------------------------------------------------------------------
side
	1.shopinfo
	2.widget
	3.tagcloud
	4.calendar
----------------------------------------------------------------------------------------------------*/

/* 1.shopinfo */

div#shopinfo{
	background:url(../../../../img/common/back_wood.jpg);
	margin-bottom:20px;
	padding:10px;
	width:180px;
}
div#shopinfo h2{
	background: url(../../../../img/common/back_paper.jpg);
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
}
div#shopinfo img{
	margin-bottom:10px;
}
div#shopinfo dl{
	background:url(../../../../img/common/back_entry.png);
	line-height:1.6;
	padding:10px;
	text-align:left;
}
div#shopinfo dt{
	font-weight:bold;
}
div#shopinfo dd{
	margin-left:1em;
}

/* 2.widget */

div.widget{
	border-bottom:1px #CCCCCC dotted;
	color:#EEEEEE;
	margin-bottom:20px;
	padding-bottom:20px;
}

h2.widgettitle{
	background: url(../../../../img/common/back_paper.jpg);
	border-bottom:5px #F6BD6B solid;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
}

div.widget ul{
	text-align:left;
}

div.widget ul li{line-height:2;}
div.widget ul li a{
	background:url(../../../../img/common/arrow_link.png) no-repeat left center;
	display:inline-block;
	color:#EEEEEE;
	padding-left:18px;
}
div.widget ul li a:visited{color:#999999;}
div.widget ul li ul li{
	margin-left:18px;
}

/* 3.tagcloud */

div.widget_tag_cloud div{
	line-height:1.6;
	text-align:left;
}
div.widget_tag_cloud div a{
	color:#333333;
	display:inline;
	padding-right:10px;
}
div.widget_tag_cloud div a:visited{color:#CCCCCC;}

/* 4.calendar */

#calendar_wrap{width:200px;}
#calendar_wrap caption{
	color:#EEEEEE;
	line-height:2;
}
table#wp-calendar{
	background:url(../../../../img/common/back_entry.png);
	color:#333333;
	font-size:100%;
	margin:0 auto;
	text-align:center;
	table-layout:fixed;
	width:100%;
}
table#wp-calendar thead{background:url(../../../../img/common/back_wood.jpg);}
table#wp-calendar th{
	color:#333333;
	text-align:center;
	padding:5px 0;
}
table#wp-calendar td{
	border-top:1px #000000 solid;
	padding:0.1em 0;
	text-align:center;
}
table#wp-calendar a{
	color:#EB9041;
	font-weight:bold;
	text-decoration:none;
}
table#wp-calendar a:visited{
	color:#333333;
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------
footer
	1.border
----------------------------------------------------------------------------------------------------*/

/* 1.border */

div#border{
	height:30px;
}
