@charset "utf-8";
/*
Theme Name: OkashonoTORIKO
Theme URI: http://www.sysbird.jp/toriko/
Description: 有名なお菓子の虜のテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://www.sysbird.jp/toriko/
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

*/

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #EFEFEF;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a {
	color: #73471B;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p {
	padding: 12px 0px;
	}

p a {
	color: #977C57;
	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right,
.attachment-post-thumbnail {
  	margin: 5px 0px 10px 10px;
  	float: right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0;		
}
th {
	padding: 5px;
	color: #fff;
	text-align: left;
	background: #3399cc;	
  	border: 1px solid #fff; 
}
td {
	background: #fff;
	padding: 3px 10px;
   border: 1px solid #E4E4E4;
}	
/* end - table */

/* form elements */
/*
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
*/
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
/*
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
*/
}
option { padding-right: 0.5em; } 

input.button { 
/*	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
*/
}

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFFFDD;
	font-size: 90%;
	line-height: 160%;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p {
	padding: 12px 0px;
	}

p a {
	color: #977C57;
	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0;		
}
th {
	padding: 5px;
	color: #fff;
	text-align: left;
	background: #3399cc;	
  	border: 1px solid #fff; 
}
td {
	background: #fff;
	padding: 3px 10px;
   border: 1px solid #E4E4E4;
}	
/* end - table */

/* form elements */
/*
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
*/
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
/*
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
*/
}
option { padding-right: 0.5em; } 

input.button { 
/*	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
*/
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 900px;
	margin: 25px auto 30px auto;
	text-align: left;	
	background: #FFF url(images/wrap.jpg) repeat-y center top;
}
#content {
	clear: both;	
	float: left;	
	width: 900px;						
	padding: 25px 0 60px 0;
	margin: 0;
	background: url(images/content.jpg) no-repeat center top;
}
#header {
	position: relative;
	width: 900px;
	height: 237px;
	background: #8AB84B url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header h1 a {
	position: absolute;
	display:block;
	width: 360px;
	height: 150px;
	top: 75px; left: 50px;
	text-indent: -9999px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
	text-indent: -9999px;
}

/* top-menu */
 #top-menu {
 	position: absolute;
	color: #FFF;
	top: 40px;
	right: 230px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 900px;
	height: 50px;
	background: #988060 url(images/nav.jpg) no-repeat;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 55px;				
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li.current {
	background: transparent url(images/left-tab.gif) no-repeat;	
}
#nav ul li.current a {	
	color: #4B3D2C;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 463px;
	padding: 0; margin: 0 0 0 60px;
	display: inline;	

}

#main h2 {
	font-size: 160%;
	color: #51432F; 
	padding: 10px 0 10px 0px; 	
/*	border-bottom: 1px solid #3399cc;  */
	background: transparent url(images/h2.gif) repeat-x left bottom;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;
	background: none;
}

#main h3 {
	margin: 20px 0 20px 0;
	padding: 2px 0px 0px 0px;
}

#main h4 {
	padding: 15px 0 0;
	border-top: 1px dashed #ccc; 
}

/* single
--------------------------------------*/
#content #main ul.photos {
	text-align: center;
	clear: both;
	}

#content #main ul.photos li {
	display: inline;
}

#content #main ul.photos li img {
	border: none;
	background: #FFF;
}

/* side
--------------------------------------*/
#sidebar {
	float: right;
	width: 277px;
	padding: 0; 
	margin: 0 60px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 5px; 
	margin: 10px 0 5px 10px; 	
/*	border-bottom: 1px solid #3399cc; */
	background: transparent url(images/h3.gif) repeat-x left bottom;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 0 25px 10px;
	padding: 0;
	text-decoration: none;			
}

#sidebar ul.sidemenu {
	margin-top: 0;
}

#sidebar ul.sidemenu li {
	list-style: none;
	margin: 0;
	padding: 5px 0px; 		
	border-bottom: 1px solid #E8E8E8;	
	line-height: 1.2;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	color: #DD7800;
	background: none;
	font-weight: normal;
	width: 250px;
	display: block;
}

