/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size:12px;
	line-height: 1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFF;
	background: url(http://blog.s-bbd.com/images/blog_headerbg.jpg) top repeat-x;
	color: #333333;
	}

div,table,td {
	font-family: 'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	}

a:link    { color: #896E67; text-decoration:none;}
a:visited { color: #896E67; text-decoration:none;}
a:active  { color: #896E67; text-decoration:none;}
a:hover   { color: #896E67; text-decoration: underline;}


img {
	border:0px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	background: url(./template/cmsp/26/list.gif) no-repeat;
	background-position: 0px 7px;
	padding-left:10px;

	list-style-type: none;
	line-height: 1.4;
	margin-bottom:7px;
	}



/* ************************************************ 
 *	ヘッダー（サイトタイトル・サイト説明）
 * ************************************************ */

#header {
	padding:25px 0px 0px;
	margin: 0 0 10px 0;
	height: 87px;
	position: relative;
}

#headerSub {
	text-align: right;
}

h1.site_title {
/*	position: absolute;
	top: 20px;
	left: 70%;*/
	float: right;
	color: #A9746D;
	font-size: 10px;
	font-weight:bold;
	padding-left: 20px;
	padding-top : 10px;
}
h1.site_title a {
	color: #A9746D;
}


.site_title a {color: #6d2916;text-decoration: none;font-weight:bold;}
.site_title a:link {color: #6d2916;text-decoration: none;font-weight:bold;}
.site_title a:visited {color: #6d2916;text-decoration: none;font-weight:bold;}
.site_title a:active {color: #ff7a21;text-decoration: none;font-weight:bold;}
.site_title a:hover {color: #ff7a21;text-decoration: none;font-weight:bold;}


#container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.description {
	color: #6d2916;
	font-size: 10px;
	line-height:120%;
	padding-left: 30px;
	padding-top :  5px;
	}

table.header_link {
	color: #6d2916;
	font-size: 10px;
	padding:3px 12px 3px 0px;
	width: 100%;
}

.header_link a {color: #eb5050;text-decoration: none;}
.header_link a:link {color: #eb5050;text-decoration: none;}
.header_link a:visited {color: #eb5050;text-decoration: none;}
.header_link a:active {color: #ff7a21;text-decoration: none;}
.header_link a:hover {color: #ff7a21;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ
 * ************************************************ */
#contents {
	margin: 0 auto;
}

#main {
	margin: 0 0 0 249px;
	width: ;
}

/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#sidenavi {
	width: 210px;
	margin: 0 0 0 0;
	float: left;
}

.linkmenu {
	width:210px;
	margin-bottom: 15px;
	text-align: left;
	}

.linktext {
	padding:12px;
	background:#f9f4eb;
	}

.linkbottom {
	height: 2px;
	background: url(./template/cmsp/26/linkbottom.gif) no-repeat;
	}

.calendar td {
	font-size: 9px;
}

#sidenavi .sBox	{
	width: 210px;
	margin: 0 0 40px 0;
}

#sidenavi .sBox img {
	line-height: 0;
	letter-spacing: normal;
}

#sidenavi .sBox .inner {
	height: 24px;
}
#sidenavi .sBox .left {
	float: left;
	width: 130px;
	height: 24px;
	padding: 0;
}

#sidenavi .sBox .right {
	width: 70px;
	float: right;
	height: 24px;
	padding: 0;
}

#sidenavi .sBox .title {
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidenavi ul {
	margin: 10px 0;
}

#sidenavi li {
	background: url(http://blog.s-bbd.com/images/blog_list01.gif) 0 2px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
} 

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	width:190px;
	margin-bottom: 15px;
	}

.cal_title {
	height: 28px;
	background: url(./template/cmsp/26/linktitle.jpg) no-repeat;
	color: #6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.cal {
	background:#FFFFFF;
	color: #333333;
	text-align:center;
	padding:5px 0px;
	}

.cal table {
	margin:0 auto;
	}

.cell {
	width: 22px;
	height: 13px;
	padding: 1px;
	}

.weekday {
	width: 22px;
	height: 10px;

        font-size: 9px;
        text-align: center;

	padding: 1px;
	}

.calendar_month {
	}

.cal_bottom {
	height:18px;
	background: url(./template/cmsp/26/cal_bottom.jpg) no-repeat;
	}

.cell a {color: #eb5050; background:#ffffff;}
.cell a:link    {color: #eb5050;text-decoration: none; background:#ffffff;}
.cell a:visited {color: #eb5050;text-decoration: none; background:#ffffff;}
.cell a:active  {color: #ff7a21;text-decoration: none; background:#ffffff;}
.cell a:hover   {color: #ff7a21;text-decoration: none; background:#ffffff;}
/* ************************************************ 
 *	フッター（コピーライト）
 * ************************************************ */

#copy {
	width: 100%;
	height: 79px;
	color: #999999;
	font-size: 10px;
	text-align:center;
	margin-bottom: 15px;
}

#copy a {color: #432A16;}
#copy a:link    {color: #432A16;text-decoration: none;}
#copy a:visited {color: #432A16;text-decoration: none;}
#copy a:active  {color: #7E5E44;text-decoration: none;}
#copy a:hover   {color: #7E5E44;text-decoration: none;}


/* ************************************************ 
 *	ページナビ
 * ************************************************ */

.pagenavi {
	width: 100%;
	height: 28px;
	color: #999999;
	font-size:10px;
	margin-bottom: 15px;
	}

.pagenavi a {color: #846F5B;}
.pagenavi a:link    {color: #846F5B;text-decoration: none;}
.pagenavi a:visited {color: #846F5B;text-decoration: none;}
.pagenavi a:active  {color: #846F5B;text-decoration: none;}
.pagenavi a:hover   {color: #846F5B;text-decoration: none;}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
	height: 28px;
/*	background: url(./template/cmsp/26/entry_navi.gif) no-repeat;*/
	color: #432A16;
	margin-bottom: 15px;
	font-size: 12px;
	}
.entry_navi table {
	width: 100%;
}

.entry_navi td {
	padding: 0 5px;
}

.entry_navi a {color: #6d2916;}
.entry_navi a:link    {color: #6d2916;text-decoration: none;}
.entry_navi a:visited {color: #6d2916;text-decoration: none;}
.entry_navi a:active  {color: #ff7a21;text-decoration: none;}
.entry_navi a:hover   {color: #ff7a21;text-decoration: none;}

.entry {
	padding: 0px;
	margin-bottom:50px;
	width: 100%;
	}

.entry_title {
	height: 28px;
	background: url(http://blog.s-bbd.com/images/blog_border.gif) 0 bottom repeat-x;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight:bold;
	font-size: 18px;
	color: #846F5B;
	}


.entry_date {
	font-size: 10px;
	margin: 0;
	color: #666666;
	text-align: right;
	font-weight: bold;
}

.entry_author {
	font-size: 12px;
	color: #999;
	margin: 0 15px;
	}

.entry_body {
	line-height: 2.0;
	margin: 15px;
	margin-top:5px;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	margin: 0 15px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border: 1px solid #CC9966;

	margin: 10px 0;
	padding: 5px;
	}

.pict {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

.main_title2 {
	width: ;
	height: 28px;
	background: url(./template/cmsp/26/main_title2.jpg) no-repeat;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
	color: #6d2916;
	}

.comment {
	border: 1px solid #CC9966;
	margin-bottom: 10px;
	}

.comment_state {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 15px;
	}


.tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}

.tb_url {
	font-size:11px;
	padding:5px 10px;
	background:#f9f4eb;
	color:#6d2916;
	}

.tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

.tb_date {
	font-size: 10px;
	padding:10px;
	}

.tb_title {
	padding: 0px 10px 10px;
	color:#6d2916;
	}

.tb_body {
	line-height: 150%;
	padding: 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

.tb_state {
	padding: 5px 10px;
	}

/* BR clear
----------------------------------------------------------*/
br.clear {
	clear			: both;
	font-size		: 0px;
	line-height		: 0px;
}

/* ClearFix
----------------------------------------------------------*/
.clearFix:after {
	clear			: both;
	content			: ".";
	display			: block;
	height			: 0pt;
	visibility		: hidden;
}

*html .clearFix {
	height			: 1%;
}
