/* -------------------------------------------------------------------------------
	Theme Name: npo_2009
	OriginalTheme URI: 
	OriginalDescription: Original theme mapleleaf was modified by System-A and named npo_2009.
	OriginalVersion: 1.00
	OriginalAuthor: 
	Author: Ei @ System-A & TemplateLite.com
	OriginalAuthor URI: http://www.templatelite.com/
	Tags: simple, clean, fixed width, widget ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */
/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
/* 上部？、中部：#D4CB9D、下部：url(images/bg_bottom_repeat.jpg) repeat-x bottom（グラデーション） */
	background: #D4CB9D;
/* この縦画像は上下に長いページに対応しているため短いページにグラデーションが整合しないのでurl(images/bg_bottom_repeat.jpg) repeat-x bottom をコメントアウト */
	border:0px yellow solid;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}

img.icon {
	padding:0px;
}

a {color:#5A6B1E;text-decoration: underline;}
span.a {color:#FECD00;text-decoration: underline;}
a.img{text-decoration: none;}
a:hover {color: #999999;text-decoration: none;}
.home_ad {color: #FFD700;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}
.top_spacer {
	background:#fff;
	height:20px;
}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
/* bodyの上部にbg_top.jpgを指定（body参照） */
/* 削除した場合はbody上部の背景無しで、上部中部：#D4CB9D、下部：url(images/bg_bottom_repeat.jpg) repeat-x bottom（グラデーション）のみ機能する */
	background: url(images/bg_top.jpg) no-repeat top center;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	width:894px;
/* 影の画像（削除するとbody,page_topの設定が生きてテキスト等の背景はなくなる） */
	background: url(images/bg_repeat.png) repeat-y center;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#img_header{
	position:relative;
	width: 100%;
	height: 226px; /* 269px; */
	background:#fff url('images/header_bg.jpg') no-repeat bottom;
	border:0px green solid;
}

/* class使用で手入力多段メニューを使用する場合*/
#dropdown_menu{
	position:relative;
	width: 100%;
	height: 42px;
	background:url('images/menu_bg.jpg') no-repeat left;
	color:#706D2A;
	z-index:10;/* containerの下に隠れるのを防ぐ */
}

/* 現在ページの場合赤文字 */
#dropdown_menu ul li.current_page_item a {
	color:#FF0000;
}

/* wp_list_pages()を使用する場合*/
#menu{
	position:relative;
	width: 100%;
	height: 42px;
	background:url('images/menu_bg.jpg') no-repeat left;
	color:#706D2A;
}

/* 手入力多段メニュー用（ul li classでは使用しない）*/
#menu { /*リスト全体*/
	position:relative;
	background:url('images/menu_bg.jpg') no-repeat left;
	color:#706D2A;
/*	z-index:9; */
}

/* ++++++ コンテナのサイズと背景 ++++++ */

#no_container{
	position:relative;
	overflow:hidden;
	width:894px;
}
#container{
	position:relative;
	overflow:hidden;
	width:894px;
	background:url('images/container_repeat.jpg') repeat-y top center;
	z-index:0;
}
#r_container{
	position:relative;
	overflow:hidden;
	width:894px;
	background:url('images/r_container_repeat.jpg') repeat-y top center;
	z-index:8;
}
#top_container{
	position:relative;
	overflow:hidden;
	width:894px;
	height: 560px;
	background:url('images/top.jpg') no-repeat top left;
	z-index:8;
}

/* ++++++ トップページのデザイン ++++++ */

#top	{
	background-color: #ffffff; /* brown back #D4CB9D;*/
	position: relative;
	top: 0;
	left: 0;
border: 0px red solid;
height: 700px;/* 500pix使用時、baseの背景に上下段差ができない高さを確保 */
	}

#topimg	{
	margin: 0;
	}

#message	{
	position: relative;
	top: 20px;
	left: 30px;
	width: 450px;
	margin: 0;
	color: #ffffff;
	font-size: 1.5em; /* 0.875em; */
	line-height: 120%;
	}

/* ++++++ 活動メニューコンテンツのデザイン ++++++ */
#topworks	{
	position: absolute;
	top: 20px;
	left: 580px;
	width: 300px;
	}

#topworks h2	{
	margin: 0;
	padding: 5px;
	background-color: #5A6B1E;
	color: #ffffff;
	font-size: 1.20em;
	}

#topworks h2 a	{
	color: #ffffff;
	}

#topworks div	{
	border: solid 1px #5A6B1E;
	overflow: auto;
	height: 180px;
	}

