/*
Theme Name: Blog 01
Description: Shimane Sightseeing Info
Version: 1.0
Author: WIT
Author URI: http://www.wacom-it.co.jp/
Tags: 
*/

/* 共通 */

html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:#C6B579 url(images/bg01.gif) top repeat-x;
}

a:link,
a:visited {
	color: #C65151;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}


/* コンテナ */
#wrapper {
	width:970px;
	margin: 0 auto;
	padding:0;
	background: url(images/wrapper_bg01.gif) left repeat-y;
}

div#container	{
	width: 950px;
	margin: 0 auto;
	padding:0;
	background-image: url(images/main_bg01.gif);
	background-color: #E2DDCA;
}

/* ヘッダー */
#header	{
	background-image: url(images/header.jpg);
	text-align: left;
	height: 231px;
	margin:0;
	padding: 0;
	width: 950px;
}

#header_item {
	width:970px;
	margin:0;
	padding:0;
}

#header_title {
	text-indent:-9999px;
	text-decoration:none !important;
	margin: 0;
	padding: 0;
}

#header_title a {
	display:block;
	width:370px;
	height:120px;
	background:url(images/header_title1.gif) ;
	margin: 0 0 0 122px;
}


/* メニュー */
#menu1 {
	width:950px;
	margin:0;
	padding:0;
	clear:both;
	text-align:center;
	background-image: url(images/menu_bg01.gif);
	background-color: #C6A479;
}

#menu2 {
	width:950px;
	margin:0;
	padding:0;
	clear:both;
	text-align:left;
	background-color: #F6D476;
	height: 20px;
}


/* メニュー2 */
ul#pagemenu	{
	list-style-type: none;
	margin: 0;
	padding: 3px 20px;
	font-size: small;
	color: #996666;
}

ul#pagemenu li	{
	display: inline;
	margin-left: 10px;
}

ul#pagemenu li a	{
	font-size: 0.75em;
	color: #7A5025;
	text-decoration: none}
	
#menu_left {
	float:left;
	width:570px;
	margin:0;
	padding:0;
	text-align:left;
	height: 20px;
}
	
#menu_right {
	float:right;
	width:180px;
	margin:0;
	padding:0;
	text-align:right;
	height: 20px;
}


/* コンテントボックス */

div#content_box	{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

div#content_box2	{
	background-image: url(images/main_bg02.gif);
	width: 950px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

div#pr_box {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

c_box_item {
}

/* メイン */
div#main	{
	width: 750px;
	float: left;
	margin: 0;
	padding: 0;
}

/* コンテンツ */
div#content	{
	width: 502px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
}

div#content2	{
	width: 560px;
	background-color: #FFFFFF;
	margin: 10px auto 20px auto;
	text-align: left;
}

p#pagetitle	{
	font-size: medium;
	font-weight: bold;
	color: #7A5025;
	text-align: left;
	padding: 7px;
	background-color: #E2DDCB;
	margin-bottom: 10px;
}

h2#pagetitle	{
	font-size: medium;
	font-weight: bold;
	color: #7A5025;
	text-align: left;
	padding: 7px;
	margin: 10px;
	background-color: #E2DDCB;
}

/* 記事 */
div.post	{
	border: solid 1px #B2946F;
	padding: 15px;
	margin: 0 0 10px 0}

div.post h2	{
	font-size: 1em;
	/* border-bottom: solid 1px #B2946F; */
	padding-bottom: 2px;
	margin-top: 0px;
	clear: both;
	margin-bottom: 1px;
}

