/*
Theme Name: DokubookWP
Theme URI: http://
Version: 1.1.1a

Description: Powerful Wiki-style theme for WordPress. 

Tags: white, silver, light, two-columns, flexible-width, custom-header

Author: Sahara Satoshi
Author URI: http://www2.rwmc.or.jp
*/

@media all {

html, body 
{
	font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
	/* font-size: 95%; */
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: black;
	min-width:800px;
	max-width:100%;
	/* border-right:1px solid #CCC; */	
}

body { background:#F9F9F9 url(images/header.jpg) top left no-repeat; }
/*body { background:#F9F9F9 url(images/12-1.jpg) top left repeat; } */

#wrapper { float:center; }


.small {
	font-size: 80% !important;
}

#dokubook_container {
	position: absolute;
	top: 0px;
	left: 186px;
	right: 10px;
	z-index: 100;
	font-size: 14px;
}


/* Logo */

#logo { /* position:absolute; top:0; left:0; */
	/*position: relative;*/
	cursor:pointer; 
	width:176px; height:82px; margin:0;
	/*  z-index:1;  */
}



/* Header */

#header {
	margin:0;
	margin-right: 10px; 
	padding: 0;
	/*background-color: red; */
}
#header p {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	font-size: 80%;
}
#header h1 { 
	margin:0;
	padding: 0;
	font-size: 195%;
	font-weight: bolder;
	text-align: right;
	/* margin-top : -5px; */
}
#header h1 a { 
	color: #ccc;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 2pt;
}
#header h4 { display: none; }



/* Sidebar */

#leftside {
	position: absolute;
	top: 100px;
	left: 0;
	width: 180px;
	padding:0px;
	font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:100%;	/* sidebar font size */
}

#leftside input#s { font-size:11px; border:1px solid #7F9DB9; width:121px; padding:2px; margin:3px 9px; }
#leftside input#searchsubmit { font-size:11px; margin-left:40px; }

#leftside input#nn, #leftside input#ne { font-size:11px; border:1px solid #7F9DB9; width:121px; padding:2px; margin:3px 9px; }
#leftside input#newslettersubmit { font-size:11px; margin:0 0 6px 40px; }

#leftside p { padding:0; margin:0; }

.widget, .linkcat {
	/* margin:16px 10px -5px 0px; */
	margin:16px 5px -5px 0px;
	color:black;
	font-family:sans-serif;
	font-size:80%;
	background-color: white;
	border: 1px solid #8cacbb;
	font-weight:bold;
	list-style:none; 
}

.sideul {
	margin:0;
	padding:0 0 0 0px;
	z-index:10;
}


#leftside li { 
	padding:0 0 0 3px;
	background-color: transparent;
}
#leftside li ul {
  font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-weight:normal;  
  font-size:100%;
  padding:0px;
  margin: 8px 0 6px 4px;
}
#leftside li ul li {
  margin-left:4px;
  list-style:none;
  font-style:normal;
  padding-left:14px;
  background:url('images/bullet.jpg') no-repeat 0 4px;
}
#leftside li ul p {
  margin:0px;
  margin-right:8px;
  padding:0px;
  font-style:normal;
}

#leftside li ul li a {
	color:#002BB8;
/*  color:#311800; */
/*  background-color: black; */
}
#leftside li ul li select {
	/* archive dropdown list, same as link color */
	color:#002BB8;
}

.widget_tag_cloud {
	font-weight: normal !important;
}


#leftside a.panel {
	display: block;
	margin:0.2em 0.2em 0.2em 0em;
	/* border:solid 1px #8cacbb; */
	border-left:solid 2px #8cacbb;
	padding: 0.2em 1em;
	background-color: transparent;
}
#leftside a.panel:hover {
	/* background-color: #FFFFC8; */
	/* color: #ff6600; */
	color: black;
}


#navigation
{
  margin:8px;
  font-size: 15px;
  font-weight:bold;
}