#topworks ul	{
	font-size: 1.00em;
	margin: 5px 30px;
	padding: 0;
	}

#topworks ul a	{
	color: #00657d;
	}

/* ++++++ ニュースコンテンツのデザイン ++++++ */

#topnews	{
	position: absolute;
	top: 240px;
	left: 580px;
	width: 300px;
	}

#topnews h2	{
	margin: 0;
	padding: 5px;
	background-color: #5A6B1E;
	color: #ffffff;
	font-size: 1.20em;
	}

#topnews div	{
	border: solid 1px #5A6B1E;
	overflow: auto;
	height: 280px;
	}

#topnews ul	{
	font-size: 1.00em;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color: #00657d;
	}

/* ++++++ パンくずリンクのデザイン ++++++ */
#bread	{
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	}

#sidebar{
	float:left;
	width:220px;
	overflow:hidden;
	color:#706D2A;
	padding:20px 0px 700px 0px;
	border:0px red solid;
}
#t_sidebar{
/*
	position:fixed;
	top: 270px;
	left:710px;
*/
	float:right;
	width:220px;
	overflow:hidden;
	color:#706D2A;
	padding:20px 0px 300px 0px;
	border:0px red solid;
}
#r_sidebar{
	float:right;
	width:230px;
	overflow:hidden;
	color:#706D2A;
	padding:20px 0px 700px 0px;
	border:0px red solid;
}
#l_sidebar{
	position:fixed;
	top: 100px;
	float:left;
	width:220px;
	overflow:hidden;
	color:#706D2A;
	padding:20px 5px 700px 0px;
	border:0px red solid;
}
#content{
	float:right;
	display:inline;
	width:605px;
	overflow:hidden; 
	padding: 0 15px 0 10px;
	border:0px red solid;
}
#l_content{
	float:left;
	display:inline; 
	width: 605px;
	background:#fff;
	overflow:hidden; 
	padding: 0 15px 0 10px;
	border:0px red solid;
}
#l_content h3	{
	margin: 20px 20px 10px;
	padding: 5px 8px;
	background-color: #706D2A;
	color: #ffffff;
	font-size: 1em;
	}

#l_content h3 a	{
	color: #ffffff;
	text-decoration: none;
	}

#l_content .more	{
	text-align: right;
	}

#l_content .more ul	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#l_content .more ul li	{
	display: inline;
	}

#l_content .more /*a*/	{
	color: #000/*#5b9919*/;
	}

#l_content a{color:#333300;text-decoration:underline;}
#l_content a:hover {color:#666633;text-decoration:none;}
#l_content ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#l_content li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#l_content ul ul li.book{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 40px;
	padding:0 5px 0 40px;
	background: url('images/report1.gif') no-repeat 0px 4px;
}
#l_content ul ul li.report{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 40px;
	padding:0 5px 0 40px;
	background: url('images/report1.gif') no-repeat 0px 4px;
}

#l_content ul ul li.book{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 40px;
	padding:0 5px 0 40px;
	background: url('images/book.gif') no-repeat 0px 4px;
}

/*
#l_content ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/retort1.gif') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}
*/
#tabimenu	{
	margin: 10px 20px 20px;
	border:0px blue solid;
	}

#tabimenu p	{
	width: 137px;
	margin: 0 3px 5px 0;
	float: left;
	text-align: center;
	}

#tabimenu p img	{
	border: none;
	}

/*#tabimenu p a	{
	color: #000000;
	}*/

#tabimenu .more	{
	clear: both;
	float: none;
	}

#footer{
	clear:both;
	position:relative;
	background:#000;
	height:47px;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial;
	padding: 30px 20px 10px 50px;
	background:url('images/footer_bg.jpg') repeat-x;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*######### header ############*/
#header_blogtitle {
	position:relative;
	top:175px; /* 180px; */
	font-family: Arial,Verdana; 
	font-size:20px; 
	font-weight:bold;
	text-align:right;
	color:#706D2A;
	border:0px red solid;
	overflow:hidden;
}
#header_blogtitle a {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#706D2A; 
	text-decoration:none;
}
#header_blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#999999; 
	text-decoration:none;
}
#header_subtitle {
	position:relative;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	height:45px;
	top:180px; /* 215px; */ 
	text-align:right;
	font-size:13px;
	letter-spacing: 2px;
	color:#706D2A; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}


#logo_base{
	position:relative;
	width: 100%;
	height: 45px;
	background:url('images/small_menu_bg.jpg') no-repeat left;
	color:#706D2A;
}

