@charset "EUC-JP";

/*
 Template : 宇治金時（3カラム）
 Author   : みかん。
 URL      : http://tk-plus1.net/blog/
 Copyright TK*Plus1. All rights reserved.
*/

* {	margin:0;
	padding:0;}
img {	border:none;}


/*　基本設定　*/
body {	margin:0px auto;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#786750;
	text-align:center;
	background:#ccbb9d;}

a,
a:link,
a:visited {
	color:#5b9c21;
	text-decoration:none;}
a:hover,
a:active {
	color:#0095a7;}
a img {	border:none;}
ul {	list-style:none;}
ins {	text-decoration:none;
	border-bottom:#dfeaba 1px solid;}
em {	color:#c74e4e;
	font-style:normal;
	background:#fef9e2;}
del {	text-decoration:line-through;}
strong {
	font-weight:bold;}
p.source {
	text-align:right;}
cite {	font-style:normal;}
pre {	width:360px;
	overflow:auto;
	font-family:monospace;
	line-height:1.6em;}
code {	font-family:monospace;}
br {	letter-spacing:normal;}


/*　レイアウト設定　*/
#container {
	width:780px;
	margin:0px auto;
	border-right:1px solid #918879;
	border-left:1px solid #918879;
	text-align:left;
	background:#ffffff;}

#body_area {
	float:left;
	width:580px;}

#title_area {
	height:100px;
	margin:0px 0px 5px 0px;
	padding:0;
	background:#c9dfee;}

#entry_area {
	float:right;
	width:380px;}

#navi_left,
#navi_right {
	width:190px;
	padding:0px 0px 25px 0px;
	font-size:10px;
	background:#dfeaba;}

#navi_left {
	float:left;}

#navi_right {
	float:right;}

#footer {
	clear:both;
	width:780px;
	margin:0px auto;
	border-top:5px solid #ffffff;
	border-right:1px solid #918879;
	border-left:1px solid #918879;
	text-align:center;
	background:#c9dfee;}


/*　ブログタイトル　*/
#title_area h1 {
	margin:0px;
	padding:15px 0px 0px 20px;
	font-weight:bold;
	color:#786750;
	font-size:22px;
	letter-spacing:1px;}

#title_area h1 a,
#title_area h1 a:link,
#title_area h1 a:visited {
	color:#786750;
	text-decoration:none;}
#title_area h1 a:hover,
#title_area h1 a:active {
	color:#ffffff;}

#title_area .description {
	margin:0px;
	padding:0px 0px 0px 30px;
	font-size:75%;
	letter-spacing:1px;
	line-height:1.6em;}


/*　エントリー　*/
div.entry,
div.comment,
div.trackback,
div.profile {
	margin:0px;
	padding:15px 5px;}

/*　エントリーエリア内リンク　*/
#entry_area a,
#entry_area a:link,
#entry_area a:visited {
	color:#0aabbe;
	text-decoration:none;}
#entry_area a:hover,
#entry_area a:active {
	text-decoration:underline;}

/*　エントリーナビ　*/
div.entry_navi {
	margin:0px 0px 15px 0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	line-height:16px;}

/*　エントリー・プロフィール・コメント・TBのタイトル　*/
h2 {	margin:0px;
	padding:5px 0px 5px 7px;
	border-left:7px solid #985350;
	color:#ad7573;
	font-size:85%;
	letter-spacing:2px;}

/*　エントリータイトルのリンク　*/
#entry_area h2 a,
#entry_area h2 a:link,
#entry_area h2 a:visited {
	color:#ad7573;
	text-decoration:none;}
#entry_area h2 a:hover,
#entry_area h2 a:active {
	color:#985350;}

/*　エントリーデータ　*/
h3 {	margin:0px;
	padding:0px 0px 3px 7px;
	border-left:7px solid #985350;
	font-size:85%;
	font-weight:normal;}


/*　本文　*/
div.entry_body,
div.entry_more,
div.profile_body {
	margin:0px;
	padding:15px 0px 0px 0px;
	font-size:85%;
	line-height:1.6em;}

div.entry_state {
	clear:both;
	margin:5px 5px 0px 0px;
	padding:0px;
	font-size:85%;
	text-align:right;}

div.entry_body p {
	margin-top: 1em;
	margin-bottom: 1em;}


/*　引用やリスト　*/
blockquote {
	position:static;
	margin:0px 0px 0px 10px;
	padding:5px 5px 5px 5px;
	line-height:1.6;
	border: 1px solid #0ff;}

#entry_area ul {
	padding:0 0 0 25px;
	list-style:none;}

#entry_area ul li {
	list-style:square;}

#entry_area ol li {
	margin:0px 0px 0px 30px;}

#entry_area dt {
	margin:5px 0px 5px 0px;
	border-bottom: 1px solid black;}

#entry_area dd {
	margin:5px 0px 10px 20px;}

/*　エントリーの画像ファイル　*/
/*　class名がpictとthumbの画像に、テキストの回り込みをさせる　*/
/*　画像の横幅は350pxまで　*/
img.pict {
	float:left;
	clear:left;
	margin:0px 10px 0px 0px;
	padding:0px;}

