@charset "UTF-8";

/* ----- 写真にシャドウを付ける ----- */
.shadow
 {
	margin: 10px 0 0 5px;
 	background: url(/weblog/images/shadow.gif) right bottom;
	/*float: left; */
}
 
.shadow img 
{
	position: relative;
	left: -5px; 
	top: -5px; 
	/*padding: 4px; */
	/*background: #ffffff; */
	border: 1px solid #999999;
	/*border: none; */
}

/* 英語、URL折り返し用 */
.wordbreak{
	word-break: break-all;
}

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:120%;
}

a img
{
       border: none;
} 

/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#01B0F0;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#01B0F0;
	background:#ffffff;
	text-decoration:underline;
}

/* ----- 注意書スタイル ----- */

.notice
{
	color:#FF0000;
}


/* ----- body ----- */

body
{
	color:#666666;
	background:#ffffff;
	text-align:center;
}

/* ----- テーブルデザイン ----- */


.design1 td
{
	padding:20px 10px 20px 10px;
	line-height:150%;
	background-color:#FFFFFF;
	
}

.design1
{
	font-size:70%;
}

.design2 td
{
	line-height:150%;
	background-color:#FFFFFF;
}

.design2
{
	font-size:70%;
}



/* ----- ブログ全体 ----- */

div#main-container
{
	width:800px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#header
{
	color:#ffffff;
	background:#ffffff;
	padding:0px;
	margin:0px;
}

div#header h1
{
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
}

div#banner
{
	width:436px;
	height:258px;
	background:url(images/pic01.jpg) no-repeat 0 0;
	margin:20px 0px 0px 20px;
}

div#banner h2.blog-description
{
	display:none;
}


/* ----- コンテンツ全体 ----- */

div#container_3c
{
	width:630px;
	float:left;
}

div#container
{
	width:630px;
	float:right;
}

/* ----- エントリー全体 ----- */

div#main
{
	width:460px;
	float:right;
}

div.content_3c
{
	float:none;
	padding:10px 20px 20px 20px;
}

div.content
{
	padding:10px 20px 20px 20px;
}

/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:60%;
	margin:0 0 30px 0;
}

div.content_3c p.navi-link
{
	font-size:60%;
	margin:0 0 20px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}

div.content_3c h2#archive-title
{
	margin:0 0 20px 0;
}

div.content_3c h2#archive-title01
{
	margin:0 0 20px 0;
	font-size:80%;
}


/* ----- 新着情報 ----- */

div.top-news
{
	margin:0 0 30px 0;
	padding:20px;
}

div.top-news h3
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/news_title.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:70%;
	line-height:150%;
	background:url(images/news_arrow.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}


/* ----- Thanksページ ----- */

div.thanks
{
	margin:0 0 30px 0;
	padding:20px;
}

div.thanks h3
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/thanks.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.thanks p
{
	font-size:70%;
	line-height:150%;
}


/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:70%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	color:#4e4e4e;
	background:#ffffff;
	line-height:100%;
	/*border-bottom:1px solid #cccccc;*/
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}

div.entry-content h2.entry-title a
{
	color:#4e4e4e;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry
{
	margin:0 0 50px 0;
}

div.entry-content
{
	margin:0 0 10px 0;
}

div.entry-content p
{
	font-size:70%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:70%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:70%;
	margin:0 0 3px 0;
}


/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:60%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info01,
div.search-results-container ul.entry-info01
{
	list-style:none;
	/*border-top:1px solid #cccccc;*/
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
	line-height:130%;
	
}

div.entry ul.entry-info01 li,
div.search-results-container ul.entry-info01 li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}

div.entry ul.entry-info02,
div.search-results-container ul.entry-info02
{
	list-style:none;
	border-top:1px solid #cccccc;
	/*border-bottom:1px solid #cccccc;*/
	padding:3px 0 0 0;
	margin:0 0 40px 0;
	line-height:130%;
	
}

div.entry ul.entry-info02 li,
div.search-results-container ul.entry-info02 li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}


/*
li#page_top a
{
	color:#666666;
	background:#ffffff;
	text-decoration:none;
	text-align:right;
}
*/

div#page_top a
{
	font-size:60%;
	color:#666666;
	background:#ffffff;
	text-decoration:none;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:170px;
	float:left;
	clear:left;
}

div#sidebar-right
{
	width:170px;
	float: right;
	clear: right;
}

div.sidebar-inner
{
	padding:0;
}


/* ----- サイドバータイトル ----- */

div.category-archives h3
{
	height:0px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	/*background:url(images/category_tit.gif) no-repeat 0 0;*/
	margin:0;
}


div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}



/*
div.search-form h3
{
	height:42px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/search_tit.gif) no-repeat 0 0;
	margin:0 0 1px 0;
}
*/

/* ----- サイト内検索 ----- */

div.search-form
{
	width:800px;
	height:40px;
	margin:0;
	padding:0;
	
	/* クリスマス*/
	/*background:#276E2E;*/
	
	/* カーキ */
	/*background:#9B968C;*/
	
	/* 元 */
	background:#4e4e4e;
}

div.search-form input.search-input
{
	width:170px;
	height:15px;
	font-size:60%;
	margin:10px 0 10px 550px; 
}


div.search-form input.search-submit
{
	text-align:center;
	
}

