@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	color: #1b1b1b;
	background: #fff url(../img/share/bg_body.gif) repeat-x 0px 9px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6, 7 */
body,input,textarea {
	/font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: normal;
}

img {
	vertical-align: top;
}



em {
	color: #511;
}

/* ベースリンクカラー
----------------------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:link {
	color: #1465b8;
}

a:visited {
	color: #1465b8;
}

a:hover {
	color: #3bafff;
	text-decoration: underline;
}

a:active {
}



/* 角丸
----------------------------------------------------*/


/* 汎用
----------------------------------------------------*/
/* clerfix */
#sub .monthlyArchives ol:after,
.archiveNavFooter:after,
.archiveNav:after,
.inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}


/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	font-size: 100%;
	background: url(../img/share/bg_body_2.png) no-repeat 0 6px;
}


/* コンテンツ、ヘッダー、フッター の
   横幅指定とセンタリング
----------------------------------------------------*/
.inner {
	width: 982px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
	padding: 0;
	background: url(../img/share/bg_body_3.gif) no-repeat left bottom;
}

#contents .inner {
	padding-top: 15px;
}

#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre,
#contents p {
	margin-bottom: 15px;
}


/* このページの上部へ
----------------------------------------------------*/
#contents .pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	clear: both;
	margin: 0;
	padding: 7px 12px;
	background: #fff;
	background: rgba(100%,100%,100%,0.8);
	border-top: 1px solid #2365a9;
	border-left: 1px solid #2365a9;
	text-align: right;
	font-size: 85%;
}

#contents .pageTop a {
	color: #333;
}

#contents .pageTop a:hover {
	color: #eb8e1f;
}

#contents .pageTop a:before {
	content: "↑ ";
}

/* for IE6 */
* html #contents .pageTop {
	padding: 10px 15px;
	border: 0;
	font-size: 100%;
}


/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	float: left;
	width: 672px;
	padding: 0 0 20px;
	font-size: 93%;
}

/* ページタイトル */
#main h2.pageTitle {
	margin: 0 0 25px;
	padding: 15px 15px 12px;
	background: #fff;
	border: 1px dotted #cfcfcf;
	font-size: 153.9%;
	letter-spacing: 1px;
	color: #3f3f3f;
	background: #ededed;
}

/* アーカイブナビ */
#main .archiveNav {
	/zoom: 1;
	list-style: none;
	margin: 0 0 15px;
}

#main .archiveNavFooter {
	margin: 15px 0 60px;
}

#main .archiveNav li {
	width: 49%;
}

#main .archiveNav li.prev {
	float: left;
}

#main .archiveNav li.next {
	float: right;
	text-align: right;
}

#main .archiveNav li a {
	text-shadow: 1px 1px 0px #fff;
}

#main .archiveNav li a:link {
	color: #333;
}

#main .archiveNav li a:visited {
	color: #444;
}


/* ページ分割した時のページ送り */
#main ul.pager {
	margin: 30px 0 30px;
	padding: 10px 10px 5px;
	text-align: center;
}

#main ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#main ul.pager li span,
#main ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	vertical-align: middle;
}

#main ul.pager li span {
	font-weight: bold;
	color: #666;
}

#main ul.pager li a:hover {
	border-top-color: #8b8b8b;
	border-left-color: #8b8b8b;
	background: #ececec;
}

/* .article 各記事
----------------------------------------------------*/
#main .article {
	margin-bottom: 40px;
	padding: 15px 20px;
	background: url(../img/share/bg_01.gif) no-repeat right top;
	line-height: 1.6;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	
	-webkit-box-shadow: 1px 1px 2px #d7d7d7;
	-moz-box-shadow: 1px 1px 2px #d7d7d7;
	box-shadow: 1px 1px 2px #d7d7d7;
}

#main .article ~ .article {
	margin-top: 15px;
}

.entryBody #main .article {
	margin-bottom: 20px;
}


/* .articleHeader 各記事のヘッダー、フッター
----------------------------------------------------*/
#main .articleHeader {
	margin-bottom: 5px;
	padding: 0 0 7px;
	}

/* 記事タイトル */
#main .articleHeader h3,
#main h2 {
	margin: 0 0 2px;
	padding: 17px 0 18px 55px;
	border-bottom: 1px dashed #d3987e;
	background: url(../img/share/mark_01.gif) no-repeat 0 0.2em;
	font-size: 138.5%;
	color: #872a01;
	font-weight: bold;
	line-height: 1.2;
}

#main .articleHeader h3 a,
#main h2 a {
	color: #872a01;
}

#main .articleHeader h3 a:visited,
#main h2 a:visited {
	color: #872a01;
}

#main .articleHeader h3 a:hover,
#main h2 a:hover {
	color: #eb8e1f;
}


/* 投稿日、カテゴリ、タグ */
#main .articleHeader ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #d3987e;
	font-weight: bold;
	color: #3e3e3e;

}

#main .articleHeader ul li {
	display: inline;
	margin-right: 10px;
}