img.thumb {
	float:left;
	clear:left;
	margin:0px 10px 0px 0px;
	padding:0px;}


/*　ページナビ　*/
div.page_navi {
	padding:10px 0px 15px 0px;
	text-align:center;
	font-size:65%;
	line-height:15px;}


/*　コメント・トラックバック　*/
div.comment dl {
	margin:15px 0px 0px 0px;
	padding:0px;
	border:1px dashed #aaaaaa;
	font-size:80%;
	line-height:1.6em;}

div.comment dl dt {
	margin:0px;
	padding:3px 10px;
	border-bottom:1px dashed #aaaaaa;
	text-align:right;
	background:#e4eff6;}

div.trackback dl {
	margin:0px 0px 15px 0px;
	padding:0px;
	border:1px dashed #aaaaaa;
	font-size:80%;
	line-height:1.6em;}

div.trackback dl dt {
	margin:0px;
	padding:3px 10px;
	border-bottom:1px dashed #aaaaaa;
	background:#eff4dc;}

div.comment dl dd,
div.trackback dl dd {
	margin:0px;
	padding:3px 10px 5px 10px;}

/*　トラックバックのURL表示部分　*/
p.tb_url {
	margin:0px;
	padding:5px 0px 20px 5px;
	font-size:10px;}

/*　コメントフォームエリア　*/
div.comment_form {
	margin:10px 0px 0px 5px;
	padding:0px;
	font-size:65%;
	line-height:15px;}


/*　入力フォーム設定　*/
input {	border:1px solid #bbbbbb;
	font-size:12px;
	color:#333333;
	background:#ffffff;}

textarea {
	width:350px;
	border:1px solid #bbbbbb;
	line-height:16px;
	font-size:12px;
	color:#333333;
	overflow:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#bbbbbb;
	scrollbar-highlight-color:#bbbbbb;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	background:#ffffff;}

input.cookie_box {
	border:0px;
	background:transparent;}

/*　送信ボタン　*/
input.button {
	width:60px;
	margin:5px 0px 0px 0px;
	text-align:center;
	border:1px solid #938573;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#938573;}


/*　サーチの入力フォーム　*/
input.search_input {
	width:130px;
	margin:5px 0px 0px 0px;
	border:1px solid #bbbbbb;
	font-size:12px;
	color:#333333;
	background:#ffffff;}

/*　サーチの送信ボタン　*/
input.search_button {
	width:20px;
	margin:5px 0px 0px 0px;
	border:none;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#5b9c21;}

/*　トラックバックのURL　*/
input.tb {
	border:0px solid;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#786750;
	background:#ffffff;}


/*　ナビメニュー　*/
#navi_left dl,
#navi_right dl {
	margin:0px;
	padding:0px 10px;}

/*　ナビメニューの各タイトル　*/
#navi_left dl dt,
#navi_right dl dt {
	margin:0px;
	padding:20px 0px 0px 0px;
	font-size:11px;
	line-height:1.6em;
	font-weight:bold;
	word-spacing:3px;}

/*　ナビメニューの各内容　*/
#navi_left dl dd,
#navi_right dl dd {
	margin:0px;
	padding:0px;}

/*　ナビメニューの各リスト　*/
#navi_left dl dd ul,
#navi_right dl dd ul {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:16px;
	background:url(https://naniwa.be/template/tkp1_ujikintoki_note16.gif);}

/*　ナビメニューのツリー部分　*/
#navi_left dl dd ul li ul li,
#navi_left dl dd ul.tree li.lst,
#navi_left dl dd ul.tree li.end,
#navi_right dl dd ul li ul li,
#navi_right dl dd ul.tree li.lst,
#navi_right dl dd ul.tree li.end {
	margin:0px;
	padding:0px 0px 0px 13px;
	background:url(https://naniwa.be/template/tkp1_ujikintoki_tree.gif) no-repeat 5px 5px;}


/*　カレンダー　*/
#calendar {
	margin:0px;
	padding:20px 0px 0px 0px;
	text-align:center;}

#calendar table.calendar {
	margin:0 auto;
	padding:0;
	font-size:10px;
	text-align:center;}

#calendar td.cell {
	width:24px;
	height:15px;}

#calendar .calendar_month {
	font-size:10px;
	font-weight:bold;}

#calendar .weekday {
	width:24px;
	height:15px;
	font-size:9px;}

#calendar table.calendar tr td.cell a,
#calendar table.calendar tr td.cell a:link,
#calendar table.calendar tr td.cell a:visited {
	display:block;
	font-weight:bold;}
#calendar table.calendar tr td.cell a:active,
#calendar table.calendar tr td.cell a:hover {
	text-decoration:none;
	border:1px solid #786750;}


/*　アマゾン画像とコメント　*/
img.amazon {
	margin:5px 0px 0px 0px;}

#navi_left dl dd#recommendlist p,
#navi_right dl dd#recommendlist p {
	line-height:16px;
	background:url(https://naniwa.be/template/tkp1_ujikintoki_note16.gif);}


/*　フッタ　*/
address {
	padding:10px 0px;
	font-size:65%;
	font-style:normal;
	font-weight:normal;}
