@charset "EUC-JP";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.clear {
	clear: both;
}
/* ページ全体 */
body {
	font-size:12px;
	color:#333333;
	text-align: center;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* フォーム */
form {
    margin: 0px;
    display:inline
}
input, textarea {
    color: #333333;
    background-color:#FFFFFF;
}

/* 段落 */
p {
    margin: 10px 0px;
}

/* 全コンテンツ */
#wrapper {
	width: 840px;
	text-align: left;
	margin: 0px auto;
}
/* ヘッダー */
#header {
	position: relative;
	height: 50px;
}
#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header h2 {
	position: absolute;
	top: 0px;
	left: 130px;
}
#header .bt_group {
	position: absolute;
	top: 15px;
	left: 745px;
}

/* メイン */
#main {
	position: relative;
	background: url(http://bond-diary.jp/cars/template/main.jpg) no-repeat 0px 0px;
	height: 210px;
}
#main .blog_name {
	display: block;
	position: absolute;
	top: 60px;
	left: 16px;
	width: 260px;
	height: 56px;
}
#main .blog_name a {
	display: block;
	width: 260px;
	height: 56px;
	text-indent:-1000em;
	overflow:hidden;
}
#main .home {
	position: absolute;
	top: 160px;
	left: 14px;
	background: url(http://bond-diary.jp/cars/template/home_pict.gif) no-repeat 0px 0px;
	line-height: 20px;
	padding-left: 24px;
	font-weight:bold;
}
#main .home a {
	color: #fff;
}
#main .form {
	position: absolute;
	top: 162px;
	right: 80px;
	width: 200px;
	border: 0;
	background-color:#eee;
	font-size: 12px;
	line-height: 1.2em;
	height: 18px;
	padding-left: 0.1em;
}
#main .button {
	position: absolute;
	top: 162px;
	right: 14px;
}

/* 中央ブロック */
#block_center {
    float: right;
    width: 620px;
    margin: 0 0 50px 0;
    line-height: 22px;
}

/* 左ブロック */
#block_left {
	float: left;
	width: 180px;
	margin-bottom: 50px;
}

/* フッタ */
#footer {
	clear: both;
	height: 100px;
}
#footer img {
	margin-top: 20px;
}

/* 過去のDIARY */
#old_diary {
	padding: 0 0 20px 0;
}

/* インフォメーション */
#info {
}
#info img {
	display: block;
}

#category,
#recententry,
#recentcomment,
#recenttrackback,
#archives,
#links,
#info,
#calendar{
	padding-bottom: 20px;
}

/* リスト */
.list {
    font-size:11px;
    padding: 0px;
}
.list ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	width: 180px;
}
.list ul li {
    background-image: url(http://bond-diary.jp/cars/template/list_pict.gif);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    padding: 3px 0px 3px 24px ;
    line-height: 16px;
    border-bottom: 1px dotted #E5E5E5;
}
.list ul li ul {
	width: 140px;
}
.list ul li ul li{
	background-image: url(http://bond-diary.jp/cars/template/pict_list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 0px 20px;
	border: none;
}

/* カレンダー*/
#calendar .calendar {
    width: 180px;
    background-color: #fff;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
}
#calendar .calendar .cell {
    font-size:11px;
    text-align: center;
    width: 14%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px 0px;
}
#calendar .calendar .cell a {
    font-weight:bold;
    color: #CC0000;
}
#calendar .calendar_month {
    font-weight:bold;
    font-size:12px;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    background-color: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#calendar .calendar_month a {
    color: #FFFFFF;
}
#calendar .weekday {
    font-size: 10px;
    text-align: center;
    padding: 5px 0px;
    background-color: #eee;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}

/* クレジット */
#extra {
    font-size:10px;
    margin-top: 50px;
}
#extra .icon {
    margin-bottom: 5px;
}



/* 中央ブロック内容 */
/* ページ */
.pagenavi {
	padding-bottom: 4px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #999999;
}

/* エントリー*/
#entry {
	margin-bottom: 20px;
	color: #333333;
	background: url(http://bond-diary.jp/cars/template/dot_line.gif) repeat-x left bottom;
}
#entry .entry_body{
	padding-top: 10px;
}

/* エントリー内画像*/
#entry .entry_body img {
    margin: 10px 0px;
}

/* エントリー続き*/
#entry .more {
    margin-top: 15px;
}
#entry .more img {
    margin: 10px 0px;
}

/* エントリー日付*/
#entry .date {
	font-size:12px;
	font-weight:bold;
	color: #999;
	line-height: 16px;
}

/* エントリータイトル*/
#entry .entry_title {
	font-size:14px;
	font-weight:bold;
	color: #333;
	margin: 2px 0px;
	padding: 0 0 8px 0;
	line-height: 18px;
	background: url(http://bond-diary.jp/cars/template/line.gif) no-repeat left bottom;
}
#entry .entry_title a {
	color: #333;
}

/* エントリーバー*/
#entry .entry_line {
	padding-top: 4px;
}

/* エントリーその他*/
#entry .state {
    font-size:10px;
    color: #666666;
    text-align: right;
    margin-top: 10px;
	padding-bottom: 20px;
}

/* コメント・トラックバックタイトル*/
#comment_title,
#trackback_title {
    color: #FFFFFF;
    font-weight:bold;
    margin-bottom: 10px;
margin-top: 10px;
    padding: 4px;
    background-color: #000;
}

/* コメント・トラックバック*/
.comment, 
#trackback {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(http://bond-diary.jp/cars/template/dot_line.gif) repeat-x left bottom;
	color: #333333;
}

/* コメント・トラックバックその他*/
.comment .state,
#trackback .state {
    font-size:10px;
    color: #666666;
    text-align: right;
    margin-top: 10px;
}

/* コメントフォームタイトル*/
#comment_form_title {
    color: #333333;
    font-weight:bold;
    margin-bottom: 2px;
    padding-left: 4px;
    border-left: 3px solid #EE0000;
}
/* コメントフォーム*/
#comment_form {
    padding: 16px 20px;
    background-color: #EEEEEE;
}
/* コメントフォーム送信ボタン*/
#comment_form .submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* コメントフォーム名前*/
#comment_form #name {
    width: 200px;
    margin-bottom: 6px;
}

/* コメントフォームE-mail*/
#comment_form #email {
    width: 350px;
    margin-bottom: 6px;
}

/* コメントフォームURL*/
#comment_form #url {
    width: 350px;
    margin-bottom: 6px;
}

/* コメントフォームコメント*/
#comment_form #description {
    width: 480px;
	height: 100px;
    margin-bottom: 6px;
}

#set_cookie {
	background-color: #EEEEEE;
}

/* トラックバックURL*/
#trackback .tb_link {
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

/* プロフィール*/
#profile .name {
    font-weight:bold;
    font-size:16px;
    margin-bottom: 10px;
}


#entry .entry_body .emoji{
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

