/* オリジナルテンプレート２カラム（サイドバー左）　(C)2007 C-point Corp. */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #002800;
	font-size: 100%;
}
img{
	border: none;
}
form,div,pre,h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	font-size: 85%;
}
pre{clear:both;}
/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	color: #333333;
}
/* ブログタイトル・概要 */
#banner{
	background-color: #333333;
	height: 200px;
	width: 800px;
	margin: 0px;
	overflow: hidden;
	background-image: url(http://www.tanabe-kk.co.jp/blog_data/tababe_blog_main.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}

/* ブログの配置 */
#content{
	float: right;
	width: 590px;
	margin-right: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
}

/* サイド（左サイド） */
#links{
	width: 210px;
	margin: 0px;
	font-size: 85%;
	float: left;
	text-align:center;
	background-color:#000000;
	padding-top:20px;
	color:#FFFFFF;
}
#links a:link,#links a:visited{
	color:#FF9900;
	text-decoration:none;
	}
#links a:hover,#links a:active{
	color:#FF9900;
	text-decoration:underline;
	}
/*フッタ*/
#footer{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	border-top: 1px dotted #ccc;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{ color:#0099FF;}
a:link{	text-decoration: none;}
a:visited{	text-decoration: none;}
a:active{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #000000;
}
#banner a:link{
	text-decoration: none;
	color: #000000;
}
#banner a:visited{
	text-decoration: none;
	color: #000000;
}
#banner a:active{
	text-decoration: underline;
	color: #000000;
}
#banner a:hover{
	text-decoration: underline;
	color: #000000;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues{
	display:block;
	padding:5px 0px;
	}
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	color:#FF6600;
	text-decoration: none;

}
.title a:link{
	color:#FF6600;
	text-decoration: none;
	color: #006600;
}
.title a:visited{
	text-decoration: none;
	color:#FF6600;
}
.title a:active{
	text-decoration: underline;
	color:#FF6600;
}
.title a:hover{
	text-decoration: underline;
	color:#FF6600;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 18px;
	width: 800px;
	margin: 0px;
	padding: 50px 0px 5px 25px;
	text-align: left;
	clear: both;
	text-align: left;
	color:#000000;
	letter-spacing:2px;
}

/* ブログ説明文 */
.description{
	font-size: 12px;
	padding: 5px 10px 10px 25px;
	width: 450px;
	text-align: left;
	color: #333333;
	line-height: 130%;
	letter-spacing:1px;
	overflow:hidden;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpass {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	line-height: 16px;
	vertical-align: bottom;
}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
	width: 530px;
	margin: 0px auto;
}

/* 記事タイトル */
.title{
	font-size: 14px;
	background-color: #f9f9f9;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0px 0px 5px 0px;
	color:#FF6600;
	text-align: left;
}

/* 記事日付 */
.date{
	font-size: 14px;
	color: #339900;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 0px;
	width: 530px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #f4f4f4;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
	line-height: 30px;
	text-indent: 10px;
	border-bottom:1px dotted #d4d4d4;
}

/* 記事本文 */
.main{
	padding: 10px 0px;
	margin: 0px auto;
	overflow: auto;
	font-size: 12px;
	line-height: 150%;
	width: 500px;
	text-align: left;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 10px;
}
.posted a{ color:#666666;}
.posted a:link,.posted a:visited{ color:#666666;}
.posted a:hover,.posted a:active{ color:#FF6600;}

/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	text-align:left;
	width:100%;
	margin:10px auto 20px auto;
	border:1px solid #ccc;
	padding:3px 5px;
}

/* トラックバック本文 */
.trackback-body{
	padding: 10px 0px 5px 0px;
	margin: 0px auto;
	overflow: auto;
	font-size: 12px;
	line-height: 130%;
	width: 500px;
	text-align: left;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 3px;
	font-size: 10px;
	text-align: right;
	border-top:1px dotted #ccc;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	font-size: 14px;
	background-color: #f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px 0px 5px 0px;
	color: #333333;
	text-align: left;
	font-weight:bold;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	border-top:1px dotted #ccc;
	}

/* コメント本文 */
.comments-body{
	margin: 5px 15px;
	font-size: 12;
	line-height: 130%;
	text-align:left;
}

/* コメント入力テーブル */
table.form {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table.form td{
	padding:5px 10px;
	}
/* 本文 */
#text{
	width: 350px;
}

/* メールアドレス */
#email{}

/* 名前 */
#author{}

/* URL */
#url{}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.profile,.category,.counter,.recententry,.subscription,.archives,.calender,.ad,.search,.comment,.qrcode{
	width:180px;
	margin:0px auto 15px auto;
	text-align:left;
	border:1px solid #333;
	}

.side{
	margin-bottom: 10px;
	padding:10px 10px 0px 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color: #000000;
	background-image: url(http://www.tanabe-kk.co.jp/blog_data/blog_left_bar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:35px;
	line-height:35px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	border-left:3px solid #333;
	border-bottom:1px solid #333;
	text-indent:8px;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 5px;
	margin-left:0px;
	width: 160px;
	font-size: 12px;
	line-height:135%;
}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin: 10px auto 5px auto;
	font-size: 10px;
}
/* 枠 */
.calendartable{
	border: 1px solid #333333;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

.calendartable td{
	background-color:#000000;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	line-height:100%;
	}
/* 曜日枠 */
.calendarwd{
	background-color: #333333;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #000000;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}

.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 12px;
	line-height: 120%;
	margin: 10px 0px 0px 0px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 10px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	width:100%;
	margin-right:30px;
}
.pagetop a{
	border:1px solid #ccc;
	padding:3px 5px;
	display:block;
	width:100px;
	white-space:nowrap;
	text-align:center;
	}
.pagetop a:link,.pagetop a:visited{background-color:#ffffff;}
.pagetop a:hover,.pagetop a:active{background-color:#0099FF; color:#FFFFFF; text-decoration:none;}
/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 10px;
	color:#000000;
}