/* wp_list_pages()を使用する場合
#menu ul {
	position:absolute;
	top: 0px;
	left: 30px;
	height: 34px;
	width: 100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#menu ul li {
	display: inline;
	font-size: 13px;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#706D2A;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
	background:url(images/menu_separate.jpg) no-repeat center;
}
#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: #706D2A;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#ED1B23;
}
*/

/* 手入力多段メニュー<DIV id=menu>用class */
#menu ul {
/*	overflow:hidden;
*/	list-style: none;  
	margin: 0;  
	padding: 0;  
/*	width: 100%;
*/	height: 42px;
}

#menu li { /*リストの1段目*/
	font-weight: bold;
	font-size:13px;
  float: left;
  min-width: 100px;
  white-space: nowrap;
}

#menu ul li.current_page_item a {
	color:#FF0000;
}

#menu ul ul { /*2段目以降*/
  display: none;
  position: absolute;
  z-index: 10;
}

#menu li li { /*2段目以降のリスト項目*/
  clear: left;
  position:relative;
  width: 100%;

}

#menu ul ul ul { /*3段目以降*/
  top: 0;
  left: 100%;
}

#menu ul li:hover > ul {
  display: block;
}



*+html #menu ul ul a { /*IE用*/
/*width: 78px; （100-10-10-1-1）パディングとボーダーの分を引いた値*/
/*white-space: normal; 幅に応じて改行*/
}


#menu li {
  margin-left: 0px;
}

#menu a { /*1段目以降のメニュー文字*/
  font-size: 13px;
  line-height:15px;/*24px;*/
	color:#706D2A;
	text-decoration: none;
  text-align: center; /*1段目は文字を中央合わせに*/
  padding: 5px 10px;
  display: block;
}

#menu a:hover {
  color: #B5CB4C; /* #f90=オレンジ */
  background-color:#D8DBE0;
}

#menu ul ul {
  padding-top: 2px;/*2段目を少し下げた*/
}

#menu ul ul ul { /*3段目以降*/
  padding-top: 0; /*2段目のパディング2pxを元に戻す*/
}

#menu li li {
  margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}

#menu ul ul a { /*2段目以降のメニュー文字*/
  font-size: 11px;
/*  line-height: 1.3;
*/  text-align: left; /*2段目以降は左寄せにもどす*/
  border-top: solid 1px #706D2A;
  border-right: solid 1px #706D2A;
  border-bottom: solid 1px #706D2A;
  border-left: solid 1px #706D2A;
  background-color: #D8DBE0 ;
}

/* メニュー用list class */
.dropdown, .dropdown * {
	font-weight: bold;
	font-size: 13px; /* 文字サイズ */
	line-height: 15px; /* normal; */
	margin: 0;
	padding: 0;
}
.dropdown ul, .dropdown li {
	/* width: 100px;  メニューの幅 */
}
.dropdown a {
	display: block;
	padding: 2px 0.5em;
}
.dropdown a, .dropdown a:link, .dropdown a:hover, .dropdown a:visited {
	color: 	color:#706D2A; /* 文字色 */
	text-decoration: none;
}
.dropdown a:hover {  /* マウスカーソルが乗ったとき */
	color: #B5CB4C;  /* 文字色 */
	background: #D8DBE0; /* 背景 */
}
.dropdown li {
	position: relative;
	display: block;
	float: left;
	list-style: none;
	/* background: #bbb;  メインメニュー背景無し */
}
.dropdown li li {
	width: 200px;
	background: #D8DBE0;  /* サブメニュー背景 */
}
.dropdown ul {
	visibility: hidden;
	position: absolute;
	left: -1px;  /* サブメニューのボーダー幅を減算 */
	border: solid 1px #706D2A;  /* サブメニューのボーダー */
}
.dropdown ul ul {
	left: 100px;  /* メニューの幅と同じ値 */
	top: -1px;  /* サブメニューのボーダー幅を減算 */
}
.dropdown li:hover > ul {
	visibility: visible;
}

.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}
#small_menu ul {
	position:absolute;
	top: 46px;
	left: 30px;
	height: 34px;
	width: 100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#small_menu ul li {
	display: inline;
	font-size: 13px;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#706D2A;
}
#small_menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
	background:url(images/menu_separate.jpg) no-repeat center;
}
#small_menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color:#706D2A;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}
#small_menu ul li a:hover, #menu ul li.current_page_item a {
	color:#ED1B23;
}
.ad a {
	position:absolute;
	top:5px; 
	right:110px;
	width:200px;
	height:35px; 
	border:0px red solid;
	text-decoration:none;
}

