@charset "EUC-JP";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.clear {
	clear: both;
}
/* ページ全体 */
body {
	font-size:12px;
	color:#333333;
	background: #FFFFFF url(http://bond-diary.jp/bond/template/bg.jpg) repeat-x 0px 0px;
	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;
    font-size:12px;
}

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

/* 全コンテンツ */
#wrapper {
	width: 830px;
	text-align: left;
	margin: 0px auto;
}

/* ヘッダー */
#header {
	background: url(http://bond-diary.jp/bond/template/main.jpg) no-repeat 0px 0px;
	height: 284px;
}
#header .blog_name {
	display: block;
	width: 318px;
	height: 164px;
}
#header .blog_name a {
	display: block;
	width: 318px;
	height: 164px;
	text-indent:-1000em;
	overflow:hidden;
}
#header .groupe_home {
	float: left;
	margin-top: 67px;
	width: 200px;
}
#header .search {
	float: right;
	margin-top: 67px;
	width: 350px;
}
#header .search .button {
	float: right;
}
#header .search .form {
	float: left;
	width: 280px;
	border: 1px solid #666666;
	background-color:#EEEEEE;
}

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

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

/* フッタ */
#footer {
	clear: both;
	background: url(http://bond-diary.jp/bond/template/footer_bg.gif) repeat-x 0px 0px;
	height: 60px;
	text-align: center;
}
#footer img {
	margin-top: 20px;
}

/* インフォメーション */
#info {
	overflow: auto;
}
#info ul {
	width: 180px;
}
#info li {
	list-style-type: none;
	margin-top: 5px;
	line-height: 12px;
	float: left;
}
#info li 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/bond/template/list_pict.gif);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    padding: 3px 0px 3px 24px ;
    line-height: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.list ul li ul {
	width: 140px;
}
.list ul li ul li{
	background-image: url(http://bond-diary.jp/bond/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: #E5E5E5;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
#calendar .calendar .cell {
    font-size:11px;
    text-align: center;
    width: 14%;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 0px;
}
#calendar .calendar .cell a {
    font-weight:bold;
    color: #CC0000;
}
#calendar .calendar_month {
    font-family: Helvetica;
    font-weight:bold;
    font-size:12px;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    background-color: #303033;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#calendar .calendar_month a {
    color: #FFFFFF;
}
#calendar .weekday {
    font-size: 10px;
    text-align: center;
    padding: 5px 0px;
    background-color: #CECECE;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

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



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

/* エントリー*/
#entry {
	margin-bottom: 20px;
	color: #333333;
	border: 1px solid #999999;
	padding: 16px;
}
#entry .entry_body{
	border-top: 1px solid #999999;
	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;
	font-family: Helvetica;
	color: #333333;
	line-height: 16px;
}

/* エントリータイトル*/
#entry .entry_title {
	border-left: 4px solid #333333;
	margin-bottom: 1px;
}
#entry .entry_title td {
	padding-left: 6px;
}
#entry h2 {
	font-size:14px;
	font-weight:bold;
	color: #DD0000;
	margin: 2px 0px;
	line-height: 18px;
}

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

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

/* コメント・トラックバック*/
.comment, 
#trackback {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDDDDD;
	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: 570px;
	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;
}

