@charset "utf-8";
/*
Theme Name: チーム★だいじょうぶネット
Theme URI: http://wordpress.org/
Description: だいじょうぶネットのブログ
Version: 1.0
Author: Design Factory CUE
Author URI: http://www.df-cue.com/
Tags: 
*/



/* blog.css 

 01. ブログの枠
 02. ブログのヘッダーナビゲーション
 03. ブログ記事の概要
 04. ログイン関連
 05. サイドバー
 06. ページナビゲーション
 07. コメント
 08. 全アーカイブページ
 09. 検索画面
 10. 各種共通タイトル
 11. ユーザー別ページ
 12. 編集リンク
 
*/

/*
===============================================
 01. ブログの枠
----------------------------------------------- */
#blog-box {
	clear: both;
	width: 900px;
}

#blog-box-inner {
	width: 900px;
	padding: 20px 0 10px 0;
}

/* 右
----------------------------------------------- */
#blog #alpha {
	float: right;
	width: 640px;
}

#blog #alpha-inner {
	width: 640px;
}

/* 左
----------------------------------------------- */
#blog #beta {
	float: left;
	width: 240px;
}

#blog #beta a { text-decoration: none;}

#blog #beta-inner {
	width: 240px;
	padding: 20px 0 0 0;
}

/*
===============================================
 02. ブログのヘッダーナビゲーション
----------------------------------------------- */
#blog-navi {
	width: 900px;
	background-image: url(images/navi_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 0;
}

#blog-navi-inner {
	width: 900px;
	background-image: url(images/navi_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#blog-navi-box {
	width: 870px;
	margin: 0 15px;
	text-align: left;
}

#blog-info {
	float: left;
	width: 530px;
	list-style-type: none;
}

/* 検索
----------------------------------------------- */
#blog-search {
	float: right;
	width: 300px;
	text-align: right;
	padding: 10px 0 0 0;
}

#blog-search .blog-search-btn,
#revenge .blog-search-btn {
	vertical-align: middle;
	font-size: 100%;
}

#blog-search .ti,
#revenge .ti {
	vertical-align: middle;
	font-size: 100%;
}

/* ナビボタン
----------------------------------------------- */
#blog-info li {
	float: left;
	list-style-type: none;
}

#blog-info li a {
	display: block;
	text-indent: -9999em;
}

.btn-home a {
	width: 65px;
	height: 30px;
	background-image: url(images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 3px 0 0;
}

.btn-home a:hover {
	width: 65px;
	height: 30px;
	background-image: url(images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 3px 0 0;
}

.btn-about a {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 3px 0 0;
}

.btn-about a:hover {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_about.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 3px 0 0;
}

.btn-archives a {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_archives.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 3px 0 0;
}

.btn-archives a:hover {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_archives.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 3px 0 0;
}

.btn-help a {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_help.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}

.btn-help a:hover {
	width: 145px;
	height: 30px;
	background-image: url(images/btn_help.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}


/*
===============================================
 03. ブログ記事の概要
----------------------------------------------- */

/* ブログ包括ボックス
----------------------------------------------- */
.post {
	border-top: 3px solid #CDD8DE;
	border-left: 1px solid #CDD8DE;
	border-right: 1px solid #CDD8DE;
	border-bottom: 1px solid #CDD8DE;
	margin: 20px 0 0 0;
	text-align: center;
}

/* ブログのヘッダー
----------------------------------------------- */
#blog .asset-header {
}

#blog .asset-header a { text-decoration: none;}

#blog .asset-header a,
#blog .asset-header a:hover {
	display: inline;
	border: none;
	background: none;
	padding: 0;
	text-decoration: none;
}

/* ブログのタイトル
----------------------------------------------- */
#blog .asset-name {
	padding: 10px 30px;
	background-color: none;
	line-height: 1.2;
	color: #607C87;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #CDD8DE;
}

#blog .asset-name img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

/* ブログのメタ情報
----------------------------------------------- */
.asset-meta {
	border-bottom: 1px solid #CDD8DE;
	background-color: #EFF3F5;
	padding: 6px 0;
	color: #607C87;
	text-align: center;
}

.asset-meta-inner {
	width: 580px;
	margin: 0 auto;
}

