@charset "UTF-8";
/*
Theme Name: die kunst der fuge
Description: takiguti.com フーガの技法テーマ
Author: Nobuya Takiguchi @ TRINITY WORKS,Inc.
Author URI: http://www.takiguti.com/
Version: ver 1.0
*/

/* ----------------------------------------------------
Copyright (C) 2010 Nobuya Takiguchi. All rights reserved.
----------------------------------------------------- */



/* 
=======================================================
	Style Menu

	1.Default
	2.Base and Layout
	3.Elements

=======================================================
*/


/* ----------------------------------------------------
	1.Defoult
----------------------------------------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0; }

p{ margin: 1em 0;}

.clear {
	clear: both;
	background: none;
}

img{
	vertical-align: bottom;
	vertical-align: text-bottom;
	border: none;
}

dl{ margin: 1em;}
dl dt{font-weight: bold;}
dl dd{ margin: 0.5em 0 0.5em 1em; line-height: 1.5; }

/* ul{ margin: 1em; padding: 0;
	list-style-type:none; }
*/
ol{ margin: 1em; padding: 0;
	list-style-position: inside; }

/*blockquote{
	margin: 1em 0; padding: 5px 7px;
	color: #666;
	border: 3px double #dcdcdc;
}*/


pre{
	margin: 1em 0; padding: 5px 7px;
	line-height: 1.4;
}


hr{
	display: block; clear: both;
	margin: 0; padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top: solid #fff;
	background: #fff; color: #fff;
}


ins{color: #999; text-decoration: underline;}
del{color: #999; text-decoration: line-through;}
em { font-weight: bold; font-style:normal;}
strong {
	font-weight: bold;
}

address{ display: inline; font-style: normal;}


a {text-decoration: none;}
a img{ border:none; text-decoration: none;}

a:link, a:visited {color:#000000;}
a:hover, a:active {color:#000000; text-decoration: underline;}

h1 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	text-align:left;
	white-space: nowrap;
	margin: 0px;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
}
div.seoheder {
	margin: 0 auto;
	width: 980px;
	height: 15px;
}
h1.seoheaderh1 {
	color: #999999;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	text-align:left;
	white-space: nowrap;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}


div.sp10 { height: 10px; }

.entry a:link img,
.entry a:visited img{
	border: none;}

.entry a:hover img,
.entry a:active img{
	border: none;}

#searchform {
	margin-top: 0px;
}
#searchform2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar a:link, #sidebar a:visited {color: #000000;}
#sidebar a:hover, #sidebar a:active {color:#000000; text-decoration: underline;}



/* -----------------------------------------------------
	2.Base andLayout
----------------------------------------------------- */


body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	text-align: center;
	color: #333333;
	background-image: url(images/contentsbg.gif);
	background-repeat: no-repeat;
}

div.inner {
	width: 950px;
	background-image: url(images/wrapbg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	text-align: left;
}


/* header ---------------------------------------- */

div#header {
	width: 950px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	background-image: url(images/wrapbg.gif);
	background-repeat: repeat-y;
}
* html div#header {
	width: 950px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	background-image: url(images/wrapbg.gif);
	background-repeat: repeat-y;
}

*:first-child+html div#header {
	width: 950px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	background-image: url(images/wrapbg.gif);
	background-repeat: repeat-y;
}

/*#header .inner {
	position: relative;
}*/

/*h1 {
	padding: 70px 45px 0px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 36pt;
	font-weight: normal;
	letter-spacing: 10px;
}*/

<!-- #header a { text-decoration: none; } -->


div.description {
	padding: 10px 45px 0px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}

div.breadcrumb {
	width: 965px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
a.breadcrumblink:link {
	color: #666666;
	text-decoration: underline;
}
a.breadcrumblink:link:visited {
	color: #666666;
	text-decoration: underline;
}
a.breadcrumblink:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.breadcrumblink:active {
	color: #FF6600;
	text-decoration: underline;
}


/* contents -------------------------------------- */

#content{
	margin: 0; padding: 0;
}

