@charset 'EUC-JP';

/*
 Template : Yourself 1.00
 Author   : みかん。
 URL      : http://tk-plus1.net/blog/
 Copyright TK*Plus1. All rights reserved.
*/

* {	margin:0px;
	padding:0px;}
img {	border:none;}
ul {	list-style:none;}


/*　基本設定　*/
body {	margin:0px auto;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#706454;
	text-align:center;
	background:#FFFFFF url(http://www.ferret-game.com/trip/template/tkp1_yours_body_wp.gif);
	background-attachment:fixed;}

ins {	text-decoration:none;
	border-bottom:1px solid #edeadc;}

em {	color:#b54b3f;
	font-style:normal;}

del {	text-decoration:line-through;}

strong {color:#6f5c47;
	font-weight:bold;}

br {  letter-spacing:normal;}

a,
a:link,
a:visited {
	color:#1689e1;
	text-decoration:none;}
a:hover,
a:active {
	color:#b48a0c;}


/*　レイアウト設定　*/
#container {
	width:740px;
	margin:0px auto;
	padding:0px;}

#body_area_left {
	float:right;
	width:510px;
	text-align:left;
	background:#dbd5b8;}

#title_area {
	width:100%;
	background:#3e79b2;}

#entry_area {
	width:100%;}

#footer {
	clear:both;
	width:100%;
	margin:0px;
	padding:15px 0px 15px 0px;
	color:#c5d7e8;
	font-size:65%;
	text-align:center;
	border-top:5px solid #ffc000;
	background:#3e79b2;}

#navi_area {
	float:left;
	width:220px;
	font-size:10px;
	text-align:left;
	background:#dbd5b8;
	border-bottom:20px solid #3e79b2;}

/*　記事とナビゲーションの左右を入れ替えるには、
#body_area_left { float:left; ←これを float:right; に。
#navi_area { float:right; ←これを  float:left; に変更して下さい。
*/


/*　ブログタイトル　*/
#title_area h1 {
	margin:0px;
	padding:20px 10px 0px 20px;
	color:#ffc000;
	font-family:Georgia,serif;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;}

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

#title_area .description {
	margin:0px;
	padding:5px 10px 15px 20px;
	letter-spacing:1px;
	color:#c5d7e8;
	font-size:65%;
	line-height:1.6em;
	border-bottom:5px solid #a6d458;}


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

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

/*　エントリーのタイトル（プロフィールのタイトルも同じ）　*/
h2 {	margin:0px 0px 15px 0px;
	padding:3px 0px 3px 20px;
	border-top:1px solid #5f5850;
	border-bottom:1px solid #5f5850;
	border-left:3px solid #5f5850;
	color:#3e79b2;
	letter-spacing:2px;
	font-size:12px;
	line-height:1.6em;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_h2.gif) no-repeat 9px 9px;}


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


/*　エントリーデータ　*/
h3 {	margin:0px;
	padding:2px 0px 2px 3px;
	border-top:1px solid #5f5850;
	border-right:1px solid #5f5850;
	color:#706454;
	font-size:65%;
	font-weight:bold;}


/*　本文　*/
div.entry_body,
div.profile_body {
	margin:0px;
	padding:0px;
	font-family:"MS UI Gothic";
	font-size:12px;
	line-height:1.6em;}

div.entry_more {
	margin:0px;
	padding:15px 0px 0px 0px;
	font-family:"MS UI Gothic";
	font-size:12px;
	line-height:1.6em;}

div.entry_state {
	margin:5px 10px 0px 0px;
	padding:0px;
	clear:both;
	font-size:65%;
	text-align:right;
	line-height:15px;}

/*　引用　*/
blockquote {
	position:static;
	margin:3px 0px 0px 10px;
	padding:3px 10px 5px 10px;
	border:1px solid #5793ce;
	background:#ffffff url(http://www.ferret-game.com/trip/template/tkp1_yours_blockquote_wp.gif) no-repeat 100% 100%;}


blockquote ul li {
	margin:0px;
	padding:0px 0px 0px 15px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_icon.gif) no-repeat 5px 5px;}