div.entry-content h2.search_result_tit
{
	color:#4e4e4e;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}


/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	list-style:none;
	margin:0;
	line-height:80%;
}

div.category-archives ul li
{
	display:inline;
	line-height:80%;
	margin:0;
	padding:0;
}

div.category-archives ul li a
{
	display:block;
	padding:10px 10px 10px 15px;
	
	/* クリスマス*/
	/*background:#276E2E;*/
	
	/* カーキ */
	/*background:#9B968C;*/
	
	/* 元 */
	background:#4e4e4e;

	color:#ffffff;
	border-bottom:1px solid #ffffff;
	margin:0;
}

div.category-archives ul li a:hover
{
	display:block;
	padding:10px 10px 10px 15px;
	
	/* クリスマス*/
	/*background:#C11117;*/
	
	/* カーキ */
	/*background:#E9E0D1;*/
	
	/* 元 */
	background:#EAE9E6;

	text-decoration:none;
	/*color:#ffffff;*/
	color:#4e4e4e;
	line-height:120%;
	border-bottom:1px solid #ffffff;
	margin:0;
}

/* -- 追加(サブカテゴリー) -- */
div.category-archives-list
{
	font-size:60%;
}

div.category-archives ul li ul li a
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#0099cc;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li ul li a:hover
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#006699;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	line-height:80%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/recent_tit.gif) no-repeat 0 0;
	margin:20px 0 10px 0;
}

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:60%;
	margin:0 0 5px 0;
}


/* ----- タグ一覧 ----- */

div.tag-list_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/tags_tit.gif) no-repeat 0 0;
	margin:20px 0 10px 0;
}

div.tag-list
{
	margin:0 0 20px 0;
}

div.tag-list ul
{
	list-style:none;
}

div.tag-list ul li
{
	font-size:60%;
	margin:0 0 5px 0;
}



/* ----- バックナンバー一覧 ----- */

div.monthly-archives_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/archives_tit.gif) no-repeat 0 0;
	margin:20px 0 10px 0;
}

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:60%;
	margin:0 0 5px 0;
}


/* ----- 外部リンク ----- */
div.site-link_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/links_tit.gif) no-repeat 0 0;
	margin:20px 0 10px 0;
}

div.site-link
{
	margin:0 0 20px 0;
}

div.site-link ul
{
	list-style:none;
}

div.site-link ul li
{
	font-size:60%;
	margin:0 0 5px 0;
}


/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}

/* ----- カレンダー ----- */

div.calendar_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/cal_tit.gif) no-repeat 0 0;
	margin:0;
}

div.calendar_tit
{
	margin:10px 0 10px 0;
}

div.calendar_tit ul
{
	list-style:none;
}

div.calendar_tit ul li
{
	display:block;
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/cal_tit.gif) no-repeat 0 0;
}


.calendar
{
	margin:0;
	font-size:60%;
}

.calendar_d
{
	margin:0;
	font-size:90%;
}




/* ----- RSSリンク ----- */
div.rss_tit h3
{
	height:21px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/rss_tit.gif) no-repeat 0 0;
	margin:20px 0 10px 0;
}

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li
{
	font-size:60%;
	margin:0 0 5px 0;
}

div.syndicate ul li img
{
	vertical-align: baseline;
	margin-left: 5px;
}


/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:60%;
	font-weight:normal;
	background:#4e4e4e;
	color:#ffffff;
	padding:3px;
	margin:0 0 20px 0;
}

div.trackbacks-body dt
{
	font-size:60%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:60%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comment_preview h2.comment_preview_title
{
	color:#4e4e4e;
	background:#ffffff;
	line-height:100%;
	/*border-bottom:1px solid #cccccc;*/
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}

div.comment_preview
{
	margin:0 0 10px 0;
}

div.comments
{
	margin:0 0 40px 0;
}

div.comments h3
{
	font-size:60%;
	font-weight:normal;
	background:#4e4e4e;
	color:#ffffff;
	padding:3px;
	margin:0 0 20px 0;
}

div.comments p
{
	font-size:60%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 40px 0;
}

div.comments ul li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:60%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:60%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 20px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:60%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:60%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:60%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:60%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:60%;
}

dl#comments-open-text dt
{
	font-size:60%;
}

dl#comments-open-text dd textarea
{
	font-size:60%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:60%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */
div.module-search-feed h3.module-header
{
	margin:10px 0 10px 0;
}

h3.module-header
{
	margin-top:10px;
}


div.module-content
{
	margin:0 0 20px 0;
}

div.module-content p
{
	font-size:60%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	list-style:none;
}

div.module-content ul li
{
	font-size:60%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:60%;
	font-weight:normal;
	background:#666666;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:60%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:60%;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:60%;
	margin:0 0 5px 0;
}

div.straight-search ul li input.search-submit
{
	width:80px;
	font-size:60%;
	margin:0 0 10px 0;
}


/* ----- フッター（追加） ----- */

div.footer
{
	display:block;
	width:800px;
	line-height:100%;
	
	/* クリスマス*/
	/*background:#276E2E;*/
	
	/* カーキ */
	/*background:#9B968C;*/
	
	/* 元 */
	background:#4e4e4e;
	
	text-align:center;
	font-size:60%;
	color:#ffffff;
	padding:15px 0 15px 0; 
	
}