div.post h2 a	{
	text-decoration: none;
	color: #7A5025}

div.postinfo	{
	font-size: 0.85em;
	line-height: 130%;
	color: #555555;
	text-align: left;
	clear: both}

.postmetadata {
	font-size: 0.7em;
	color: #7A5025;
	margin-top: 10px;
	text-align: left;
	clear: both;
	margin-bottom: 0px;
}

div.postinfo_top	{
	font-size: 0.85em;
	line-height: 130%;
	color: #555555;
	text-align: left;
	clear: both;
	margin: 0 auto;
}

.post_date {
	color:#7A5025;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: solid 1px #B2946F;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

.post_author {
	color: #7A5025;
	clear: both;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: smaller;
	margin-bottom: 5px;
}

/*div.postinfo_top img {
	width:120px;
	height:120px;
}*/

p.postinfo	{
	color: #91BDBE;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{
	color: #FF9900}

h2 {
	color:#7A5025;
}

p.pagetitle	{
	font-size: medium;
	font-weight: bold;
	color: ##7A5025;
}

h3 {
	color:#7A5025;
}


/* 記事内の画像 */
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto}

div.post img	{
	border: none}

.alignleft	{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink {
	padding: 0 10px 5px 10px;
}

p.pagelink a	{
	font-size: 0.75em;
	color: #c65151}

span.pageprev	{
	float: left}

span.pagenext	{
	float: right}


/* ページナビ */
.tablenav {
	color: #C0AB90;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #7A5025;
	padding: 2px .4em;
	background: white;
	border:#7A5025 solid 1px;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #7A5025;
}

.tablenav .current {
	color: white;
	background: #7A5025;
	border-color: #7A5025;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
}


/* コメント */
#comments	{
	clear: both}

div#com	{
	border: solid 1px #B2946F;
	padding: 0 10px;
	margin: 30px 0 10px 0;
	width:450px;
}

textarea	{
	width: 360px}

div#com h3	{
	font-size: 0.875em;
	border-bottom: solid 1px #B2946F;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{
	font-size: 0.75em}

div.compost	{
	border-bottom: solid 1px #B2946F}

p.cominfo	{
	text-align: right}

div#com a	{
	color: #C65151}

p#comfeed img	{
	vertical-align: middle}

p#comfeed a	{
	color: black;
	text-decoration: none}

p#comfeed	{
	background-color: #F7F5EF;
	padding: 8px;
	margin-top: 30px}

p#trurl	{
	background-color: #F7F5EF;
	padding: 8px;
	margin-bottom: 30px;
	width:400px;
}


/* サイドバー1 */
div#sidebar	{
	color:#626262;
	width: 160px;
	float: right;
	text-align: center;
	margin: 0 20px 20px 20px;
}

div#sidebar h2	{
	font-size: 12px;
	color: white;
	padding: 6px 0;
	margin: 0;
	background-color: #89985D;
	text-align: center;
	background-image: url(images/item_bg02.gif);
	width: 160px;
	background-repeat: no-repeat;
}
div#sidebar li	{
	font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url();
	background-repeat: no-repeat;
	vertical-align: top}

div#sidebar li a	{
	color: #626262;
	text-decoration: none;
	border: #cccccc;
}

div#sidebar ul
	{margin: 8px 0 20px 0;
	padding: 0}

/* サイドバー2 */
div#sidebar2	{
	color:#626262;
	width: 160px;
	float: right;
	margin: 0 20px 20px 0;
	text-align: left;
}

div#sidebar2 h2 {
	font-size: 12px;
	color: white;
	padding: 6px 8px;
	margin: 20px auto 0 auto;
	background-image: url(images/item_bg01.gif);
	background-color: #9C9072;
	text-align: center;
}

div#sidebar2 li {
	list-style-type: none;
	margin-bottom: 4px;
	vertical-align: top;
	font-size: 12px;
	padding-left: 12px;
	line-height:110%;
}

div#sidebar2 li a {
	color: #626262;
	text-decoration: none;
}


div#sidebar2 li a:hover {
	color: #C65151;
	text-decoration: underline;
}

div#sidebar2 ul {
	margin: 8px 8px 0 0;
	padding: 0
}

.registration {
	margin:0 auto 20px auto;
	font-size:smaller;
}

.c_list {
}

.qr {
	font-size:12px;
	text-align:center;
}


/* カレンダー */
#wp-calendar	{
	width: 100%;
	color:#626262;
	font-size: 0.75em
	}

#wp-calendar a	{color: #C65151}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	background-image: url(images/item_bg01.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight:bold;
	margin-bottom:5px;
	padding: 6px 8px;
	text-align: center}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}


/* 検索フォーム */
input#s	{width: 140px;
	margin-bottom: 5px}


/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #B2946F;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}


/* タグクラウド */
p#tagcloud	{line-height: 1.2;
	margin-top:10px}

p#tagcloud a	{color: #2b76cc}


/* フッター */
div#footer	{
	font-size: x-small;
	clear: both;
	color: #FFFFFF;
	background-color: #666666;
}

address	{
	font-size: x-small;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding: 3px 0;
}

address a	{color: #FF9900}


/* ２段組み用の設定 */
div#main2 div#content	{width: 590px}

/* １段組み用の設定 */
div#main1 div#content	{width: 760px}

div#main1 div.post	{padding-left: 140px;
	padding-right: 140px}