/*　記事内のリストにもマーク　*/
#entry_area ul li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 15px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_icon.gif) no-repeat 5px 5px;}

#entry_area ol li {
	margin:0px 0px 0px 40px;
	padding:0px;}


/*　エントリーの画像ファイル　*/
div.entry img {
	border:none;}

/*　class名がpictとthumbの画像に、テキストの回り込みをさせる　*/
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 20px 0px;
	text-align:center;
	font-size:65%;
	line-height:1.6em;}


/*　コメント・トラックバックエリア　*/
div.comment,
div.trackback {
	margin:0px;
	padding:15px 15px 15px 15px;}

div.comment dl dd {
	margin:0px;
	padding:0px;
	font-family:"MS UI Gothic";
	font-size:12px;
	line-height:1.6em;}

div.comment dl dt {
	margin:0px 0px 15px 0px;
	padding:5px 10px 5px 0px;
	text-align:right;
	font-family:"MS UI Gothic";
	font-size:12px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_line.gif) repeat-x 0 100%;}

div.trackback dl dt {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	font-family:"MS UI Gothic";
	font-size:12px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_line.gif) repeat-x 0 100%;}

div.trackback dl dd {
	margin:0px;
	padding:0px 0px 15px 0px;
	font-family:"MS UI Gothic";
	font-size:12px;
	line-height:1.6em;}


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


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

textarea {
	width:400px;
	border:1px solid #706454;
	line-height:16px;
	font-size:12px;
	color:#5f5850;
	overflow:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#706454;
	scrollbar-highlight-color:#706454;
	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;
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#ffffff;
	border:1px solid #5793ce;
	background:#3e79b2;}

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

input.tb {
	border:0px solid;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#706454;
	background:#dbd5b8;}


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

/*　ナビメニューの各タイトル　*/
#navi_area dl dt {
	margin:20px 0px 0px 0px;
	padding:3px 0px 3px 5px;
	font-size:11px;
	color:#c5d7e8;
	font-family:Georgia,serif;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:4px;
	border-right:5px solid #a6d458;
	border-left:5px solid #ffc000;
	background:#3e79b2;}

/*　ナビメニューの各内容　*/
#navi_area dl dd {
	margin:0px;
	padding:3px 0px 0px 5px;
	font-size:10px;}

/*　ナビメニューの各リスト　*/
#navi_area dl dd ul {
	margin:0px;
	padding:0px;
	list-style:none;}

#navi_area dl dd ul li {
	margin:0px;
	padding:0px 0px 1px 0px;
	line-height:15px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_line.gif) repeat-x 0 100%;}

#navi_area dl dd ul li ul {
	margin:0px;
	padding:0px 0px 3px 0px;}

/*　ナビメニューのツリー部分　*/
#navi_area dl dd ul li ul li,
#navi_area dl dd ul.tree li.lst,
#navi_area dl dd ul.tree li.end {
	margin:0px;
	padding:0px 0px 0px 13px;
	background:url(http://www.ferret-game.com/trip/template/tkp1_yours_icon.gif) no-repeat 5px 5px;}


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

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

#calendar_area td.cell {
	width:27px;
	height:17px;}

#calendar_area .calendar_month {
	padding:0px 0px 5px 0px;
	font-size:10px;
	color:#5f5850;
	font-weight:bold;
	letter-spacing:1px;}

#calendar_area .weekday {
	width:27px;
	height:17px;
	font-size:9px;}

/*　カレンダーのリンクカラー　*/
#calendar_area table.calendar tr td.cell a,
#calendar_area table.calendar tr td.cell a:link,
#calendar_area table.calendar tr td.cell a:visited {
	display:block;
	color:#1689e1;
	font-weight:bold;}
#calendar_area table.calendar tr td.cell a:active,
#calendar_area table.calendar tr td.cell a:hover {
	color:#3e79b2;
	background:#edeadc;}


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

#navi_area p {
	line-height:14px;}


/*　サーチエリア　*/
div.search {
	margin:0px;
	padding:15px 10px 15px 0px;
	text-align:right;
	font-size:10px;}