.kanri a {
	position:absolute;
	top:0px; 
	right: 0px;
	width:20px;
	height:20px; 
	border:0px red solid;
	text-decoration:none;
}

.stuff a {
	position:absolute;
	top:0px; 
	right:30px;
	width:20px;
	height:20px; 
	border:0px blue solid;
	text-decoration:none;
}

.ssearchbox {
	position:absolute;
	top:24px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.ssearch-field input {
	position:absolute;
	top:28px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.ssearch-but input {
	position:absolute;
	top:30px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}

#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/
#sidebar a{color:#333300;text-decoration:underline;}
#sidebar a:hover {color:#666633;text-decoration:underline;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
}
#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}
#sidebar h1 {
	color: #706D2A;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 30px;
	font-family:Verdana,Arial;
	background:url('images/sidebar_title.jpg') no-repeat center;
	border:0px red solid;
}
#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

/***** l_sidebar *****/
#l_sidebar a{color:#333300;text-decoration:underline;}
#l_sidebar a:hover {color:#666633;text-decoration:underline;}
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#l_sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#l_sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
}
#l_sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}
#l_sidebar h1 {
	color: #706D2A;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 30px;
	font-family:Verdana,Arial;
	background:url('images/sidebar_title.jpg') no-repeat center;
	border:0px red solid;
}
#l_sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

/* ++++++ ツアーサイドバー部分のデザイン ++++++ */
#t_sidebar	{
	margin: 0 10px;
	font-size: 1.0em;
	line-height: 30px;
	text-decoration: none;
	font-weight:bold;
	}

#t_sidebar a	{
	color: #706D2A;
	padding: 10px;
	}

#t_sidebar a:hover	{
	color: #ff0000;
	}

#t_sidebar span	{
	padding: 10px;
	color: #4A331A;
	}

#t_sidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#t_sidebar ul li	{
	border-bottom: solid 8px #F0F2CD/*#D4CB9D #4a331a*/;
	background-color: #ebcb6c;
	}

#t_sidebar ul li li	{
	border-top: dotted 1px #706D2A;
	border-bottom: none;
	background-color: #ebdaa9;
	}

#t_sidebar ul li li a	{
	padding-left: 25px;
	}

#_link {
	margin: 0;
	padding-top: 8px;
	border:0px red solid;
	}
/*
#_link a	{
	margin: 5;
	}
*/
/***** r_sidebar *****/
#r_sidebar a{color:#333300;text-decoration:underline;}
#r_sidebar a:hover {color:#666633;text-decoration:underline;}
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#r_sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#r_sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
}
#r_sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}

#r_sidebar ul li.book{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 0px;
	padding:0 0px 0 40px;
	background: url('images/book.gif') no-repeat 0px 0px;
}
#r_sidebar ul li.report{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 0px;
	padding:0 0px 0 40px;
	background: url('images/report1.gif') no-repeat 0px 0px;
}
#r_sidebar h1 {
	color: #706D2A;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 30px;
	font-family:Verdana,Arial;
	background:url('images/r_sidebar_title.jpg') no-repeat center;
	border:0px red solid;
}
#r_sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

/* シングルページ */
#contents #postcat	{
	margin: 0;
	background-color: #ab7435;
	padding: 3px 5px;
	color: #ffffff;
	}


#data	{
	width: 565px;
	margin: 20px 20px 10px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#data th, #data td {
	text-align: left;
	padding: 5px;
	border: solid 1px #4a331a;
	}

#data th {
	width: 100px;
	background-color: #ab7435;
	}

#data ul	{
	margin: 0 0 0 25px;
	padding: 0;
	}

/***** content *****/
.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:605px;
	margin:0 0 20px 0;
	border:0px red solid;
}	
.post_top{
	position: relative;
	border-left:8px #5A6B1E solid;
	border-bottom: 1px #5A6B1E solid;
	height:40px;
	/*background: #f6f6f6;*/
}
.post_bottom{
	margin: 0 50px 0 50px;
	height:3px;

	background:url('images/line.jpg') repeat-x bottom;
}	
.posttitle{
	position:absolute;
	top:0px;
	left:5px;
	font-size:18px;
	font-family:arial;
	color:#5A6B1E;
	border:0px red solid;
}
.posttitle a{
	font-family:arial;
	color:#5A6B1E;
	text-decoration:none;
}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color:#5A6B1E;
}
.date {
	position:absolute;
	font-family:arial;
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}
.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}
.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}
.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}
.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;


}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}