.spacer { clear: both; }


h1, h2, h3 
{
	font-family: sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 160%;
}

h2{
	font-size:150%;
	font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding:.83em 0 .17em 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

h2 a {
/*  font-size:110%; */
  color:#002BB8;  
}

h3 {
	font-size:120%;
	font-family: sans-serif;
	color: black;
	font-weight: bold;
}
h3 li {
	word-wrap: break-all;
}


a:link, a:active, a:visited, a:hover  { 
	color: red;
	text-decoration:none;
}
a:hover   { 
/*	color:#5A3696; */
	color: red;
	text-decoration:underline;
}

#container, #home
{
	font-size: 100%;
	font-size: 16px;

	line-height: 180%;
	padding: 16px 32px 16px 32px;
	/* margin:10px 0 0 157px; */
	/*margin: 53px 0 0 186px; */
	border: 1px solid #8cacbb;
	background-color:white;
	font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 105% !important; 
}

#container a:link, a:active, a:visited, a:hover  { 
	color:#002BB8;
}
#container a:hover   {
	text-decoration:underline;
}


table {
	background-color: #fff; /*  __background__ */
	border-spacing: 0px;
	border-collapse: collapse;
}
table th {
	padding: 3px;
	border: 1px solid #8cacbb; /* __border__ */
	background-color: #dee7ec; /* __background_alt__ */
}
table td {
	padding: 3px;
	border: 1px solid #8cacbb;
	background-color:white; 
}

dd, dt 
{
	font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 95%;
}

blockquote
{
  font-size:90%;
  color:#333;
}

img {
	border : 0 none ; 
} 

.border
{
	border:1px solid #006699;
	padding:8px;
	margin:16px;
}

.author, .date, .category
{
  font-size:auto;
}

.edit
{
  font-style:normal;
  font-weight:normal;
  margin-left:16px;
}

/* Single post */

.postitle {
}
.postinfo
{
  padding:8px;
  margin:16px 0 16px 0;
  font-size:90%;
  font-style:italic; 
  text-align:left;
  border:1px solid #999;
}

.lastpostlist
{
  float:left;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
/*	border: 1px solid red; */
/*	text-align: center; */
	font-size: 15px;
}
.prev_image a {
	display: block;
	width: 16px;
	height:16px;
	overflow: hidden;
	color: transparent !important;
	background: url(images/arrow-Left16.png) no-repeat;
}
.next_image a {
	display: block;
	width: 16px;
	height:16px;
	overflow: hidden;
	color: transparent !important;
	background: url(images/arrow-Right16.png) no-repeat;
}


.alignright { float: right; }
.alignleft  {	float: left;	}


/* Home page */

div.pagenavi {
	font-size: 16px;
	margin: 4px 0px 2px 0px;
	border: none;
	padding: 0;
}

.excerpt
{
  margin-bottom:80px;
  border-top: none;
/*
  border-left: 1px dotted #aaa;
  border-right: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
*/
  padding-left: 32px;
  padding-right: 32px;
}

div.posthead {
	margin-left: -48px;
	margin-right: -32px;
	border-left: 16px solid #004A7B;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1em 1em 1em 32px;
	background-color: #C8D5FF;
	background-image: url('images/wallpaper002-001.gif') ;
}
div.posthead h2 {
	color: #222;
	border: none;
	line-height: 150%;
	font-size: 24px !important;
}
div.posthead h2 a {
	display: block;
	border: 1px dotted transparent;
	width: 100%;
	text-decoration: none;
}
div.posthead h2 a:hover {
	/* background-color: #FFFDD7; */
	/* border: 1px dotted #aaa; */
	color: red;
	text-decoration:underline;
}
div.posthead span.catlist {
	font-size: 16px;
	margin-bottom:10px
}
div.posthead div.taglist {
	font-size: 14px;
	text-align: right;
}
div.posthead div.taglist a {
	background: transparent url(images/tag.gif) 0px 0px no-repeat;
	padding: 1px 0px 1px 16px;
}
div.posthead div.nf {
	/* newsflash category */
}
div.posthead div.followup {
	/* draft news flash category */
	color: glay !important;
	background-color: greenyellow;
}
div.posthead div.draft {
	/* draft news flash category */
	color: #DB0000 !important;
	background-color: #FFC8C8;
}