#sidebar ul.sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-style: italic;
	font-weight: normal;
	}

#sidebar ul.sidemenu li a:hover {	
	color: #DD7800;
	background: none;	
	text-decoration: underline;
}

#sidebar ul.sidemenu.comment li {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 22px;
	border-bottom: 1px dashed #CCC;	
	background: transparent url(images/balloon.gif) no-repeat left 10px;
}

#sidebar ul.sidemenu.comment li a{
	display: inline;
	padding-left: 10px;
}

#sidebar ul.sidemenu.year li {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed #CCC;	
}

#sidebar ul.sidemenu.year li a{
	width: 250px;
	display: block;
}


#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#searchform {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(images/qsearch.gif) no-repeat;		
}
#sidebar form#searchform p {
	margin: 0; padding: 0;		
}
#sidebar form#searchform input {
	float: left;
	border: none;
	background: transparent;
	color: #333;	
	margin: 0;
}
#sidebar form#searchform .s {
	margin: 5px 0 0 5px; 
	width: 200px;	
	display: inline;
}
#sidebar form#searchform .btn{
	float: right;
}
#sidebar form#searchform label {
	display: none;
}

#sidebar img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
  	margin: 0 0 0 10px;
  	padding: 2px;
}

#sidebar .wpokccounter {
	margin: 1em 1em 2em 1em;
	color: #555;
	}

#sidebar .wpokccounter em {
	font-weight: bold;
	padding： 0 5px;
	}

/* footer */
#footer {
	clear: both;
	width: 900px;
	height: 155px;
	margin: 0;
	background: #FFF url(images/footer.jpg) no-repeat left top;
	color: #555; 
	text-align: center;	
	letter-spacing: .2px;
}

#footer a { 
	color: #555; 
	border-bottom: 1px dotted #555;
}

#footer a:hover { 
	color: #555; 
	border-bottom: 1px solid #555;
	text-decoration: none;
}

#footer p {
	padding: 35px 0 0 0;
}
#footer p.powered{
	padding: 0;
	color: #FFF; 
}
#footer p.powered a{ 
	color: #fff; 
	border-bottom: 1px dotted #fff;
}

#footer p.powered a:hover{ 
	color: #fff; 
	border-bottom: 1px solid #fff;
}


/* 管理画面 */
#main.master{

	float: left;
	width: 780px;
	padding: 0;
}

/* feed icon */
#feed a{
 	position: absolute;
 	top: 283px;
	right: 22px;
	width: 69px;
	height: 69px;
	background: #FF0 url(images/feed.jpg) no-repeat;
	text-indent: -9999px;
}

/* postmeta */
.post-footer {
	clear: both;
	padding: 8px 10px;
	margin: 10px 0 50px;
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/balloon.gif) no-repeat left center;
	padding-left: 22px;
	color: #977C57;
}
.post-footer .readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/notebook.gif) no-repeat left center;
	padding-left: 22px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info {
	padding: 5px 0 0 0;
	color: #3399cc;
	}
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
#posted_comment .post{
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #CCC; 
}

#comment h3{
	padding: 0px;
	margin: 20px 0px 10px 0px;
	clear: both;
	border-top: none;
	background: none;
}

#posted_comment .post ul{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#posted_comment .post ul li{
	display: inline;
	border-left: solid 1px #ccc;
	padding: 0px 5px 0px 5px;
}

#posted_comment .post ul li.home{
	border-left: none;
	padding-left: 0px;
	color: #10A1D0;
	font-weight: bold;
}

#posted_comment .post a{
	color: #10A1D0;
}

/* メッセージ */
/* ----------------------------------------------------- */
.warning{
	font-weight: bold;
	color: #3366cc;
}

.error{
	font-weight: bold;
	color: #cc0000;
}

	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* このページの先頭へ
