@charset "EUC-JP";

/* すべて */
* {
    margin: 0;
    padding: 0;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

/* ページ全体 */
body {
	font-size:12px;
	color:#333;
	background: #332e2d url(http://bond-diary.jp/osaka/template/bg.gif) repeat-x 0 0;
	text-align: center;
	font-family:Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

/* リンク */
a,
a:link {
    color: #06c;
    text-decoration: none;
	outline: 0;
}
a:hover {
    color: #6CF;
    text-decoration: underline;
}

/* 画像 */
img {
    border: 0;
}

/* フォーム */
form {
    margin: 0px;
    display:inline
}
input, textarea {
    color: #333;
    background-color:#fff;
    font-size:12px;
}

/* 全コンテンツ */
#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background: #f5f4f4 url(http://bond-diary.jp/osaka/template/menu_bg.gif) repeat-y 0 0;
}

/* ヘッダー */
#header {
	position: relative;
	width: 800px;
	height: 264px;
	background: url(http://bond-diary.jp/osaka/template/main.jpg) no-repeat 0 0;
}
#header .main {
	display: none;
}
#header .blog_name {
	position: absolute;
	top: 68px;
	left: 0;
}
#header .blog_name a {
	display: block;
	width: 218px;
	height: 197px;
	text-indent:-9999em;
}
#header .groupe_home {
	position: absolute;
	top: 221px;
	left: 241px;
}
#header .groupe_home a {
	display: block;
	width: 170px;
	height: 20px;
	text-indent: -9999em;
	background: url(http://bond-diary.jp/osaka/template/home_btn.jpg) no-repeat 0 0;
}
#header .groupe_home a:hover {
	background-position: 0 -20px;
}

/* 検索フォーム */
.search {
}
.search .button {
	position: absolute;
	top: 222px;
	right: 16px;
	border: 0;
	width: 63px;
	height: 19px;
	background-color: transparent;
}
.search .form {
	position: absolute;
	top: 222px;
	left: 510px;
	width: 204px;
	border: 1px solid #666666;
	background-color:#EEEEEE;
	line-height: 1.4em;
	height: 1.4em;
}


/* 左ブロック */
#block_left {
	float: left;
	width: 230px;
	color:#fff;
}
#block_left_wrap {
	width: 190px;
	margin: 0 0 50px 15px;
}

/* 右ブロック */
#block_right {
	float: left;
	width: 570px;
}
#block_right_wrap {
	width: 530px;
	margin: 20px 0 50px 15px;
}

/* フッタ */
#footer {
	background: url(http://bond-diary.jp/osaka/template/copyright.gif) no-repeat 0px 0px;
	width: 800px;
	height: 80px;
	text-indent: -9999em;
}

#category h3,
#recententry h3,
#recentcomment h3,
#recenttrackback h3,
#archives h3,
#links h3,
#shopinfo h3 {
	display: block;
	width: 190px;
	height: 18px;
	text-indent: -9999em;
	margin-top: 26px;
}
#category h3 {
	background: url(http://bond-diary.jp/osaka/template/title04.gif) no-repeat 0 0;
}
#recententry h3 {
	background: url(http://bond-diary.jp/osaka/template/title01.gif) no-repeat 0 0;
}
#recentcomment h3 {
	background: url(http://bond-diary.jp/osaka/template/title02.gif) no-repeat 0 0;
}
#recenttrackback h3 {
	background: url(http://bond-diary.jp/osaka/template/title05.gif) no-repeat 0 0;
}
#archives h3 {
	background: url(http://bond-diary.jp/osaka/template/title03.gif) no-repeat 0 0;
}
#links h3 {
	background: url(http://bond-diary.jp/osaka/template/title06.gif) no-repeat 0 0;
}
#shopinfo h3 {
	background: url(http://bond-diary.jp/osaka/template/title_shop.gif) no-repeat 0 0;
}
#shopinfo .shopimg {
	background: url(http://bond-diary.jp/osaka/template/shop.jpg) no-repeat 0 0;
	width: 190px;
	height: 112px;
	text-indent: -9999em;
	margin-bottom: 10px;
}
#shopinfo .info {
	line-height: 1.3em;
	color: #ddd;
}
#oldblog {
	margin-top: 15px;
}
#oldblog a {
	display: block;
	background: url(http://bond-diary.jp/osaka/template/oldblog_btn.gif) no-repeat 0 0;
	width: 190px;
	height: 54px;
	text-indent: -9999em;
}
#oldblog a:hover {
	background-position: 0 -54px;
}