#content.inner{
	padding: 1em 0 2em;
}


div#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#content {
	height: 1px;
	overflow: visible;
}
/**/

#sidebar_l {
	width: 320px;
	float: left;
	margin-left: 0px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main{
	width: 630px;
	float: left;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
* html #main{
	width: 630px;
	float: left;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.post {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 10px;
	line-height: 1.5;
	clear: both;
	background-image: url(images/titleboxbg.gif);
	background-repeat: no-repeat;
}


.post h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;/*	border-left: 5px solid #4779ab;*/
	clear: both;
}


.post img {
	vertical-align: top;
	margin-top: 5px;
	border: none;
}
.post img a {
	border: none;
}

.post img.alignright {
	float: right;
	vertical-align: top;
	border: none;
}

.post object {
	text-align: left;
	vertical-align: top;
	border: none;
}

h2 a:link, h2 a:visited {color:#333333; text-decoration: none;}
h2 a:hover, h2 a:active {color:#333333; text-decoration: none;}


.entry {
	margin: 0;
	background-image: url(images/entrybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 0px;	/*	border-left: 5px solid #dcdcdc;*/
}

.entry .alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.entry a img {
	vertical-align: top;
	margin-top: 5px;
	border: none;
}
.entry a img {
	vertical-align: top;
	margin-top: 5px;
	border: none;
}


.entry p {
	word-break: break-all;
	clear: both;
}

.entry ul {
	margin-right: 0em;
	margin-left: 1.5em;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}
.entry ul li {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: disc;
}


ul.postmeta{
	margin: 0;
	font-size: 10px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;}


ul.postmeta a:link, a:visited {color:#666666;}
ul.postmeta a:hover, a:active {color:#666666; text-decoration: underline;}

ul.postmeta li { display: inline; }

ul.postmeta li div.cbox {
	float: left;
	width: 400px;
}
ul.postmeta li div.dbox {
	float: right;
	text-align: right;
	width: 150px;
}



/* comment */


#comments {
	width: 640px;
	margin-left: 50px;
	margin-right: 0px;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
*html #comments {
	width: 640px;
	margin-left: 40px;
	margin-right: 0px;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


#comments h3 {
	margin: 15px 0;
	font-size: 100%;
}


ul.commentlist { 
	margin: 0 10px 30px 0;
	padding: 0px 0; }


ul.commentlist li{ margin-bottom: 15px; }
ul.commentlist li div.avatar {
	float: left;
	width: 40px;
	margin-right: 20px;
}
ul.commentlist li div.nameanddate {
	float: left;
	width: 470px;
}
* html ul.commentlist li div.nameanddate {
	float: left;
	width: 460px;
}

.comment_data{
	color: #666666;
	font-size: 70%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.comment_dataend {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.commentlist li p{
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 60px;
	font-size: 80%;
}
* html .commentlist li p{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 60px;
	font-size: 80%;
}

dl.commentform { 
	margin: 0;
	padding: 5px 10px 5px 25px;
	border-left: 5px solid #dcdcdc; }

dl.commentform dt { color: #666; }
dl.commentform dd { margin: 7px 0; }


p#trackback{
	margin: 15px 0 25px;
	padding: 3px 7px;
	text-align :left;
	font-size: 85%;
	border-left: 5px solid #009A44;
}
* html p#trackback{
	margin: 15px 0 25px;
	padding: 3px 7px;
	padding-left: 20px;
	text-align :left;
	font-size: 85%;
	border-left: 5px solid #F7B500;
}

input#tb{
	width: 400px;
	font-size: 95%;
	margin: 1em 0;
	color: #666;
}


div#pagenavi {
	margin: 0 0 2em;
	color: #dcdcdc;
	font-weight: bold;
	text-align: center; }

div#pagenavi a{ color: #a7bac5;}


/* sidebar --------------------------------------- */

#leftbar{
	width: 320px;
	float: left;
	text-align: left;
	color: #000000;
}


#sidebar{
	width: 320px;
	float: right;
	text-align: left;
	color: #000000;
}


#sidebar h3{
	height: 35px;
	color: #353535;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
/*	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #335EB5; */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#sidebar_l div.logo {
	width: 300px;
	height: 50px;
	margin-bottom: 70px;
}

#sidebar_l div.maincaption {
	width: 300px;
	height: 80px;
	margin-bottom: 50px;
}

