/*
Theme Name: roki's 2nd theme
Description: rwt001, roki's WordPress theme.
Version: 1.0
Author: roki
Author URI: http://www.web-support21.com/
Tags: fixed width, left sidebar, two columns, valid XHTML, widgets
*/

@charset "utf-8";
body{font:
	color: #333;
}

/* 全体サイズ760pxで画面中央表示 */
#wrapper {
	margin:auto;
	width: 760px;
}
/* ヘッダー */
#header {
	padding-bottom: 42px;
	background: url(images/header.jpg) no-repeat;
}
#header h1 {
	font-size: 1.875em;
	margin: 0 10px;
	padding-top: 4px;
}
#header h1 a {
	text-decoration: none;
	color: #2b76cc
}
#header p {
	font-size: 0.75em;
	margin: 8px 20px 0
}
/* メインコンテンツ */
#content {
	width:585px;
	float: left;
	margin-bottom: 20px;
}
p#pagetitle {
	font-size: 0.875em;
	font-weight: bold;
	color: #2b76cc;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #2b76cc;
}
.post {
	margin: 20px auto;
	padding: 18px;
}
.post h2 {
	background-image: url(images/mark.png);
	background-repeat:no-repeat;
	font-size: .875em;
	margin: 0px 0px 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	border-bottom: #066;
}
/* 記事内のリンク処理 */
.post a:link{
	color: #06C;
	text-decoration:none
}
.post a:hover {
	color: #F60;
	text-decoration:none
}
.post a:visited {
	color: #C96;
	text-decoration:none
}
.post a:active {
	color: #F60;
	text-decoration:none
}
.post p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 10px;
}
.postinfo {
	color: #339;
	text-align: right;
	margin: 20px 0px 0px;
	clear: both;
}
.postinfo a {
	color: #69F;
}
.post ol li {
	font-size:0.75em
}
/*ページ用のコンテンツ部分*/
#contentB {
	width:585px;
	float: right;
	margin-bottom: 20px;
}
#contentB .post {
	border:none;
	margin: 0px auto 20px;
	padding: 18px;
}
/* 投稿の中の画像の処理 */
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post img {
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:2px
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:2px
}
.wp-caption {
	text-align:center;
	padding-top:5px;
	margin-top:10px;
	border-top: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #666;
}
/* page link */
p.pagelink a {
	font-size: 0.75em;
	color: #2b76cc
}
span.pageprev {
	float:left
}
span.pagenext {
	float:right
}
/* コメント */
#comments {
	clear: both
}
#com {
	border:1px dotted #737373;
	padding: 0 18px;
	margin-top: 45px;
	background-color: #F5F5F5;
}
textarea {
	width:475px
}
#com h3 {
	font-size:0.875em;
	border-bottom:solid 1px #2b76cc;
	padding-bottom:3px;
	margin-top:20px
}
#com p {
	font-size:0.75em
}
#com a {
	color:#2b76cc
}
p#comfeed img {
	vertical-align:middle
}
p#comfeed a {
	color:black;
	text-decoration:none
}
p#comfeed {
	background-color:#a8d1ff;
	padding: 8px;
	margin-top:30px
}
p#trurl {
	background-color:#a8d1ff;
	padding:8px;
	margin-bottom:30px
}
/* サイドバー（blog） */
#sidebar {
	width:150px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 0.75em;
	color: white;
	padding: 6px 8px;
	margin: 0;
	background: url(images/menubar-small.png) no-repeat;
}
#sidebar li {
	font-size: 0.75em;
	list-style-type:none;
	margin-bottom: 4px;
	background: url(images/listmark.png) no-repeat;
	vertical-align: top;
	padding-left: 16px;
}
#sidebar li  ul li{
	font-size: 0.75em;
	list-style-type:none;
	margin-bottom: 4px;
	background: url(images/listmark2.png) no-repeat;
	vertical-align: top;
	padding-left: 16px;
}
#sidebar li a:link{
	color: #06C;
	text-decoration:none
}
#sidebar li a:hover {
	color: #F60;
	text-decoration:none
}
#sidebar li a:visited {
	color: #C96;
	text-decoration:none
}
#sidebar li a:active {
	color: #F60;
	text-decoration:none
}
#sidebar ul {
	margin: 8px 8px 20px;
	padding: 0
}
#sidebar p {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
/* サイドバー（ページ専用） */
#sidebar2 {
	width:150px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar2 h2 {
	background-image: url(images/menubar-small.png);
	background-repeat: no-repeat;
	font-size: 0.75em;
	color: white;
	padding: 6px 8px;
	margin: 0
}
#sidebar2 li {
	font-size: 0.75em;
	list-style-type:none;
	margin-bottom: 4px;
	background: url(images/listmark.png) no-repeat;
	vertical-align: top;
	padding-left: 16px;
}
#sidebar2 li  ul li{
	font-size: 0.75em;
	list-style-type:none;
	margin-bottom: 4px;
	background: url(images/listmark2.png) no-repeat;
	vertical-align: top;
	padding-left: 16px;
}
#sidebar2 li a:link{
	color: #06C;
	text-decoration:none
}
#sidebar2 li a:hover {
	color: #F60;
	text-decoration:none
}
#sidebar2 li a:visited {
	color: #C96;
	text-decoration:none
}
#sidebar2 li a:active {
	color: #F60;
	text-decoration:none
}

#sidebar2 ul {
	margin: 8px 8px 20px;
	padding: 0
}
/* feed （お知らせ専用）*/
p.feed {
	font-size: 0.75em;
	font-family:Verdana, Geneva, sans-serif;
	border: 1px solid #8cc63f;
	padding: 5px;
	margin: 25px 0
}
p.feed a {
	color: #333;
	text-decoration: none
}
p.feed img {
	vertical-align: middle;
	margin-right: 8px
}
/* フッター */
#footer {
	clear:both;
	border-top:solid 3px #2b76cc
}
address {
	font-size: .75em;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:6px;
	text-align: center;
}
address a {
	color:#09C;
	text-decoration: none;
}
/*山歩きログ用*/
#tlog {
	font-size:0.75em
}
#tlog a {
	text-decoration:underline;
	color:#2b76cc
}
h3 {
	font-size:0.75em;
	border-left: 5px solid #2b76cc;
	padding-left: 2px;
}
.smalllist{font-size:0.75em}

#info{
	font-size: 0.65em;
	width: 210px;
	background: #FFFFEC;
}
#attention{
	padding: 5px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #039;
}

blockquote {
	font-size: 1.3em;
	color: #000;
	background-color: #DDD;
	display: block;
	padding: 5px;
}
.analog {  
 display: none;  
 }  
* html .analog {  
 display: block;  
position: absolute;  
 top: 10px;  
right: 30px;  
} 

.shadow {  
   padding: 20px;  
   border: 1px solid #f0f0f0;  
   border-bottom: 2px solid #ccc;  
   -webkit-border-radius: 5px;  
   -moz-border-radius: 5px;  
   border-radius: 5px;  
}  