div.summary {
  /* border: 1px solid #A4E1FF; */
	font-size:14px;
}

.summary a
{
  font-size:100%;
  color:#035;  
}
.summary p
{
	line-height: 200%;
}
.summary p:hover, li:hover
{
	background-color: #dee7ec; /* alternative text and background colors */
}



div.content {
  /* border: 1px solid #A4E1FF; */
	font-size:15px;
}
.content p
{
	font-size:100%;
	line-height: 200%;
}
.content p:hover, li:hover
{
	background-color: #dee7ec; /* alternative text and background colors */
}
.content a:hover {
	color: red;
	text-decoration:underline;
}
.content a.post {
	/* background: #FFFDD7 url(images/News-icon16.png) 0px 0px no-repeat; */
	/* background: #FFFDD7 url(images/Location-NEWS2-icon16.png) 0px 0px no-repeat; */
	/*
	background: #FFFDD7 url(images/ok_checkmark_blue_T16.png) 0px 0px no-repeat;
	padding: 1px 0px 1px 16px;
	/* color: transparent; */
	font-size: 80%;
	*/
}
.content a.post:before {
	color: blue\9; /* IE8 hack */
	background-color: #ccc;
	content: "§";
	/* content: " "; */
	/*font-size: 70%; */
}

.content a.point-pickup {
	/*background: #FFFDD7 url(images/Get-info-icon16.png) 0px 0px no-repeat;*/
	/*background: #FFFDD7 url(images/mark-131d-16.gif) 0px 0px no-repeat; */
/*
	background: #FFFDD7 url(images/message_yell-T16.png) 0px 0px no-repeat;
	padding: 1px 0px 1px 16px;
*/
	background: transparent url(images/message_yell-T16.png) center left no-repeat;
	padding: 1px 1px 1px 17px;


	/* color: transparent; */
	/*font-size: 80%;*/
}

.content a.point-pickup:after {
	color: blue\9; /* IE8 hack */
/*
	content: " (解説)";
	font-size: 70%;
*/
}

.summary a.post {
	/* background-color: #FFFDD7; */
/*
	background: #FFFDD7 url(images/document01-018.gif) 0px 0px no-repeat;
	padding: 1px 0px 1px 16px;
*/
	/* color: transparent; */
}



.postinfo a, a:link, a:visited
{
  font-size:100%;
  color:#035;  
}

.homeinfo a, a:link, a:visited 
{
  font-size:100%;
  color:#035;  
}


.more
{
  margin-left:16px;
}

.homeinfo
{
  font-size:90%;
  font-style:italic;
  font-weight:normal;
  font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.pagination
{
  font-weight:bold;
}

/* Image */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright 
{
	padding: 4px;
	margin: 0 0 4px 8px;
	display: inline;
}
img.alignleft 
{
	padding: 4px;
	margin: 0 8px 4px 0;
	display: inline;
}
.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption p.wp-caption-text 
{
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
  font-size:75%;
}

/* End Image */


.right, .alignright
{
  float:right;
  margin:8px;
}

.left, .alignleft
{
  float:left;
  margin:8px;
}

.center, .aligncenter
{
  float:center;
  margin:8px;
}

/* Elements */

#searchform
{
  margin-top:5px;
  margin-bottom:6px;
}

#wp-calendar
{
  margin-top:8px;
  border:1px solid #CCC;
  padding:8px;
  background-color:white;
  font-size:90%;
  font-family: 'メイリオ',Meiryo, Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-style:normal;
  color:#666;
}

#wp-calendar caption
{
  font-style:italic;
}

#wp-calendar a
{
  font-weight:bold;
  color:#036;
  text-decoration:underline;
}

#wp-calendar a:visited
{
  color:#333;
}

#wp-calendar a:hover
{
  color:red;
}


/* Comments */

#comments
{
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD; 
  padding:2px;
  padding-left:16px; 
}

.commentlist
{
    list-style-type: none;
    padding:0;
}

.comment
{
  display: table;
  margin-top:16px;
  margin-left:0px;
  padding-left:0;
}

textarea#comment {
  width: 80% !important;
  background-color: paleyellow;
}