/* search */


input#searchsubmit {
	margin-bottom: 0.5em;
	padding: 1px;
	font-size: 85%;
	color: #666;
	border : 1px solid #dddddd;
	background-color : #ffffff;
}
input#searchbox {
	float: left;
	width: 130px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 1px;
	font-size: 100%;
	color: #666;
	border : 1px solid #dddddd;
	background-color : #ffffff;
}
input#searchsubmit2 {
	float: left;
	width: 60px;
	margin-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 85%;
	color: #666;
	border : 1px solid #dddddd;
	background-color : #ffffff;
}



#sidebar li.widget {
	list-style: none;
}


body:first-of-type #sidebar li.widget_categories h2.widgettitle {
	background-image: url(images/hd_category.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 35px;
}
#sidebar li.widget_categories h2.widgettitle {
	background-image: url(images/hd_category.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
* html #sidebar li.widget_categories h2.widgettitle {
	background-image: url(images/hd_category.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 35px;
	margin-bottom: 0px;
}
*:first-child+html #sidebar li.widget_categories h2.widgettitle {
	background-image: url(images/hd_category.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#sidebar li.widget_categories {
	font-size: 85%;
}
#sidebar li.cat-item {
	margin-bottom: 20px;
}
body:first-of-type #sidebar li.widget_archive h2.widgettitle {
	background-image: url(images/hd_archive.jpg);
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 35px;
}
#sidebar li.widget_archive h2.widgettitle {
	background-image: url(images/hd_archive.jpg);
	background-repeat: no-repeat;
	text-indent: -1000px;
}

body:first-of-type #sidebar li.widget_rss h2 {
	background-image: url(images/hd_rss.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#sidebar li.widget_rss h2 {
	background-image: url(images/hd_rss.jpg);
	background-repeat: no-repeat;
}
#sidebar li.widget_rss h2.widgettitle {
	margin: 0px;
	padding: 0px;
}



.widget li {
	font-size: 80%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/listhd.jpg);
	background-repeat: no-repeat;
	background-position: left 1em;
}

*/



/* 子カテゴリー */

ul.children{ margin: 0; }

/*ul.children li {
	padding-left: 13px;
	background: url(img/list_icon.gif) no-repeat left center; }*/

ul.children li {
/*	text-align: right; */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	font-size: 90%;


/* footer ---------------------------------------- */


div#footer{
	clear: both;
/*	font-size: 85%; */
/*	height: 80px; */
/*	color: #ffffff; */
/*	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
*/
}

div#footer .inner{
}


p.toplink { 
	margin: 0;
	padding: 33px 0px 0px;
	text-align: right;}


div.copyright{
	padding: 2em 0 2.5em;
	text-align: center;
}


#footer a:link,
#footer a:visited{
	color:#999999; text-decoration: underline; }

#footer a:hover,
#footer a:active{
	color:#999999; text-decoration: none; }



/* ----------------------------------------------------
	3.Elements
----------------------------------------------------- */


/* ページ内見出し設定 */

div.entry h2{
	padding-left: 12px;
	font-size: 100%;
	font-weight: bold;
	color: #252525;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h2.gif) no-repeat left center;
}


div.entry h3{
	padding-left: 12px;
	color: #353535;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h3.gif) no-repeat left center;
}


div.entry h4{
	padding-left: 12px;
	color: #555;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h4.gif) no-repeat left center;
}



textarea, input, select {
	padding: 2px;
	font-size: 100%;
	border : 1px solid #999;
}


/* MacIE */
textarea,input,select {
 font-family : "Osaka","\30D2\30E9\30AE\30CE\20Pro\20W3","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

div.vsp70 {
	height: 70px;
}



