@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/12/29
	Last Modified: 2009/2/5
	Site Name: Dank Hearts blog
	Author: Dank Hearts tani
	Version: 1.1
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

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



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f3 url(image/main/background-block.jpg) bottom left repeat-x;
	border:1px solid #ccc;
	letter-spacing:normal;
	}

a {color:#6d8e2d;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:80%/1.5em  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#000 url(image/main/background.jpg) repeat left top;
	line-height:160%;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	text-indent:-9999px;
	}

h2 {
	background:url(image/main/entry-title.jpg) no-repeat top left;
	padding:23px 0 5px 10px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	border-top:1px solid #363610;
	}

h3 {
	font-size:110%;
	border-left:10px solid #333333;
	padding-left:10px;
	background:#eee;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}



/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://tani.dank-hearts.com/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;



	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:1054px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	width:710px;
	float:right;
	background:url(image/main/background-main.jpg) repeat-y;
	text-align:left;
	margin:0 auto;
	}
	
div#content {
	width:500px;
	float:left;
	}
	
div.main {
	padding:15px;
	padding-top:0;
	padding-bottom:30px;
	letter-spacing:2px;
	}


/* header 
==========================================================*/
div#header {
	width:100%;
	height:95px;
	position:relative;
	text-align:left;
	background:url(image/main/header.jpg) repeat-x;
	}
			
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:59px;
	line-height:59px;
	color:#fff;
	background:url(image/main/background-footer.jpg);
	clear:both;
	text-align:center;
	}
	
#footer p a{
	color:#ccc;
	}	


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 20px;
	}
	
	
/* sidebar
==========================================================*/
#sidebar-left{
	width:324px;
	height:738px;
	background:url(image/main/background-side.jpg) no-repeat;
	float:left;
	}
	
#sidebar-right{
	width:210px;
	float:right;
	}

div.side-form {
	padding:10px;
	padding-top:0;
	padding-bottom:20px;
	}
	
div.side-title {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px dotted #363610;
	color:#363610;
	
	}
	
div.side-body {
	padding:5px;
	text-align:left;
	}
	
div.side-body p{
	line-height:160%;
	}
	
.side-body ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
	}
	
.side-body li{
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	}

/* left */
#sidebar-left div.side-form {
	margin:30px;
	background:url(image/main/background-side.png);
	padding:10px;
	color:#FFFFFF;
	}
	
* html #sidebar-left div.side-form { behavior: expression(IEPNGFIX.fix(this)); }

#sidebar-left div.side-form div.side-title {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	text-align:left;
	border-bottom:none;
	}
	
#sidebar-left div.side-body li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:160%;
	border-bottom:1px dotted #ccc;
	}
	
#sidebar-left div.side-body li a{
	color:#fff;
	}
	
/* entry
==========================================================*/
div.date {
	text-align:right;
	}
	
div.entry-body{
	padding:0 10px 30px 10px;
	}
	
div.entry-body p{
	padding:5px 0 20px 0;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
	
div.entry-info {
	padding-top:5px;
	border-top:1px dotted #ccc;
	text-align:center;
	}
	
div.entry-info ul{
	text-align:left;
	}
	
div.entry-info ul li{
	display:inline;
	}
			
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:10px 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:10px 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

	
/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}

	
fieldset {
	padding:10px;
	}
	
fieldset textarea{
	margin:0 0 10px 0;
	}
	
legend {
	padding:0 10px;
	}
	
/***************************
 trackbacks
***************************/
.trackbacks {
	clear:both;
	margin:40px 0 0 0;
	padding:10px;
	background-color:#eee;
	}
	
.trackbacks-body{
	margin:10px 20px 0 20px;
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
.trackbacks-body ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.trackbacks-body li{
	margin:0;
	padding:0;
	}
	
	
/***************************
 comments
***************************/
.comments {
	margin:40px 0 0 0;
	}
	
	
.comments h4{
	padding:3px 10px;
	background-color:#eee;
	}
	
.comments-body{
	margin:10px 20px 0 20px;
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
.comments-view{
	margin:10px 20px 0 20px;
	padding:10px;
	background-color:#eee;
	}
	
.comments ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.comments li{
	margin:0;
	padding:0;
	}

.comment-form {
	margin:40px 0 0 0;
	}
	
.comment-form h5{
	padding:3px 10px;
	background-color:#eee;
	}

#comments-open-text {
	margin-top:20px;
	}
	
.comments-open-content {
	margin-top:10px;
	}
	
/* search */
.search-body {
	margin:10px;
	padding:10px;
	background-color:#eee;
	}

/* sitemap
==========================================================*/
.sitemap {
	margin:20px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/


/* category
==========================================================*/
pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	line-height: 20px;
	background: url(image/pre_code_bg_ylw.gif) repeat-y left top;
	overflow: auto;
	overflow-Y:hidden;
}
pre code {
	margin: 0 0 0 40px;
	padding: 18px 0;
	display: block;
	letter-spacing:0;
}
.code {
	margin: 20px 0;
}
.code h4 {
	margin: 0;
	font-size:12px;
	padding: 5px 10px 5px 25px;
	background: url(image/icon_code.gif) no-repeat 5px 6px;
}
