@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/12/05
	Last Modified: 2008/3/17
	Site Name: yamaboushi
	Author: Dank Hearts Co., Ltd.
	Version: 3.2
 --------------------------------------------------- */

/*
===== 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:#770000;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:url(image/back.jpg);
	line-height:160%;
	color:#222;
	}


/* 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:12px;
	color:#fff;
	color:#770000;
	text-align:left;
	float:left;
	width:470px;
	padding:20px 0 0 33px;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	clear:both;
	}
	
body.blog h2 {
	background:url(image/blog-title.jpg) no-repeat;
	height:53px;
	line-height:53px;
	position:relative;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-left:25px;
	}
	
body.blog h2 span{
	position:absolute;
	top:0;
	right:20px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	}

div.side-form h3 {
	background:url(image/side-list.jpg) no-repeat;
	height:34px;
	line-height:34px;
	padding-left:25px;
	position:relative;
	}

div.side-form span {
	position:absolute;
	top:4px;
	right:15px;
	width: 83px;
	height: 26px;
	}
	
h3 {
	border-left:5px solid #FF6600;
	padding-left:10px;
	}


/* 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://yamaboushi.info/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:870px;
	text-align:center;
	margin: 0 auto;
	background:url(image/back_c.jpg) center top ;
	}

div#wrapper{
	margin:0 auto;
	color:#5b3d1b;
	}
	
div#content {
	padding-top:6px;
	width:560px;
	text-align:left;
	}
	
body.blog div#content {
	padding-top:6px;
	width:597px;
	text-align:left;
	}
	
div.main {
	width:523px;
	padding-bottom:30px;
	font-size:12px;
	}
	
body.blog div.main {
	width:568px;
	padding-bottom:6px;
	font-size:12px;
	margin-bottom:20px;
	}

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

/* header 
==========================================================*/
div#header {
	}
			
div#head-txt {
	background:url(image/back_h.jpg) center no-repeat top;
	height:23px;
	line-height:23px;
	}
	
div#head-txt ul{
	font-size:10px;
	text-align:right;
	float:right;
	width:320px;
	padding:20px 31px 0 0;
	}
	
div#head-txt ul li{
	display:inline;
	font-size:10px;
	}
	
div#head-back {
	background:url(image/hedder.jpg) no-repeat;
	width:821px;
	height:197px;
	margin:0 auto;
	position:relative;
	clear:both;
	}
	
div#head-back {
	background:url(image/hedder.jpg) no-repeat;
	width:821px;
	height:197px;
	margin:0 auto;
	position:relative;
	}
	
div#logo {
	position:absolute;
	top:54px;
	left:24px;
	}
	
div#head-contact {
	position:absolute;
	top:128px;
	right:37px;
	}
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:43px;
	background:url(image/main/footer.jpg);
	clear:both;
	text-align:center;
	}
	
#footer p{
	padding-top:10px;
	}	


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
#sidebar               { width:306px;text-align:right;padding-top:7px; }
body.blog #sidebar     { width:253px;text-align:right;padding-top:7px; }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	width:271px;
	text-align:left;
	float:right;
	background:url(image/side-body.jpg) repeat-y;
	line-height:140%;
	margin-bottom:7px;
	}
	
body.blog div.side-form {
	width:220px;
	text-align:left;
	float:right;
	background:url(image/side-body2.jpg) repeat-y;
	line-height:140%;
	margin-bottom:7px;
	}
	
div.side-form p{
	padding:5px;
	font-size:12px;
	}
	
div.side-title {
	width:100%;
	}
	
div.side-title p{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
		
div.side-footer {
	background:url(image/side-footer.jpg) no-repeat;
	height:12px;
	overflow:hidden;
	clear:both;
	}
	
body.blog div.side-footer {
	background:url(image/blog-side-footer.jpg) no-repeat;
	height:9px;
	overflow:hidden;
	clear:both;
	}

div.side-form ul li {
	background:url(image/side-list2.jpg) no-repeat;
	height:34px;
	line-height:34px;
	padding-left:25px;
	position:relative;
	font-size:12px;
	}
	
body.blog div.side-form ul li {
	background:url(image/blog-list.jpg) no-repeat;
	height:34px;
	line-height:34px;
	padding-left:25px;
	font-size:12px;
	}

	
/* entry
==========================================================*/
div.entry-body{
	background:url(image/main-body1.jpg) repeat-y left top;
	padding:6px;
	}
	
body.blog div.entry-body{
	background:url(image/blog-body.jpg) repeat-y left top;
	padding:10px;
	}
	
div.entry-body ul {
	margin-left:5px;
	}
	
div.entry-body ul li{
	background:url(image/main-list.jpg) no-repeat 7px 2px;
	border-bottom:1px dotted #ccc;
	line-height:140%;
	padding:5px 0 5px 25px;
	color:#5b3d1b;
	}
	
body.blog div.entry-body ul li{
	background:none;
	border-bottom:none;
	line-height:140%;
	padding:0;
	color:#5b3d1b;
	}
	
div.entry-info {
	background:url(image/blog-foot.jpg) no-repeat;
	height:30px;
	line-height:30px;
	position:relative;
	padding-left:10px;
	}
	
div.entry-info2 {
	background:url(image/blog-foot2.jpg) no-repeat;
	height:30px;
	line-height:30px;
	position:relative;
	padding-left:10px;
	}

span.entry-comment {
	position:absolute;
	top:0;
	right:217px;
	text-align:left;
	}
	
span.entry-write {
	position:absolute;
	top:0;
	right:40px;
	text-align:left;
	}
	
div.entry-more {
	text-align:right;
	}
	

/* trackbacks
==========================================================*/
.trackbacks {
	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;
	}
	
fieldset {
	padding:10px;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 5px 5px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}


/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div#concept {
	background:url(image/concept.jpg) no-repeat center center;
	width:798px;
	margin: 0 auto;
	line-height:180%;
	padding:20px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#5a3d1d;
	}
	
div#concept a{
	color:#ff0103;
	}

/* blog
==========================================================*/
div#calender {
	background:url(image/calender-back.jpg) no-repeat;
	height:203px;
	width:220px;
	text-align:center;
	float:right;
	}
	
table#tbl-calendar {
	margin:0 auto;
	margin-top:40px;
	text-align:center;
	}
	
table#tbl-calendar th{
	padding-top:5px;
	}
	
table#tbl-calendar td{
	padding:0 5px;
	line-height:130%;
	}
	
table#tbl-calendar td a{
	background:#f4cccc;
	border:1px solid #fcc;
	}
	
div.page-navi {
	background:url(image/main-navi.jpg) no-repeat;
	height:30px;
	line-height:24px;
	width:518px;
	text-align:left;
	margin:0 auto;
	}
	
div.page-navi2 {
	background:url(image/main-navi2.jpg) no-repeat;
	height:30px;
	line-height:24px;
	width:518px;
	text-align:left;
	margin:0 auto;
	}
	
div.navi {
	width:568px;
	text-align:center;
	}
	
div.part span{
	margin:0 15px;
	}