#main .articleHeader ul li:after {
	content: "|";
	margin-left: 14px;
	color: #6a6a6a;
}

#main .articleHeader ul li:last-child:after {
	content: "";
	margin-left: 0;
}

/* パーマリンク、トラバ数、コメント数 */
#main .articleFooter {
	padding-top: 5px;
	border-top: 1px dashed #b7b7b7;
}

#main .articleFooter ul {
	list-style: none;
	margin: 0 2px;
	text-align: right;
}

#main .articleFooter ul li {
	display: inline;
	margin-left: 10px;
}

#main .articleFooter ul li:before {
	content: "|";
	margin-right: 14px;
	color: #666;
}

#main .articleFooter ul li:first-child:before {
	content: "";
	margin-right: 0;
}



/* .articleBody 記事本文・続き
----------------------------------------------------*/
#main .articleBody {
	font-size: 116%;
	padding: 0 2px 7px 2px;
}

#main .articleBody a {
	text-decoration: underline;
}


#main .articleBody img {
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #cfcfcf;
}

#main h3 {
	/zoom: 1;
	/position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 108%;
}

#main h4 {
	margin: 30px 0 10px;
	padding-left: 10px;
	border-left: 8px solid #2365a9;
	font-size: 108%;
}

#main h5 {
	margin: 20px 0 7px;
	padding-left: 10px;
	border-left: 5px solid #2365a9;
	font-size: 108%;
}

#main h6 {
	margin: 20px 0 7px;
	padding-left: 7px;
	border-left: 5px solid #2365a9;
	font-size: 100%;
}

#main h4 + h6,
#main h4 + h5,
#main h3 + h4 {
	margin-top: 0;
}

#main small {
	font-size: 93%;
}

#main .articleBody ul {
	list-style: none;
	margin-left: 0;
}

#main .articleBody ol {
	margin-left: 35px;
}

#main .articleBody li {
	margin-bottom: 3px;
}

#main .articleBody ul li {
	padding: 1px 0 1px 22px;
	background: url(../img/share/mark_02.gif) no-repeat 9px 6px;
}

#main .articleBody li ol,
#main .articleBody li ul {
	margin-top: 5px;
}

#main .articleBody dl {
}

#main .articleBody dl dt {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #2365a9;
}

#main .articleBody dl dd {
	margin: 0 0 10px 1em;
}

#main .articleBody table {
	border: 1px solid #2365a9;
}

#main .articleBody table th {
	padding: 7px 10px 5px;
	background: #e7e3df;
	border: 1px solid #2365a9;
}

#main .articleBody table td {
	padding: 7px 10px 5px;
	border: 1px solid #2365a9;
}

/* 引用 blockquote */
#main .articleBody blockquote {
	position: relative;
	margin: 20px 10px;
	padding: 15px;
	padding-left: 65px;
	background: #f3f0f1;
}

#main .articleBody blockquote:before {
	content: "“";
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 123px;
	font-family: "ＭＳ Ｐ明朝", serif;
	color: #fff;
	line-height: 1em;
}

#main .articleBody blockquote p:last-of-type {
	margin-bottom: 0;
}

/* pre */
#main .articleBody pre {
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}

/* 続きを読む */
#main .articleBody p.more {
	clear: both;
}

#main .articleBody p.more a {
}

#main .articleBody p.more a:after {
	content: "»";
	margin-left: 5px;
}

#main hr#more{
	/zoom: 1;
	clear: both;
	margin: 20px 5px 40px;
	padding: 0;
	border: 0;
	text-align: right;
}

#main hr#more:after {
	content: "─── ここから続き";
	color: #aaa;
	font-size: 85%;
}

/* トラックバック、コメント */
#tb_comment {
	margin-bottom: 45px;
	padding: 0 10px;
}

#tb_comment #trackBackURL {
	width: 90%;
	border: 0;
	padding: 10px;
	color: #666;
}

#tb_comment .trackbacks-content,
#tb_comment .comment {
	margin: 0 0 15px;
	padding: 15px 15px 1px;
	border: 1px solid #ccc;
	background: #fff;
}

#tb_comment .comment .comment {
}

#tb_comment .comment h4 {
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 5px;
	border-left: 0;
	border-bottom: 1px solid #2365a9;
}

#tb_comment .trackbacks-content h4 {
	margin-top: 0;
}

#tb_comment .footer {
	padding-top: 10px;
	border-top: 1px solid #fff;
}

#tb_comment .footer ul {
	text-align: right;
}

#tb_comment .footer ul li {
	display: inline;
	margin-left: 10px;
	padding: 0;
	background: none;
}

#tb_comment .footer ul li:before {
	content: "|";
	margin-right: 14px;
	color: #666;
}

#tb_comment .footer ul li:first-child:before {
	content: "";
	margin-right: 0;
}

#tb_comment .comments table {
	width: 100%;
}

#tb_comment .comments table th {
	text-align: left;
	width: 30%;
}

#tb_comment .comments table td input {
	width: 60%;
	padding: 3px;
}

