/* パンくずリスト
-------------------------------------------------- */
#pan {
	color:#999;
	font-size: 80%;
	margin-bottom:10px;
}

/* 表示エリア
-------------------------------------------------- */
#shop {
width: 420px;
float: right;
background-image: url(../image/shop-back.gif);
background-repeat:repeat-x;
padding: 20px;
}

/*IE6用*/
　* html div#shop{
width: 340px;
float: right;
background-image: url(../image/shop-back.gif);
background-repeat:repeat-x;
padding: 10px;
}
/**/

#shop h2 a:link {
color: #404040;
text-decoration: underline;
}
#shop h2 a:visited {
color: #404040;
text-decoration: none;
}

#shop h2 a:hover , a:active  {
color: #404040;
text-decoration: underline;
}


#shop img {
	text-align:center;
	margin:0 auto;
}

#shop p {
	font-size:95%;
	line-height:1.7em;
	margin: 20px 0;
}

#shop p#pagetitle {
border:1px dotted #363636;
color:#363636;
font-size:85%;
font-weight:bold;
padding:5px 0;
text-align:center;
}

#shop ul {
	border-top: 1px solid #cccccc;
	margin: 20px auto;
}

#shop ul li {
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	line-height: 1.5em;
	padding: 10px;
}


.pagelink a {
font-size: 75%;
color: #2b76cc;
}

.pagerev{
float: left;
}

.pagenext {
float:right;
}
	
/* 検索エリア
-------------------------------------------------- */
#kensaku {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#kensaku .serect {
	background-color: #f0eedb;
	border-top: 1px #6d6b64 solid;
	border-bottom: 1px #6d6b64 solid;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	font-size:100%;
	color:#326eac;
	vertical-align:middle;
	display:table-cell;
	width:180px;
}



#kensaku form {
	margin-bottom: 10px;
	text-align: center;
}

#kensaku form input {
	margin-top: 10px;
}

#kensaku ul {
	padding:0px;
	color:#666666;
	font-size: 100%;
	margin-bottom:15px;
}

#kensaku ul li {
	border-bottom: 1px #6d6b64 solid;
	padding:  10px 0 10px 15px;
	background-image:url(../image/list01.gif);
	background-repeat:no-repeat;
	background-position: 0 12px;
	
}

#kensaku ul li a:hover{
	border-bottom: 1px #6d6b64 solid;
	background-color:#f5f5f5;
}

#kensaku img {
	padding-right: 3px;
}

p#tagcloud {
line-height: 1.2;
margin-top: 10px;
}

p#tagcloud a {
color: #2b76cc;
}

#kensaku .rss {
	background-color: #f0eedb;
	border-top: 1px #6d6b64 solid;
	border-bottom: 1px #6d6b64 solid;
	padding: 5px;
	margin: 20px 0;
	font-weight: bold;
	font-size:85%;
	color:#326eac;
	vertical-align:middle;
	width:180px;
}