/* リスト */
.list {
	width: 180px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #fff;
	line-height: 12px;
	font-size:11px;
}
.list a {
	color: #ddd;
	line-height: 14px;
}
.list a:hover {
	color: #fff;
	text-decoration: underline;
}
.list ul {
    display: block;
    list-style-type: none;
}
.list ul li {
	background: url(http://bond-diary.jp/osaka/template/list_pict.gif) no-repeat 0 9px;
    padding: 4px 0px 4px 10px ;
    line-height: 12px;
}
.list ul li ul li{
	background: url(http://bond-diary.jp/osaka/template/list_pict2.gif) no-repeat 0px 5px;
	padding: 2px 0px 0px 10px;
	border: none;
}

/* カレンダー*/
#calendar{
	padding-bottom: 5px;
	margin-top: 15px;
	text-align: center;
	border-top: 5px solid #787170;
	border-bottom: 5px solid #787170;
}
#calendar_bottom{
	height: 15px;
}
#calendar .calendar {
	width: 190px;
}
#calendar .calendar .cell {
	font-size:11px;
	text-align: center;
	width: 14%;
	line-height: 22px;
	color: #999;
}
#calendar .calendar .cell a {
	color: #fff;
}
#calendar .calendar_month {
	font-weight:bold;
	font-size:12px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	color: #fff;
	border-bottom: 1px solid #787170;
}
#calendar .calendar_month a {
	color: #fff;
}
#calendar .weekday {
	font-size: 10px;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
#calendar .today {
}

/* クレジット */
#extra {
	margin: 30px 0;
	font-size:10px;
	line-height: 14px;
}
#extra a {
	color: #ccc;
}
#extra .icon {
	display: block;
	margin-bottom: 2px;
	background: url(http://bond-diary.jp/osaka/template/feed_icon.gif) no-repeat 0 0;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	line-height: 0;
	font-size: 1px;
}



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

/* エントリー*/
#entry {
}

/* エントリー全体*/
#entry .entry_wrap {
	float: right;
	width: 430px;
	margin-bottom: 20px;
}
#entry .line {
	clear: both;
	background: url(http://bond-diary.jp/osaka/template/dot_line.gif) repeat-x 0 0;
	line-height: 0;
	height: 20px;
}

/* エントリータイトル*/
#entry .entry_title {
	padding: 0 0 0 10px;
	border-left: 3px solid #c00;
}
#entry .entry_title h2 {
	font-size:14px;
	line-height: 1.4em;
	color: #c00;
}
#entry .entry_title h2 a {
	color: #c00;
}
#entry .entry_title h2 a:hover {
	color: #900;
}

/* エントリー日付*/
#entry .date {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	font-weight:bold;
}

/* エントリー記事*/
#entry .entry_body{
	margin-top: 10px;
	line-height: 18px;
}

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

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

/* エントリーその他*/
#entry .state {
	padding: 0 0 6px 0;
    font-size:10px;
    color: #999;
    text-align: right;
    margin-top: 10px;
	line-height: 14px;
}

/* コメント・トラックバックタイトル*/
#comment_wrap .comment_title,
#trackback_wrap .trackback_title {
	margin-bottom: 10px;
	padding: 6px;
	background-color: #d00;
	line-height: 14px;
	font-size:14px;
	color: #fff;
}

/* コメント・トラックバック*/
#comment_wrap .comment, 
#trackback_wrap .trackback {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(http://bond-diary.jp/osaka/template/dot_line.gif) repeat-x 0 bottom;
}

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

/* コメントフォーム*/
#comment_wrap .comment_form {
    padding: 15px;
    background-color: #cdcdcd;
    margin-bottom: 20px;
}
#comment_wrap .comment_form dt {
    float: left;
	width: 80px;
	text-align: right;
	line-height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#comment_wrap .comment_form dd {
    margin-bottom: 5px;
}
/* コメントフォームタイトル*/
#comment_wrap .comment_form_title {
    color: #333;
    padding-left: 4px;
    border-left: 3px solid #d00;
	margin-bottom: 15px;
	font-size:14px;
}
/* コメントフォーム送信ボタン*/
#comment_wrap .comment_form .submit {
    text-align: center;
    margin: 20px 0;
}
#comment_wrap .comment_form .submit input {
	background-color: transparent;
}

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

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

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

/* コメントフォームコメント*/
#comment_wrap .comment_form #description {
    width: 350px;
    margin-bottom: 6px;
}
#comment_wrap .comment_form #set_cookie {
	background-color: #cdcdcd;
}

/* トラックバックURL*/
#trackback_wrap .trackback_link {
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
}

/* プロフィール*/
#profile .name {
	font-weight:bold;
	font-size:16px;
	margin-bottom: 10px;
}
#entry .entry_body .emoji{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