/* Misc. */

fieldset
{
  /* padding:16px 8px 0px 8px; */
  padding: 0px 2em 0 2em;
  margin:0;
  font-size:85%;
  -moz-border-radius:4px;
  border-radius:4px;
}

.cat_fieldset
{
  /* padding-top:8px; */
}

.cat_fieldset ul
{
  margin-top:8px;
}
.cat_fieldset p
{
	color: #333;
}

legend
{
  font-style:italic;
  color: #999;
}

.cat_legend
{
  /*padding-bottom:4px;*/
	padding-bottom: 0;
	margin-bottom: 0;
}




a.rsslink 
{
  background:url(images/rss-16.gif) top left no-repeat; 
  padding-left: 20px;
}

/* gallery fix */

#gallery-1 
{
  display: block;
  overflow:hidden;
}

#gallery-1 .gallery-item 
{
  width:auto !important;	
  float:center !important;		
}

#gallery-1 img 
{
}

#gallery-1 .gallery-caption 
{
}


/* Footer */

#footer 
{
	background-color: #f8f8ff;
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin-top:0px;
	padding: 2px 24px 2px 2px;
	clear: both;
}

/* Widget Specific */

#archives-4 select {
	padding: 0.3em !important;
	/* background-color: red; */
	width: 100%;
  color:#002BB8;
}

/*
#tag_cloud-3 div a {
	font-size: 80%;
	background-color: red;
}
*/

#s {
	width: 110px !important;
	margin:0;
/*	border: 1px solid red !important; */
	padding:0.2em !important;
	font-size: 120% !important;
}

/* toc　: table of contents */
div.toc {
	border: 1px solid #ccc;
	font-size: .75em;
}
div.toc.toc-left {
	max-width: 22em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 22em;
	float: right;
	margin: 5px 0 5px 5px;
}

div.toc a.toc-header {
	display: block;
	background-color: #f8f8ec;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;
/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}

div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}


div.toc ul {
	list-style: none;
	
	margin: 0;
	padding: 5px;
	background-color: #fcfcfc;
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}

div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}
div.toc li.toc-level-1 {
	font-weight: bold;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding-left: .25em;
}
div.toc li.toc-level-3 {
	padding-left: .5em;
}
div.toc li.toc-level-4 {
	padding-left: .75em;
}

/* LinkList plugin */
div.linklist {
	margin: 2em 0em;
	border-top: 1px solid #f0f0e0;
	border-bottom: 1px solid #f0f0e0;
	padding: 0.5em 0em;
	background-color: #f0f0e0;
}
div.linklist li:before {
	content:"§";
}


}
/* =Print Style
-------------------------------------------------------------- */

@media print  {

div#logo {
	display: none;
}

div#leftside , div#wp_page_numbers {
	display: none;
}
#dokubook_container {
	position: static;
}
#container, #home
{
	border: none;
}
div.navigation, div.pagenavi {
	display: none;
}
div.comments {
	display: none;
}

.content a.post {
	display: none;
}
.content a.point-pickup {
	padding: 0px 1px 0px 1px;
	/* color: transparent; */
	font-size: 80%;
}

.summary a.post {
	display: none;
}

p.noprint {
	display: none;
}

} /* end media print */