--------------------------------------*/
.backtotop{
	clear:both;
	margin:0 0 0 0;
	padding-top: 25px;
	background-image: url(images/bg_ancTop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.backtotop a{
	padding:2px 2px 2px 18px;
	background-image: url(images/bg_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left -16px;
}
.backtotop a:hover{
	background-image: url(images/bg_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* お菓子の基本情報テーブル
--------------------------------------*/
dl.basedata {
	clear: both;
	padding: 0;
	margin: 20px 0 40px;
	width: 100%;
}

dl.basedata dt {
	clear: both;
	color: #666;
	background: transparent url(images/basedata.gif) repeat-x left bottom;
	width: 7em;
	font-weight: bold;
	margin-right: 1em;
	padding: 0;
	float: left;
}

dl.basedata dd {
	padding: 2px 0;
}

dl.basedata dd a {
	border-bottom: 1px dotted #73471B;
	text-decoration: none;
}

dl.basedata dd a:hover {
	border-bottom: 1px solid #73471B;
	text-decoration: none;
}

/* 楽天
--------------------------------------*/
#main #rakuten {
	margin: 50px 0 40px 0;
	padding: 5px;
	border: dotted 1px #ccc;
}

#main #rakuten p {
	margin: 0 0 0 74px;
	padding: 0;
	font-size: 90%;
	line-height: 1.2;
}

#main #rakuten p a {
	color: #666;
}

#main #rakuten p.detail {
	margin-top: 5px;
}

#main #rakuten p.detail a {
	color: #c00;
	border-bottom: dotted 1px #c00;
	text-decoration: none;
}

#main #rakuten p.detail a:hover {
	border-bottom: solid 1px #c00;
	text-decoration: none;
}

#main #rakuten img {
	background: #fff;
	border: none;
	padding: 0;
	float: left;
}

#main #rakuten:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* 関連お菓子
--------------------------------------*/
#main h3.related {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#main ul.related {
	margin-top: 0;
	margin-bottom: 40px;
	list-style-type: disc;
}

#main ul.related li a {
	text-decoration: underline;
}

/* Web APIヘルプ用テーブル
--------------------------------------*/
table.help
{
	border-collapse: collapse;
	border:1px solid #cccccc;
	padding:0px;
	text-align: left;
}

table.help td.item {
	background-color: #EFEFEF;
	padding: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
}

table.help td.data {
	padding: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
}

table.help td.child {
	background:url(images/child.gif) no-repeat left center;
	padding-left: 20px;
}

/* お菓子の一覧テーブル
--------------------------------------*/
table.list
{
	border-collapse: collapse;
	border: none;
	padding:0px;
	width: 100%;
}

table.list td.white{
	background-color: #fff;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

table.list td.white.right{
	text-align: right;
}

table.list td.gray{
	background-color: #EFEFEF;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

table.list td.gray.right{
	text-align: right;
}

/* フォームテーブル
--------------------------------------*/
table.form
{
	border-collapse: collapse;
	border: none;
	padding:0px;
	width: 100%;
}

table.form td.item{
	background-color: #EFEFEF;
	padding: 2px 5px 2px 5px;
	text-align: right;
	border: 1px solid #fff;
}

table.form td.data{
	padding: 2px 0px 2px 5px;
}

.text_300 {
	width: 280px;
}

.text_165 {
	width: 165px;
}

.text_150 {
	width: 150px;
}

#sidebar .form{
	margin: 0px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}

/* パンクズ
--------------------------------------*/
#pankuzu {
	font-size: 80%;
	margin: 0px 0px 20px 0px;
}

#pankuzu ul {
	list-style-type:none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#pankuzu ul li {
	display:inline;
	margin: 0px;
}

#pankuzu a {
	padding-right:10px;
	background:url(images/path.gif) no-repeat right center;
	background:url(images/pankuzu.gif) no-repeat right center;
	text-align: left;
	text-decoration: none;
}

#pankuzu a:hover {
	text-decoration: underline;
}


/* 検索結果
--------------------------------------*/
.okclist{
   width: 100%;
}

.okclist tr {
	background: none;
}

.okclist td {
	background: none;
	padding: 3px 5px;
	line-height: 120%;
}	

.okclist td.name {
	border: none;
}

.okclist td.maker {
	white-space: nowrap;
	text-align: right;
	border: none;
}

.okclist td a {
	color: #3399cc;
}

.okclist td {
	background: none;
	padding: 3px 5px;
	line-height: 120%;
}	