/* プロフィール画像
----------------------------------------------- */
.asset-meta .user-pic {
	float: left;
	width: 50px;
	margin: 0;
	text-align: left;
}

.user-pic img {
	margin: 0 0 0 0;
}


/* 著者などの情報
----------------------------------------------- */
.byline {
	display: block;
	float: right;
	width: 530px;
	line-height: 1.4;
	text-align: left;
}

.byline img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.vcard {
	display: inline;
	clear: both;
	font-weight: bold;
	letter-spacing: 1px;
}

/* 日付
----------------------------------------------- */
.asset-meta .published {
	font-weight: normal;
	border: none;
	margin: 0;
	font-size: 93%;
	letter-spacing: 1px;
}

/* コメントの数
----------------------------------------------- */
.com-data {
	display: block;
	letter-spacing: 1px;
	color: #80979F;
}

.com-data a {
	margin: 0 6px 0 0;
}

/* 本文包括ボックス
----------------------------------------------- */
.asset-content {
	padding: 30px 0 0 0;
	width: 580px;
	margin: 0 auto;
	text-align: left;
}

/* 本文ボックス
----------------------------------------------- */
.asset-body {
	line-height: 1.6;
	padding: 0 0 10px 0;
}

.asset-body p {
	padding: 0 0 1.5em 0;
	letter-spacing: 1px;
}

.asset-body ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 40px;
}

.asset-body ul {
	list-style-position: outside;
	margin: 0 0 0 40px;
	list-style-type: disc;
}

.asset-body li {
	padding: 0 0 0.8em 0;
	letter-spacing: 1px;
}

.asset-body dl {
	padding: 0 1.5em 1.5em 1.5em;
	border: 1px solid #CDD8DE;
	margin: 0 30px 20px 30px;
}

.asset-body dt {
	font-weight: bold;
	padding: 1.5em 0 0.5em 0;
	background: none;
	letter-spacing: 1px;
}

.asset-body dd {
	padding: 0 0 0 1.5em;
	letter-spacing: 1px;
}

.asset-body blockquote {
	padding: 0.8em 1.5em 0 1.5em;
	border: 1px solid #CDD8DE;
	margin: 0 30px 20px 30px;
}

.asset-body blockquote p {
	padding: 0 0 0.5em 0;
	letter-spacing: 1px;
}

.asset-body blockquote ol,
.asset-body blockquote ul {
	margin: 0 0 0 30px;
	padding: 10px 0;
}

.asset-body blockquote cite {
	padding: 0 0 0.5em 0;
	text-align: right;
	display: block;
	letter-spacing: 1px;
}

.picture {
	padding: 10px 0 25px 0;
	text-align: center;
}

.asset-footer {
	padding: 0;
	width: 580px;
	margin: 0 auto;
}

.entry-tags {
	width: 580px;
	padding: 0 0 20px 0;
}

.entry-tags h4 {
	float: left;
	width: 70px;
	text-align: left;
}

.entry-tags ul {
	float: right;
	width: 510px;
	text-align: left;
}

.entry-tags li {
	display: inline;
	letter-spacing: 1px;
	line-height: 1.4;
}

.asset-footer a { text-decoration: none;}

/*
===============================================
 04. ログイン関連
----------------------------------------------- */

/* ログインボタン
----------------------------------------------- */
p.btn-login {
	display: block;
	width: 234px;
	height: 42px;
	margin: 0;
}