#tb_comment .comments table td small {
	margin-left: 5px;
}

#tb_comment .required {
	margin-left: 5px;
	color: #c00;
	font-weight: normal;
}

#tb_comment textarea {
	width: 90%;
	height: 150px;
	padding: 3px;
}

#tb_comment .postComment {
	margin: 15px 0 0;
}

#tb_comment .postComment input {
	padding: 5px 15px;
}

#comment-greeting {
	margin-bottom: 15px;
	padding: 15px;
	background: #efefef;
	border: 1px solid #ccc;
}

#comment-greeting img {
	vertical-align: middle;
}


/*----------------------------------------------------
	#sub（サイドバー）
----------------------------------------------------*/
#sub {
	float: right;
	width: 278px;
	padding: 0;
	margin-bottom: 40px;
}

#sub .item {
	margin: 0 0 15px 0;
	padding: 7px 8px 0 8px;
	background: #efefef;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}


#sub .item:first-child {
	margin-top: 0;
}

#sub .item.firstChild {
	margin-top: 0;
}

#sub h3,
#sub h2 {
position: relative;
 height: 100%;
	margin: 0 0 8px;
	padding: 6px;
	font-size: 100%;
	line-height: 1;
	border: 1px solid #cfcfcf;
	background: url(../img/share/bg_sub.gif) repeat-x;	
}

	#sub h3 {
}

#sub h2 img {
	position: absolute;
    display: block;
    top: 4px;
    right: 5px;
}



#sub p {
	margin-bottom: 3px;
	padding: 1px 5px 3px 5px;
}


#sub ul {
	list-style: none;
	margin-left: 0;
}


#sub ol {
	margin: 0 10px 5px 30px;
}


#sub li {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #cfcfcf;
}


#sub ul li {
	list-style: none;
	padding: 3px 0 5px 20px;
	background: url(../img/share/mark_03.png) no-repeat 9px 6px;
	border-bottom: 1px dotted #cfcfcf;
}


#sub ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}


#sub ul li li {
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 1.5;
	background: url(../img/share/mark_04.gif) no-repeat 5px 6px;
	border: 0;
}


#sub li ol,
#sub li ul {
	margin-top: 5px;
}





/* サイト内検索
----------------------------------------------------*/
#sub .searchTextBox {
	width: 180px;
	padding: 0;
	/padding: 4px 2px;
	margin-right: 5px;
	margin-left: 0;
}

#sub .searchBtn {
	margin: 0;
	padding: 2px 15px;
	/padding: 3px 7px;
	border: 1px solid #ccc;
	background: #fff;
}

#sub .searchBtn:hover {
	background: #efefef;
	border-top-color: #999;
	border-left-color: #999;
}

/* 最近のエントリーピクチャ
----------------------------------------------------*/
#sub .pictureList {
	/zoom: 1;
	overflow: hidden;
	margin: 0 0 0 -10px;
}

#sub .pictureList li {
	_display: inline;
	float: left;
	padding: 0;
	border: 0;
	margin: 0 0 10px 10px;
}

#sub .pictureList li img {
	margin: 0 0 8px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #aaa;
}

#sub .pictureList li a:hover img {
	border-color: #3bafff;
}


/* 月別アーカイブ
----------------------------------------------------*/
#sub .monthlyArchives ol {
	/zoom: 1;
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 5px 5px;

}

#sub .monthlyArchives ol li {
	float: left;
	width: 49%;
}

/* タグクラウド
----------------------------------------------------*/
#sub .tagSearch {
	list-style: none;
	margin: 10px 0 30px;
	padding: 0;
	line-height: 1.2;
}

#sub .tagSearch li {
	/zoom: 1;
	display: inline;
	margin: 0 0 5px;
	padding: 0;
	padding-left: 20px;
	background-position: 0 center;
}

#sub .tagSearch li a {
	/zoom: 1;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 1em;
}

#page #sub .tagSearch li a:hover {
	color: #f63;
	border-left-color: #f63;
}

#sub .tagSearch li.tagRank1 {
}

#sub .tagSearch li.tagRank1 a {
	font-size: 2.8em;
}

#sub .tagSearch li.tagRank2 a {
	font-size: 2.6em;
	color: #222;
}

#sub .tagSearch li.tagRank3 a {
	font-size: 2.4em;
	color: #333;
}

#sub .tagSearch li.tagRank4 a {
	font-size: 2.2em;
	color: #444;
}

#sub .tagSearch li.tagRank5 a {
	font-size: 2em;
	color: #555;
}

#sub .tagSearch li.tagRank6 a {
	font-size: 1.8em;
	color: #666;
}

#sub .tagSearch li.tagRank7 a {
	font-size: 1.6em;
	color: #777;
}

#sub .tagSearch li.tagRank8 a {
	font-size: 1.4em;
	color: #888;
}

#sub .tagSearch li.tagRank9 a {
	font-size: 1.2em;
	color: #999;
}

#sub .tagSearch li.tagRank10 a {
	font-size: 1em;
	color: #aaa;
}
