/*  
Theme Name: KASANE
Theme URI: http://www.napdays.com/download/kasane/
Description: WordPress theme KASANE
Version: 1.1
Author: Novu
Author URI: http://www.napdays.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	CONTENT
	SIDE BAR
	COMMENT
	CALENDAR
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #eeeeee;
	color: #333333;
	text-align: center;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(./images/wrapper-bg.png) repeat-y;
	_background: url(./images/wrapper-bg.gif) repeat-y;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Chicago, sans-serif;
	font-size: 100%;
}

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, input, select, textarea, label, legend,
addres, abbr, blockquote {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

pre, code, kbd {
	font-family: monospace;
	font-size: 100%;
}

img { border: none; }

a:link		{ color: #336699; }
a:visited	{ color: #6699cc; }
a:hover		{ color: #cc6666; }
a:active	{ color: #cc6666; }

input, textarea {
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input.formbutton {
	padding: 2px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #cccccc;
}

hr { display: none; }

/*	HEADER
-------------------------------------------------*/

#header {
	width: 750px;
	height: 150px;
	margin: 0px 5px;
	padding: 0;


	background: #cccccc url(./images/header_kkjblog.jpg) no-repeat;
/*
	background: #cccccc url(./images/header-bg.gif) no-repeat*/
/*
	background: #cccccc url(./images/header-bg-blue.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-green.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-red.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-gray.gif) no-repeat; */
}

#header h1 {
	margin: 0;
	padding: 50px 0 0 20px;
	color: #666666;
	font-size: 200%;
}

.description {
	padding-left: 20px;
	padding-right: 200px;
	color: #666666;
	font-size: 80%;
	text-align: left;
}

#header a:link,
#header a:visited {
	color: #666666;
	text-decoration: none;
}


/*	CONTENT
-------------------------------------------------*/

#content {
	display: inline;
	font-size: 80%;
	overflow: hidden;
}

.narrowcolumn {
	float: left;
	width: 510px;
	margin: 30px 20px 0px 25px;
	padding: 0 0 20px 0;
}

.widecolumn {
	width: 600px;
	margin: 0 100px;
	padding: 20px 0;
	background: #ffffff;
}

.navigation {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.navigation .alignright {
	float: right;
	margin: 0;
	padding: 0;
}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 40px 0;
}

h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	letter-spacing: 1px;
}

.post h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 125%;
}

.post h2 a:link,
.post h2 a:visited { color: #666666; text-decoration: none; }
.post h2 a:hover,
.post h2 a:active { color: #cc6666; }

.smaller {
	font-size: 87.5%;
}

.data {
	margin: 0;
	color: #666;
	font-size: 87.5%;
}

.entry {
	margin: 1.5em 0;
}

.entry * {
	color: #4d4d4d;
	line-height: 160%;
}

.postfooter {
	margin: 1em 0 40px 0;
	text-align: right;
}

.postmetadata {
	clear: both;
	margin: 1em 0 40px 0;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 87.5%;
	text-align: left;
	line-height: 150%;
}

/* ENTRY TAG */

img.alignright {
	margin: 0 0 3px 5px;
}

img.alignleft {
	margin: 0 5px 3px 0;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.entry ul,
.entry ol {
	list-style-position : outside;
	margin: 1em;
	padding: 1em;
	font-size: 110%;
}

.entry blockquote {
	clear: both;
	margin: 2em 1em;
	padding: 1em;
	background-color: #f7f7f7;
	border-top: 1px double #eee;
	border-bottom: 1px double #eee;
}

.entry blockquote p {
	margin: 0;
}

pre {
	overflow: auto;
	width: auto !important;
	width: 98%; /* for IE */
	margin: 1em;
	padding: 10px 10px 15px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f7f7f7;
	font-family: monospace;
}

.entry code {
	font-family: 'Courier New', Courier, monospace;
}


/*	SIDE BAR
-------------------------------------------------*/

#sidebar {
	display: inline;
	float: right;
	width: 200px;
	margin: 30px 5px 20px 0px;
	padding: 0;
	font-size: 80%;
}

#sidebar a { text-decoration: none; }

#sidebar h2 {
	margin: 0 0 0.5em 0;
	padding: 2px 20px;
	background: #f7f7f7;
	color: #808080;
	font-weight: bold;
	line-height: 1.5em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#sidebar ul li ul {
	margin: 0 20px 20px 20px;
}

#sidebar ul.children,
#sidebar li.pagenav ul ul {
	margin: 0;
}

#sidebar ul.children li,
#sidebar li.pagenav ul ul li {
	margin: 0;
	margin-left: 1em;
}

.searchform {
	width: 150px;
	margin: 10px 20px 20px 0px;
	padding: 0;
	padding-left: 20px;
}

#sidebar .searchform .formfield {
	display: block;
	width: 130px;
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	background: #fcfcfc;
}

#sidebar .formbutton {
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #cccccc;
}

