/*
Theme Name: Pattern01
Description: ２列右サイドバー（分割型）
Author: iTREND
Author URI: http://itrend.jp/
*/

/* コンテンツ */
div#content	{
	width: 515px;
	text-align: left;
	margin: 0 auto 20px 20px;
}

#pagetitle {
	font-size: 11pt;
}

/* 記事 */
div.post {
	border-left: solid 5px #204E77;
	padding: 10px 10px 0 10px;
	margin: 20px auto;
	font-size: 10pt;
	line-height: 140%;
}

div.post h2 {
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	font-size: 13pt;
	border-bottom: solid 1px #204E77;
	padding-left: 22px;
	padding-bottom: 5px;
	margin: 0;
}

div.post h2 a	{text-decoration: none;
	color: #000000}

div.post p {
	margin-top: 10px;
}

p.postinfo {
	font-size: 9pt;
	color: #2b76cc;
	text-align: right;
	margin: 20px 0 0 auto;
	clear: both;
}

p.postinfo a	{color: #2b76cc}

p.postinfo a:hover {
	color: #f00;
	text-decoration: underline;
}

/* 記事内の画像 */
.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 a	{font-size: 0.75em;
	color: #2b76cc}

span.pageprev	{float: left}

span.pagenext	{float: right}


/* コメント */
#comments	{clear: both}

div#com	{border: solid 0px #2ad;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 400px}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #2b76cc;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{font-size: 0.75em}

div.compost	{border-bottom: dotted 1px #2b76cc}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}

div#com a:hover	{
	color: #f00;
	text-decoration: underline;
}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed a:hover {
	color: #f00;
	text-decoration: underline;
}

p#comfeed	{background-color: #eee;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #eee;
	padding: 8px;
	margin-bottom: 30px}

/* サイドバー */
div#right_blog_item	{
	width: 210px;
	margin: 20px auto;
	text-align: left;
}

div#right_blog_item h2	{
	background-color: #204E77;
	font-size: 12px;
	color: #fff;
	letter-spacing: 3px;
	padding: 3px 8px;
	margin: 0;
}

div#right_blog_item li	{font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(point_r.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top}

div#right_blog_item li a	{color: #000000;
	text-decoration: none}

div#right_blog_item li a:hover	{color: #f00;
	text-decoration: underline}

div#right_blog_item ul	{
	margin: 8px 8px 20px;
	padding: 0
}

#blog_meta {
	width: 100px;
	text-align: left;
}

/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em}

#wp-calendar a	{color: #2b76cc}

#wp-calendar a:hover	{color: #f00;
	text-decoration: underline}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	/*background-image: url(menubar.gif);
	background-repeat: no-repeat;*/
	background-color: #204E77;
	color: white;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 3px 8px;
	text-align: left}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: dashed 0px #2ad;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* フッター */
div#footer	{
        width: 750px;
        margin-left: 20px;
        border-top: solid 1px #2ad;
        border-bottom: solid 1px #2ad;
        text-align: center;
	clear: both;
        padding: 6px;
}

address	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
}

address a	{color: #000000;
        text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: #f00;
}

.auth {
        text-align: right;
        font-size: 10pt;
        margin: 0px auto;
}

.f9 {
	font-size: 9pt;
}
.f8 {
	font-size: 8pt;
}

#counter {
	font-size: 8pt;
	margin-bottom: 10px;
	text-align: right;
	border: 0px;
}

#gotop {
	margin: 30px 40px 0 auto;
	width: 200px;
	text-align: right;
}


