@charset "utf-8";

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

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

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



/* 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:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

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

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:85%/1.5em  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#8b8b8b;
	line-height:160%;
	}


/* 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 {
	font-size:10px;
	color:#FFFFFF;
	padding-left:11px;
	text-align:left;
	}

h2 {
	background:url(img/h2-title.jpg) no-repeat;
	height:25px;
	width:344px;
	line-height:30px;
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
	padding-left:60px;
	font-weight:bold;
	color:#000000
	}

h2 a {
	color:#000000;
	}
	
h2.h2-info {
	height:31px;
	margin-bottom:10px;
	text-indent:-9999px;
	}

h2.comme {
	background:url(img/h2-square.jpg) no-repeat;
	height:18px;
	line-height:18px;
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	padding-left:20px;
	}



h3 {
	height:18px;
	line-height:18px;
	font-size:12px;
	margin-bottom:10px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	background:url(img/h3.jpg) no-repeat;
	padding-left:20px;
	}

h3.trackback {
	font-size:14px;
	}
	

h4 {
	height:22px;
	line-height:22px;
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
	padding-left:50px;
	color:#FF6600;
	font-weight:bold;
	}

h5 {
	height:17px;
	line-height:17px;
	font-size:13px;
	margin-bottom:10px;
	text-align:left;
	padding-left:20px;
	color:#666;
	}

h6 {
	height:17px;
	line-height:17px;
	font-size:13px;
	margin-bottom:10px;
	text-align:left;
	padding-left:20px;
	color:#666;
	}

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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div.main-text-body:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div.main-text-body { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div.main-text-body { height: 1% }
.clearfix,
div.main-text-body {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://oohara.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:900px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	width:900px;
	background:url(img/background-img.jpg) repeat-y;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:652px;
	text-align:center;
	}
	
div.main {
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	background:url(img/main-foot.jpg) no-repeat bottom left;
	width:464px;
	margin:0 auto 20px auto;
	}
	
div.main-text {
	padding:15px;
	text-align:left;
	}

div.main-text-top {
	width:464px;
	height:10px;
	background:url(img/main-top.jpg) no-repeat; 
	overflow:hidden;
	}

div.main-text-body {
	width:464px;
	background:url(img/main-body.jpg) repeat-y; 
	}

div.main-text-foot {
	width:464px;
	height:10px;
	background:url(img/main-foot.jpg) no-repeat; 
	overflow:hidden;
	}

/* layout */
body#layout-left #content  { float:left; }
body#layout-right #content { float:right;  }
	

/* header 
==========================================================*/
div#header {
	width:900px;
	height:106px;
	text-align:center;
	background:url(img/header.jpg);
	text-align:left;
	}
	
.header-img {
	width:652px;
	height:289px;
	background:url(img/headerimg.jpg);
	}			
	
/* footer
==========================================================*/
div#footer {
	width:900px;
	height:60px;
	background:url(img/footer.jpg) no-repeat;
	clear:both;
	text-align:center;
	margin: 0 auto;
	}
	
div#footer p {
	width:900px;
	text-align:center;
	color:#FFFFFF;
	padding-top:40px;
	}
	

div#footer ul {
	text-align:center;
	font-size:8px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#FFFFFF;
	}

/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	color:#FFFFFF;
	}

div#navi a {
	color:#FFFFFF;
	}
	
	
/* sidebar
==========================================================*/
#sidebar { 
	width:248px; 
	}
	
#layout-left #sidebar  { float:right; }	
#layout-right #sidebar { float:left; }

div.side-form {
	padding-bottom:20px;
	}
	
div.side-top {
	width:248px;
	height:22px;
	background:url(img/sidebar-top.jpg) no-repeat;
	}
	
div.side-category {
	width:248px;
	height:66px;
	background:url(img/sidebar-category.jpg) no-repeat right;
	margin:15px 0;
	}

div.side-archive {
	width:248px;
	height:66px;
	background:url(img/sidebar-archive.jpg) no-repeat right;
	margin:15px 0;
	}

	
div.side-entry {
	width:248px;
	height:72px;
	background: url(img/sidebar-entry.jpg) no-repeat left;
	margin:15px 0;
	}
	
.side-body ul.entry li {
	height:25px;
	line-height:25px;
	border-bottom:dotted #999999 1px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	color:#FFFFFF;
	}

.side-body ul.entry li a{
	font-size:14px;
	padding-left:20px;
	color:#eeeeee;
	}

	
div.side-body {
	width:248px;
	}
	
div.side-body p{
	line-height:160%;
	}
	
.side-body ul {
	}
	
.side-body li{
	height:25px;
	line-height:25px;
	border-bottom:dotted #999999 1px;
	margin-left:40px;
	text-align:right;
	color:#FFFFFF;
	}

.side-body li a{
	color:#eeeeee;
	font-size:14px;
	padding-right:15px;
	}


.side-footer {
	height:4px;
	overflow:hidden;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 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 {
	margin-top:10px;
	padding-left:10px;
	border-top:dotted 1px #999999;
	height:100%;
	text-align:center;
	}

div.entry-info ul {
	}
	
div.entry-info li{
	display:inline;
	margin:0 2px;
	}
	

/* trackbacks
==========================================================*/
.trackbacks {
	margin:40px 0 0 0;
	padding:10px;
	background-color:#CCCCCC;
	background:url(img/main-body.jpg) repeat-y;
	color:#666666; 
	}
	
.trackbacks-body{
	margin:10px 20px 0 20px;
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
	}
	
.trackbacks-body ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.trackbacks-body li{
	margin:0;
	padding:0;
	color:#666666;
	}

.trackbacks h4{
	padding:3px 0;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	}	
	
/* comments
==========================================================*/
.comments {
	margin:40px 0 0 0;
	}
	
	
.comments h4{
	padding:3px 10px;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	}
	
.comments-body{
	margin:10px 20px 0 30px;
	width:400px;
	}
	
.comments-view{
	margin:10px 20px 0 20px;
	padding:10px;
	background-color:#dddddd;
	}
	
.comments ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.comments li{
	margin:0;
	padding:0;
	}

.comment-form {
	margin:10px 0 0 0;
	width:430px;
	margin:0 auto;
	}
	

#comments-open-text {
	margin:20px 0 10px 5px;
	}
	
.comments-open-content {
	margin-top:10px;
	}

div#comment-left {
	text-align:left;
	margin-left:5px;
	}
	
	
/* search */
.search-body {
	margin:10px;
	padding:10px;
	background-color:#eee;
	}
		
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:12px;
	border:1px solid #ff9400;
	}

	
/* 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;
	}


/* 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
==========================================================*/