/*	CALENDAR
-------------------------------------------------*/

.calendar {
	width: 160px;
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	color: #666666;
	text-align: center;
	font-size: 87.5%;
}

.calendar {
	line-height: 1.8em;
}

.calendar thead {
	border: 1px solid #ddd;
}

.calendar tbody {
	border: 1px solid #ddd;
}

.calendar tfoot {
	border: 1px solid #ddd;
}

.calendar td,
.calendar th {
	line-height: 160%;
	text-align: center;
	border: 1px solid #ddd;
}

.calendar td.today {
	border: 1px solid #cccccc;
	background: #eee;
}

.calendar th[abbr="Sunday"] {
	color: #6699cc;
}

.calendar th[abbr="Saturday"] {
	color: #cc6666;
}

.calendar a {

	text-decoration: none;
}

/*	COMMENT
-------------------------------------------------*/

h3.respond {
	color: #666666;
	font-size: 100%;
}

#commentform {
	width: 100%;
}

#commentform p {
	font-size: 100%;
}

#commentform input,
#commentform textarea {
	font-size: 100%;
}

h3#comments {
	margin: 0 0 10px 0;
}

ol.commentlist {
	list-style-position: inside;
	margin: 0 0 40px 0;
	padding: 0;
	border-top: 1px solid #eee;
}

.commentlist li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.alt {
	background-color: #f7f7f7;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	text-decoration: none;
}

.commentlist p {
	line-height: 150%;
}



/*	FOOTER
-------------------------------------------------*/

#footer {
	clear: both;
	width: 510px;
	margin: 0 20px 0 25px;
	padding: 0;
	border-top: 1px solid #ddd;
	background: transparent;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	line-height: 150%;
}

/* kokokara */
.pageswitch {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	font-family: 'Courier New', Courier, monospace;
}

#breadcrumbs {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding-left: 25px;
	font-size: x-small;
}

/* Leftbox and Rightbox toolbar buttons */
/* .leftbox, .rightbox {
margin: 3px;
padding: 3px;
font-size: larger;
width: 20%;
} */
.leftbox img {
float: left;
margin: 3px;
padding: 3px;
border-right: 2px solid #ccc;
}
.rightbox img {
float: right;
margin: 3px;
padding: 3px;
border-left: 2px solid #ccc;
}
/* kokomade */

/*	error
------------------------------------------------*/
.error {
color: red;
font-size: 100%;
} 

/*	dtree
------------------------------------------------*/
.dtree {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666;
    white-space: nowrap;
    width:100px;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    color: #333;
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #c0d2ec;
}
.dtree .clip {
    overflow: hidden;
}
.dtree a.selectedNode {
    background-color:#fcc;
    font-weight:bold;
}
.dtree a.selectedCatNode {
    background-color:#ffc;
    font-weight:bold;
}
.dtree a.selectedScatNode {
    background-color:#ffc;
    font-weight:bold;
}
.dtree a.urlselected {
    border-right:1em solid red;
}

/*	Related serch and google serch
------------------------------------------------*/
.RelatedS {
	background-color:#f7f7f7;
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

.RelatedG {
	background-color:#fafafa;
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

/*	Related UL=CLASS
------------------------------------------------*/
.related {
	list-style-type: square;
	line-height: 1.4em;
}

/*  em
------------------------------------------------*/
em{
	font-weight:bold;
	font-style:normal;
}

/*	color表示設定
------------------------------------------------*/
.aka{
	color:#FF0000;
	font-size: 100%;
}
.ao{
	color:#0000FF;
	font-size: 100%;
}

/*	テキストに対する線
------------------------------------------------*/
.torikeshi{
	text-decoration:line-through;
}

.kasen{
	text-decoration:underline;
}

/*  v3.3から
------------------------------------------------*/
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
}

/*	Amazon plugin
------------------------------------------------*/
.amazon{
	width:	340px;
	float:	left;
}

.asbn{
	background-color: #f7f7f7;
}



/*	trackback plugin
------------------------------------------------*/
.name{
	font-size:110%;
	font-weight: bold;
}
.info{
	font-size: 90%;
	border-top: #ffffff 10px solid;
}
.head{
	text-decoration:underline;
	font-weight: bold;
}

/*	SearchePhraseにoverflow:hidden;を追加
-------------------------------------------------*/
.SearchePhrase{
	display: inline;
	width: 200px;
	overflow:hidden;
}

/*	Archivesをスクロールさせるように
-------------------------------------------------*/
#sidebar .Archives{
	overflow:auto;
	height: 230px;
	width: 150px;
	border: hidden 3px #ffffff;
	padding: 0 0 0 3%;
}

/*	#contentにoverflow:hidden;を追加した（サイドバー落ちる対策）
-------------------------------------------------*/

/*	#sidebarで字下げをする表示
-------------------------------------------------*/
#sidebar .jisage{
	margin: 0 20px 20px 20px;
}