.okclist td.hover,
.okclist tr.hover {
	cursor: pointer;
}	

/* バックナンバーの年表示
--------------------------------------*/
#backyear {
}

#backyear ul{
	clear : both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#backyear ul li{
	display: inline;
	border-left: solid 1px #ccc;
	padding: 0px 5px 0px 5px;
}

#backyear ul li.home{
	border-left: none;
	padding-left: 0px;
}

/* お菓子の編集フォーム
--------------------------------------*/
#editform {
	width: 600px;
  border: 1px solid #ccc;
   background: #FFF;
   display: none;
}

#editform h3 {
	margin: 0;
	padding: 0;
	color: #fff;
   background: #3399cc;
}

#editform table{
	width: 100%;
}

#editform input,#editform select,#editform textarea {
	margin: 0;
	padding: 0;
}

#editform table td {
   border: none;
}


#editform table td.item {
	text-align: right;
}

#editform #error{
	font-weight: bold;
	color: #c00;
}

#result .public{
}

#result .nopublic{
	color: #aaa;
}

/* ページネーション
--------------------------------------*/
ul.pager {
	width:100%;
	text-align:center;
	padding: 20px 0 0 0;
	margin: 0;
}

ul.bottom{
	padding: 0 0 20px 0;
}

ul.pager .top {
}

ul.pager li{
	display:inline;
	padding: 0 3px;
}

ul.pager li b{
}

ul.pager li a {
	color: #3399cc;
}

ul.pager li.prevPages{
	color: #ccc;
	padding-left:18px;
	padding-right:2em;
  }

ul.pager li.nextPages{
	color: #ccc;
	padding-left:2em;
	padding-right:15px;
}

p.pagerTxt{
	text-align:center;
	font-size: 90%;
	padding: 0px;
	margin: 0;
}

/* 地域限定
--------------------------------------*/
#main .more {
	text-align: right;
}

#main .more a {
	text-decoration: underline;
}

/* Tag Cloud
--------------------------------------*/
#sidebar ul#tagCloud {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.3;
	width: 100%;
}

#sidebar ul#tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

#sidebar ul#tagCloud li a {
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}

#sidebar ul#tagCloud li.level1 a {
	border-color: #002CA8;
	z-index: 6;
	font-size: 167%;
	font-weight: bold;
	color: #73471B;
}

#sidebar ul#tagCloud li.level2 a {
	border-color: #4071a1;
	top: 5px;
	z-index: 5;
	font-size: 136%;
	font-weight: bold;
	color: #107fc9;
}

#sidebar ul#tagCloud li.level3 a {
	border-color: #0e4dae;
	z-index: 4;
	font-size: 114%;
	color: #0e4dae;
}

#sidebar ul#tagCloud li.level4 a {
	border-color: #107fc9;
	top: 5px;
	z-index: 3;
	font-size: 100%;
	color: #107fc9;
}

#sidebar ul#tagCloud li.level5 a {
	border-color: #c58f1b;
	z-index: 2;
	font-size: 90%;
	color: #DD7800;
}

#sidebar ul#tagCloud li.level6 a {
	border-color: #b7ba0a;
	z-index: 1;
	font-size: 85%;
	color: #aaa;
}

#sidebar ul#tagCloud li a {
	border: none;
}

/* オンマウス */
#sidebar ul#tagCloud li a:hover {
	z-index: 10;
/*	background-color: #FBF7E3; */
	text-decoration: underline;
}

#sidebar ul#tagCloud li.more {
	clear:both;
	display: block;
	text-align: right;
	padding-top: 5px;
}

#sidebar ul#tagCloud li.more a{
	border: none;
	padding: 2px 2px 2px 14px;
	background: url(images/icon_link.gif) no-repeat left -14px;
}

#sidebar ul#tagCloud li.more a:hover {
	text-decoration: underline;
	background-position: left 6px;
	background-color: transparent;
}

/* しましまテーブル
--------------------------------------*/
tr.even td {
    background: #efefef;
}

tr.over td {
	background: #ddd;
	color: #FFFFFF;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*CSSハック*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