p.btn-login a {
	display: block;
	background-image: url(images/btn_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 12px 20px;
	color: #644111;
}

p.btn-login a:hover {
	display: block;
	background-image: url(images/btn_login.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 12px 20px;
	color: #D94A00;
}

/* 管理画面ボタン
----------------------------------------------- */
p.btn-dashboard a {
	display: block;
	text-indent: -9999em;
	width: 234px;
	height: 42px;
	background-image: url(images/btn_dashboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px 0 0 0;
}

p.btn-dashboard a:hover {
	display: block;
	text-indent: -9999em;
	width: 234px;
	height: 42px;
	background-image: url(images/btn_dashboard.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 3px 0 0 0;
}

/* ログイン関連包括ボックス
----------------------------------------------- */
.sign-in {
	width: 240px;
	background-image: url(images/login_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 4px 0;
	text-align: center;
	margin: 0 0 10px 0;
}

.sign-in-inner {
	width: 240px;
	background-image: url(images/login_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 0 0;
}

#signin-widget-content {
	background-color: #F3BD1F;
	padding: 0 3px;
}

/* ログイン状態
----------------------------------------------- */
.user-login {
	display: block;
	text-align: left;
	width: 220px;
	margin: 0 auto;
	padding: 0.2em 0 0.4em 0;
	letter-spacing: 1px;
	line-height: 1.3;
}


/*
===============================================
 05. サイドバー
----------------------------------------------- */

/* 各包括ボックス
----------------------------------------------- */
.widget {
	margin: 0 0 20px 0;
}

/* 各タイトル
----------------------------------------------- */
.widget-header {
	padding: 0 0 10px 0;
}

/* 最近のコメント、最近のエントリー
----------------------------------------------- */
.recent-comments-list li {
	list-style-type: none;
	background-image: url(images/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 2px 0 2px 20px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.recent-entries-list li {
	padding: 10px 0 6px 0;
	line-height: 1.2;
	letter-spacing: 1px;
	border-bottom: 1px solid #DCE4E8;
}

.comment-author {
	letter-spacing: 1px;
}

.comment-date {
	color: #80979F;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
}

.entry-title {
	display: block;
	line-height: 1.2;
	background-image: url(images/icon_entry.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.entry-author {
	padding: 3px 0;
	margin: 0 0 0 25px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.entry-ex {
	display: block;
	line-height: 1.4;
	padding: 6px 0 6px 25px;
	letter-spacing: 1px;
}

/* ユーザー別アーカイブ
----------------------------------------------- */
.widget-archive-users {
	width: 240px;
	background-image: url(images/users_archives_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
	text-align: center;
}

.archive-users {
	width: 240px;
	background-color: #B1E3F2;
}

.user-list {
	width: 230px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.user-list li {
	padding: 6px 0 6px 30px;
	margin: 0;
	text-align: left;
	list-style-type: none;
	border-bottom: 1px solid #B1E3F2;
	line-height: 1.2;
	background-image: url(images/icon_user.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	letter-spacing: 1px;
	color: #80979F;
	font-size: 93%;
}

.user-list li a {
	font-weight: bold;
}

/* 月別アーカイブ
----------------------------------------------- */
.monthly-list li {
	line-height: 1.2;
	background-image: url(images/icon_archives.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 2px 0 2px 15px;
	color: #80979F;
}

/* 左段のヘルプ
----------------------------------------------- */
.help {
	width: 240px;
	background-image: url(images/help_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.help-inner {
	width: 240px;
	background-image: url(images/help_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 0 0;
}

.help-text {
	background-color: #FDF2D3;
	padding: 10px 0 0 0;
}

.help-text p {
	margin: 0 12px;
	line-height: 1.5;
	padding: 0 0 0.8em 0;
	letter-spacing: 1px;
}


/*
===============================================
 06. ページナビゲーション
----------------------------------------------- */
.paginate {
	border: 1px solid #CDD8DE;
	padding: 10px 15px;
	margin: 40px 0 0 0;
	letter-spacing: 1px;
}

#blog .content-nav {
	background-color: #F0F7FB;
	padding: 10px 15px;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
}

.paginate a, #blog .content-nav a { text-decoration: none;}

.navi-page {
	width: 640px;
	margin: 20px 0 0 0;
}

.navi-page-left {
	float: left;
	width: 50%;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 1px;
}

.navi-page-right {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 1.3;
	letter-spacing: 1px;
}


/*
===============================================
 07. コメント
----------------------------------------------- */
#comments {
	background-image: url(images/archives_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px 15px;
	margin: 40px 0 0 0;
	letter-spacing: 1px;
}

.comments-open-header {
	background-image: url(images/comment_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #607C87;
	font-size: 18px;
	padding: 8px 15px 8px 15px;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
}

.comment-header .asset-meta {
	border: none;
	background-color: #FFFFFF;
	padding: 20px 0 0 0;
	color: #80979F;
}

.comment-header .asset-meta a {
	text-decoration: none;
}

.comment-header .published {
	display: block;
}

/* コメント１件包括ボックス
----------------------------------------------- */
.comment {
	margin: 20px 0 0 0;
	border: 1px solid #CDD8DE;
	text-align: center;
}

.comment-content {
	width: 580px;
	line-height: 1.6;
	padding: 30px 0 0 0;
	text-align: left;
	margin: 0 auto;
}

.comment-footer {
	width: 580px;
	margin: 0 auto;
}

.comment-content p {
	padding: 0 0 1.5em 0;
	letter-spacing: 1px;
}

/* コメントフォーム
----------------------------------------------- */
#commentform {
	margin: 20px 0 0 0;
	border: 1px solid #CDD8DE;
	text-align: center;
	padding: 20px 0 10px 0;
}

#commentform p {
	width: 580px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 auto 10px auto;
	text-align: left;
}

#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 240px;
	font-size: 100%;
	background-color: #EFF3F5;
	border: 1px solid #CDD8DE;
}

#commentform input#submit {
	font-size: 100%;
}

#commentform label {
	font-size: 100%;
	margin: 0 0 0 6px;
	color: #607C87;
}

#commentform textarea {
	width: 580px;
	margin: 0 auto 10px auto;
	font-size: 100%;
	background-color: #EFF3F5;
	border: 1px solid #CDD8DE;
}

/* 承認待ち
----------------------------------------------- */
.byline em {
	letter-spacing: 1px;
	margin: 0 10px;
	font-style: normal;
	color: #E06600;
}


/*
===============================================
 08. 全アーカイブページ
----------------------------------------------- */
.archive-author-name {
	border: 1px solid #CDD8DE;
	margin: 20px 0 0 0;
	padding: 5px;
	color: #607C87;
	font-size: 18px;
	letter-spacing: 1px;
	background-color: #EFF3F5;
}

.archive-author-name img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.author-archives-list {
	padding: 20px 0 20px 50px;
	margin: 0;
	list-style-type: none;
	border-left: 1px solid #CDD8DE;
	border-right: 1px solid #CDD8DE;
	border-bottom: 1px solid #CDD8DE;
}

.author-archives-list li {
	line-height: 1.2;
	background-image: url(images/icon_archives.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 0 3px 15px;
	color: #80979F;
	letter-spacing: 1px;
}

.author-archives-list a { text-decoration: none;}


/*
===============================================
 09. 検索画面
----------------------------------------------- */
#revenge {
	text-align: center;
	margin: 30px 0 0 0;
}


/*
===============================================
 10. 各種共通タイトル
----------------------------------------------- */
#page-title,
.archive-title {
	background-image: url(images/comment_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #607C87;
	font-size: 18px;
	padding: 8px 15px 30px 15px;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
}

#archive-title {
	background-image: url(images/archives_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px 15px;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
}


/*
===============================================
 11. ユーザー別ページ
----------------------------------------------- */

/* 左段のプロフィール
----------------------------------------------- */
#author-profile {
	width: 240px;
	background-image: url(images/help_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

#author-profile-inner {
	width: 240px;
	background-image: url(images/help_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 0 0;
}

#profile-box {
	background-color: #FDF2D3;
	padding: 5px 0 0 0;
}

#profile-box-inner {
	width: 210px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

/* ユーザーの画像
----------------------------------------------- */
#profile-box-inner div.user-pic {
	clear: both;
	width: 100px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

/* ユーザーの名前
----------------------------------------------- */
.author-profile-name {
	text-align: center;
	border-top: 1px solid #F3BD1F;
	border-bottom: 1px solid #F3BD1F;
	padding: 6px 0;
	font-weight: bold;
	letter-spacing: 1px;
}

/* ユーザーのプロフィール
----------------------------------------------- */
.author-profile-text {
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0 0 0;
}

.author-profile-text dt {
	font-weight: bold;
	padding: 0 0 10px 0;
}

.author-profile-text p {
	line-height: 1.5;
	padding: 0;
	letter-spacing: 1px;
}


/*
===============================================
 12. 編集リンク
----------------------------------------------- */

/* 記事の編集
----------------------------------------------- */
a.post-edit-link {
	width: 130px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	background-image: url(images/btn_edit_entry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 20px 0;
}

a:hover.post-edit-link {
	width: 130px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	background-image: url(images/btn_edit_entry.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 20px 0;
}

/* コメントの編集
----------------------------------------------- */
a.comment-edit-link {
	width: 148px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	background-image: url(images/btn_edit_comment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 20px 0;
}

a:hover.comment-edit-link {
	width: 148px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	background-image: url(images/btn_edit_comment.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 20px 0;
}


/* このブログについて
----------------------------------------------- */
.about {
	background-color: #FDF2D3;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}

.about-content {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
}

.blog-about {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px solid #F4C693;
	margin: 0;
	letter-spacing: 1px;
	color: #644111;
	background-image: url(images/icon_pen.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 5px 24px;
}

.blog-about strong {
	color: #D94A00;
}

.about-body {
	line-height: 1.6;
	padding: 0 0 40px 0;
}

.about-body p {
	padding: 1.2em 0 0 0;
	letter-spacing: 1px;
}

.page-footer {
	padding: 0 0 1px 0;
}

.about-body p.toiawase {
	text-align: right;
	font-weight: bold;
	color: #644111;
	background-color: #FAE1A9;
	padding: 6px 10px;
	border: 1px solid #F4C693;
	margin: 20px  0 0 0;
}

/* このブログについて
----------------------------------------------- */
.help-content {
	border: 1px solid #CDD8DE;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
}

.help-body {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

.help-navi-box {
	padding: 20px 0 0 0;
}

.help-navi {
	margin: 0;
	padding: 0 0 5px 0;
}

.help-navi-footer {
	padding: 0 0 40px 8px;
}

.help-navi span,
.help-navi-footer span {
	margin: 0 5px 0 0;
}

#help-title {
	margin: 40px 0 0 0;
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 4px;
	background-color: #FFFFFF;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 20px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 20px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.help-det {
	padding: 20px 0 20px 0;
	margin: 0 0 0 36px;
}

.help-midashi {
	font-weight: bold;
	color: #644111;
	margin: 0;
	font-size: 123.1%;
	letter-spacing: 1px;
}

.help-det p {
	padding: 0 0 1.5em 0;
	line-height: 1.6;
	letter-spacing: 1px;
}

.help-det p.kome {
	margin-left: 1em;
	text-indent: -1em;
}

.help-det img {
	border: 1px solid #CDD8DE;
}

.help-midashi img {
	border: none;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.other{
	width: 580px;
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0;
	background-color: #FDF2D3;
}

.help-other {
	font-weight: bold;
	color: #644111;
	margin: 0;
	font-size: 123.1%;
	background-color: #FAE1A9;
	padding: 10px 20px;
}

.search-hit {
	margin: 0 0 0 20px;
	padding: 10px 0;
}

.search-title {
	font-weight: bold;
	font-size: 123.1%;
	background-image: url(images/icon_search_entry.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	letter-spacing: 1px;
}

.search-published {
	display: block;
	margin: 10px 0 0 20px;
	letter-spacing: 1px;
}

#search-count {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

#return {
	margin: 30px 0 0 0;
}


/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding: 30px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3195C9;
	color: #3195C9;
	background-color: #FFFFFF;	
	font-size: 93%;
}

.wp-pagenavi a:visited {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3195C9;
	color: #3195C9;
	background-color: #FFFFFF;	
	font-size: 93%;
}

.wp-pagenavi a:hover {	
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3195C9;
	color: #FFFFFF;
	background-color: #3195C9;
	font-size: 93%;
}

.wp-pagenavi a:active {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3195C9;
	color: #FFFFFF;
	background-color: #3195C9;	
	font-size: 93%;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 0;
	color: #607C87;
	border: 1px solid #CDD8DE;
	background-color: #EFF3F5;
	font-size: 93%;
}

.wp-pagenavi span.current {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #3195C9;
	color: #FFFFFF;
	background-color: #3195C9;
	font-size: 93%;
}

.wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CDD8DE;
	color: #607C87;
	background-color: #FFFFFF;
	font-size: 93%;
}