@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: #333;
	background: #f8f8f8 url(../img/share/bg_body.gif);
	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: #000;
	font-weight: normal;
}

img {
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

em {
	color: #511;
}

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

a:link {
	color: #36c;
}

a:visited {
	color: #39c;
}

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

a:active {
}


/* 角丸
----------------------------------------------------*/
header#globalHeader nav ul li span,
header#globalHeader nav ul li ul,
header#globalHeader p.pageDown a,
p.more a,
.pageBody #main .articleHeader,
.entryBody #main .articleHeader,
#main .article,
#main .changeLayout a,
#main ul.pictureList li span a,
#pageTopFixed a,
.pageTop a,
#globalHeader nav a,
#comment-greeting,
.trackbacks-content,
.comment,
.required,
blockquote,
#sub .item,
#main h3,
#main ul.pager,
#contents .inner,
.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main .articleHeader,
#main .articleHeader h2 {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* box-shadow
----------------------------------------------------*/
#aside .archivePicNav ul li a img,
#main .mainPicture img,
.pictureList li a img {
	-webkit-box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
	-moz-box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
	box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
}

#aside .archivePicNav ul li a img:hover,
#main .mainPicture img:hover,
.pictureList li a img:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(50%,50%,50%,.3);
	-moz-box-shadow: 0px 0px 20px rgba(50%,50%,50%,.3);
	box-shadow: 0px 0px 20px rgba(50%,50%,50%,.3);
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#main #vgridArticleArea:after,
#sub .monthlyArchives ol:after,
#sub:after,
.pictureList: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%;
}


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

/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
	min-width: 956px;
	padding: 15px 0;
	background: #a5a5a5 url(../img/share/bg_pattern.gif);
	border-bottom: 1px solid #fff;
}

#contents .inner {
	padding-top: 15px;
	background: #f8f8f8 url(../img/share/bg_body.gif);
}

.pageBody #contents .inner,
.entryBody #contents .inner {
	max-width: 1190px;
}

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


/* このページの上部へ
----------------------------------------------------*/
#contents .pageTop {
	/zoom: 1;
	clear: both;
	margin: 30px 0 10px;
	text-align: right;
}

.pageBody #contents .pageTop,
.entryBody #contents .pageTop {
	/display: none;
	margin-left: 15px;
	margin-right: 15px;
}

#contents .pageTop a {
	display: inline-block;
	color: #333;
	padding: 5px 10px;
	padding-left: 18px;
	background: #fff url(../img/share/mark_04.gif) no-repeat 8px center;
	border: 1px solid #ccc;
}

#contents .pageTop a:hover {
	border-color: #f63;
	text-decoration: none;
	color: #f63;
}

/* 右下固定ページトップ */
#page #pageTopFixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
}

#page #pageTopFixed a {
	display: block;
	padding: 4px 6px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#page #pageTopFixed a:hover {
	border-color: #f63;
	text-decoration: none;
	color: #f63;
}

/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	width: auto;
	padding: 0 15px 15px;
}

/* ページタイトル */
#main h2.pageTitle {
	margin: 0 0 25px;
	padding: 15px 5px 12px;
	background: none;
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	font-size: 153.9%;
	letter-spacing: 1px;
	color: #000;
}

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

.pageBody #main .archiveNav,
.entryBody #main .archiveNav {
	margin-left: 15px;
}

#main .archiveNavFooter {
	clear: both;
	padding: 30px 0;
}

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

#main .archiveNav li + li:before {
	content: "|";
	margin-right: 15px;
	color: #999;
}

#main #aside .archivePicNav {
	float: left;
	width: 380px;
	margin: 0 0 35px;
}

#main #aside .archivePicNav ul {
	padding: 0;
	margin: 0;
}

#main #aside .archivePicNav ul li {
	list-style: none;
	position: relative;
	float: left;
	width: 120px;
	padding: 0;
	margin: 0;
}

#main #aside .archivePicNav ul li.next {
	float: right;
	text-align: right;
}

#main #aside .archivePicNav ul li.prev:after {
	content: "« prev";
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-family: Georgia, David, serif;
}

#main #aside .archivePicNav ul li.next:after {
	content: "next »";
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 5px #000;
	font-family: Georgia, David, serif;
}

#main #aside .archivePicNav ul li.prev:hover:after,
#main #aside .archivePicNav ul li.next:hover:after {
	color: #f63;
	text-shadow: 1px 1px 1px #000, 1px 1px 5px #fff;
}

#main #aside .archivePicNav ul li.prev:hover:after {
	left: 6px;
}

#main #aside .archivePicNav ul li.next:hover:after {
	right: 6px;
}

#main #aside .archivePicNav ul li a img {
	margin: 0;
}

/* ページ分割した時のページ送り */
#main ul.pager {
	/zoom: 1;
	clear: both;
	margin: 45px 0 15px;
	padding: 10px 10px 5px;
	background: #efefef;
	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 #ccc;
	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: #999;
	border-left-color: #999;
}


/* .changeLayout 写真 大中小
----------------------------------------------------*/
#main .changeLayout {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#main .changeLayout li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#main .changeLayout li a {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#main .changeLayout li a:hover {
	border-color: #f63;
	text-decoration: none;
	color: #f63;
}

#main .changeLayout li.current a {
	color: #888;
	text-decoration: none;
	border-color: #999;
}

#main .changeLayout li.viewDetail a {
	padding-left: 27px;
	background: #fff url(../img/share/icon_doc.gif) no-repeat 8px center;
}

#main .changeLayout li.viewPhotoOnly a {
	padding-left: 29px;
	background: #fff url(../img/share/icon_photo.gif) no-repeat 8px center;
}


/* ピクチャリスト
----------------------------------------------------*/
#main ul.pictureList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#main ul.pictureList li {
	display: inline;
	margin: 0;
	padding: 0;
}

#main #aside .archivePicNav ul li img,
#main .mainPicture img,
#main ul.pictureList li img {
	vertical-align: middle;
	margin: 0 0 5px 5px;
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
}

#main #aside .archivePicNav ul li a:hover img,
#main .mainPicture a:hover img,
#contents ul.pictureList li a:hover img {
	border-color: #36c;
}

#main .mainPicture a,
#main ul.pictureList li a {
	/zoom: 1;
	position: relative;
	/position: static;
	display: inline-block;
}

#main .mainPicture a:hover:after,
#main ul.pictureList li a[rel]:hover:after {
	position: absolute;
	_position: static;
	top: 8px;
	right: 8px;
	content: url(../img/share/icon_zoom.png);
}

#main .originalSize {
	margin: -5px 0 30px;
	text-align: right;
}

#main .originalSize a:before {
	content: "»";
	margin-right: 5px;
}


/* .article 各記事
----------------------------------------------------*/
#main #vgridArticleArea {
	/zoom: 1;
	margin-left: -10px;
}

#main .article {
	margin: 0 auto;
}

#main #vgridArticleArea .article {
	float: left;
	width: 302px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	background: #eee;
	background: rgba(90%,90%,90%,.4);
}

#main .article .mainPicture {
	text-align: center;
	margin: 0 auto 10px;
}

.pageBody #main,
.entryBody #main {
	float: left;
	width: 100%;
	min-width: 950px;
	padding: 0;
}

.pageBody #main .article,
.entryBody #main .article {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.pageBody #main .article .inner,
.entryBody #main .article .inner {
	width: auto;
	min-width: 510px;
	margin: 0 430px 0 15px;
	padding: 0;
}

.systemBody #main {
	width: 950px;
}

.systemBody #main .article {
	width: 510px;
	margin-right: 15px;
}

.systemBody #main .article .inner {
	width: 510px;
}

.pageBody #main .mainPicture,
.entryBody #main .mainPicture {
	margin: 20px auto;
}

#main .mainPicture img {
	margin: 0;
}


/* .articleHeader 各記事のヘッダー、フッター
----------------------------------------------------*/
#main .articleHeader {
	margin: 0 0 10px;
	padding: 0 0 8px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(67%,67%,67%,.75)), to(rgba(98%,98%,98%,.6))) no-repeat;
	background: -moz-linear-gradient(top, rgba(67%,67%,67%,.75) 0%, rgba(98%,98%,98%,.6) 100%) no-repeat;
	background-color: #ececec;
	border-bottom: 1px solid #fff;
}

/* 記事タイトル */
#main .articleHeader h3,
#main h2 {
	margin: 0 0 8px;
	padding: 8px 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#555)) no-repeat;
	background: -moz-linear-gradient(top, #888 0%, #555 100%) no-repeat;
	background-color: #555;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 116%;
}

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

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

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

#main .articleHeader h3 a:after,
#main h2 a:after {
	content: "»";
	margin-left: 8px;
}


/* 投稿日、カテゴリ、タグ */
#main .articleHeader ul {
	list-style: none;
	margin: 0 10px;
}

#main .articleHeader ul li {
}

#main .articleHeader ul li.tag,
#main .articleHeader ul li.category {
	/zoom: 1;
	display: inline;
	margin-right: 10px;
	padding: 0 0 0 8px;
	background: url(../img/share/mark_01.gif) no-repeat 0 0.6em;
}

#main .articleHeader ul li.tag {
	margin-right: 0;
}

#main .articleHeader ul li.twitterBtn {
	float: left;
	height: 20px;
}

#main .articleHeader ul li.time {
	display: block;
	margin:  0 0 5px;
	padding: 3px 0;
	text-align: right;
}


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

.pageBody #main .articleFooter,
.entryBody #main .articleFooter {
	text-align: right;
	border-top-color: #ccc;
}

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

#main .articleFooter ul li {
	/zoom: 1;
	display: inline;
	margin-right: 10px;
	padding: 0 0 0 7px;
	background: url(../img/share/mark_01.gif) no-repeat 0 0.5em;
	font-size: 93%;
}

.pageBody #main .articleFooter ul,
.entryBody #main .articleFooter ul {
	margin: 0;
}

.pageBody #main .articleFooter li,
.entryBody #main .articleFooter li {
	margin-left: 15px;
	font-size: 108%;
}



/* .articleBody 記事本文・続き
----------------------------------------------------*/
#main .articleBody {
	padding: 0 10px;
	line-height: 1.5;
}

.pageBody #main .article .articleBody,
.entryBody #main .article .articleBody {
	font-size: 116%;
	padding-bottom: 15px;
}

#main .articleBody img {
	vertical-align: middle;
}

#main h3 {
	/zoom: 1;
	/position: relative;
	clear: both;
	margin: 30px -10px 15px;
	padding: 5px 10px 4px;
	background: #efefef;
	border: 1px solid #ccc;
	font-size: 108%;
}

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

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

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

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

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

#main .articleBody ul {
	margin-left: 25px;
}

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

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

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

/* dl */
#main .articleBody dl {
}

#main .articleBody dl dt {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}

#main .articleBody dl dd {
	margin: 0 0 10px .5em;
	padding-left: .5em;
	border-left: 1px solid #ccc;
}

/* table */
#main .articleBody table {
	border: 1px solid #aaa;
}

#main .articleBody table th {
	padding: 7px 10px 5px;
	background: #efefef;
	border: 1px solid #aaa;
}

#main .articleBody table td {
	padding: 7px 10px 5px;
	background: #fff;
	border: 1px solid #aaa;
}

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

#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;
}

/* 続きを読む */
#contents p.more {
	/zoom: 1;
	clear: both;
	text-align: right;
	font-size: 85%;
}

#contents p.more a {
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #ccc;
	text-shadow: none;
}

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

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

#main hr#more:after {
	content: "─── more";
	color: #aaa;
	font-size: 85%;
	font-style: italic;
	font-family: Georgia, David, serif;
}

/* 写真データ、トラックバック、コメント
----------------------------------------------------*/
#aside {
	float: right;
	width: 380px;
	margin: 0 15px 45px -430px;
	/margin-left: -415px;
	padding: 0;
}

.systemBody #aside {
	float: left;
	margin: 0 0 45px 15px;
}

#main #aside h3 {
	margin-top: 0;
}

#main #aside table {
	width: 100%;
	margin-bottom: 35px;
	border: 0;
}

#main #aside table th {
	width: 30%;
	text-align: left;
	white-space: nowrap;
	border-left: 0;
	border-right: 0;
	border-color: #cdcdcd;
	background: #efefef;
	background: rgba(90%,90%,90%,.3);
}

#main #aside table td {
	border-left: 0;
	border-right: 0;
	border-color: #cdcdcd;
	background: none;
}

#aside #trackBacks {
	margin-bottom: 30px;
}

#aside #trackBackURL {
	width: 95%;
	border: 0;
	padding: 0;
	color: #666;
	background: none;
}

#aside .trackbacks-content,
#aside .comment {
	margin: 0 0 30px;
}

#aside .comment .comment {
	margin-top: -25px;
	/margin-top: -5px;
	margin-left: 20px;
}

#aside .comment .comment:before {
	content: "Re:";
	margin-left: -20px;
	font-size: 36px;
	color: #bbb;
	font-family: Zapfino, "Segoe Print";
}

#aside .comment h4 {
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 5px;
	border-left: 0;
	border-bottom: 1px dotted #ccc;
}

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

#aside .footer {
	padding-top: 7px;
	border-top: 1px dotted #ccc;
}

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

#aside .footer ul li {
	display: inline;
	margin-left: 5px;
	padding: 0;
	background: none;
	font-size: 93%;
}

#aside .footer ul li:before {
	content: "|";
	margin-right: 10px;
	color: #999;
}

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

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

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

#aside .comments table td input {
	width: 90%;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 116%;
}

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

#aside .required {
	margin-left: 5px;
	padding: 1px 5px;
	background: #fff;
	color: #c00;
	font-weight: normal;
	font-size: 85%;
}

#aside textarea {
	width: 95%;
	height: 150px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 116%;
}

#aside #comments-open-text p {
	font-size: 93%;
}

#aside .postComment {
	margin: 10px 0 30px;
}

#aside .postComment input {
	margin-right: 10px;
	padding: 7px 15px;
	border: 1px solid #ccc;
	background: #fff;
}

#aside .postComment input:hover {
	background: #efefef;
	border-top-color: #999;
	border-left-color: #999;
	cursor: pointer;
}

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

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


/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub {
	/zoom: 1;
	clear: both;
	width: auto;
	margin: 0;
	padding: 20px 15px 10px;
}

#vgridSubArea {
	margin-left: -10px;
}

#sub .item {
	float: left;
	width: 203px;
	margin: 0 0 10px 10px;
	padding: 10px 10px 1px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#sub .itemW {
	width: 436px;
}

#sub:target .item {
	background: rgba(100%,100%,100%,.7);
	border: 1px solid #aaa;
	-webkit-box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
	-moz-box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
	box-shadow: 1px 1px 5px rgba(50%,50%,50%,.3);
}

#sub h2 {
	margin: 0 0 10px;
	padding-left: 7px;
	border-left: 5px solid #666;
	font-size: 108%;
}

#sub h3 {
	font-size: 100%;
}

#sub p {
	margin-bottom: 10px;
	line-height: 1.5;
}

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

#sub ol {
	margin-left: 30px;
}

#sub ul li {
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(../img/share/mark_01.gif) no-repeat 5px 0.4em;
}

#sub ul li ul {
	margin-bottom: 0;
}

#sub ul li li {
	margin-bottom: 5px;
	padding: 0 0 0 9px;
	background: url(../img/share/mark_02.gif) no-repeat 0 0.6em;
}

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

/* サイト内検索
----------------------------------------------------*/
#sub .searchTextBox {
	width: 132px;
	margin-right: 3px;
	padding: 3px 2px;
	/padding: 4px 2px;
	border: 1px solid #ccc;
}

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

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

/* 最近のエントリー
----------------------------------------------------*/
#sub .category ul,
#sub .resentEntries ol {
	/zoom: 1;
	list-style: none;
	margin: -5px 0 10px;
}

#sub .category ul li,
#sub .resentEntries ol li {
	margin: 5px 0 0;
	padding: 6px 10px 0;
	padding-left: 15px;
	background: url(../img/share/mark_01.gif) no-repeat 5px .9em;
	border-top: 1px solid #ccc;
}

#sub .category ul li:first-child,
#sub .resentEntries ol li:first-child {
	border-top-width: 0;
}

#sub .category ul ul li:first-child {
	border-top-width: 1px;
}

#sub .category ul li ul {
	margin-top: 3px;
	margin-left: -15px;
	margin-right: -10px;
}

#sub .category ul li ul li {
	padding-left: 20px;
	background-position: 10px .9em;
}

#sub .category ul li ul li ul {
	margin-top: 5px;
	margin-left: -20px;
}

#sub .category ul li ul li ul li {
	padding-left: 25px;
	background-position: 15px .9em;
}


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

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

#sub .pictureList li img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
}


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

#sub .monthlyArchives ol li {
	float: left;
	width: 42%;
	margin-bottom: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
	background: url(../img/share/mark_01.gif) no-repeat 5px .5em;
	border-bottom: 1px solid #ccc;
}

#sub .monthlyArchives ol li:nth-child(2n) {
	float: right;
}


/* Twitter widget
----------------------------------------------------*/
#sub .twitterArea {
	_height: 397px;
	min-height: 397px;
}

#sub .twtr-widget .twtr-hd {
	padding: 0 1px 5px;
}

#sub .twtr-widget .twtr-bd {
}

#sub .twtr-widget .twtr-bd .twtr-tweet {
	border-color: #d6cbb6;
	border-style: solid;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

#sub .twtr-widget .twtr-bd .twtr-tweet .twtr-tweet-wrap {
	padding: 10px 0;
}

#sub .twtr-widget .twtr-ft {
	padding-top: 10px;
}

#sub .twtr-widget .twtr-ft div {
	padding: 0 1px;
}


/* poweredBy
----------------------------------------------------*/
#sub .poweredBy p {
	margin: 0 auto 7px;
	text-align: center;
}


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

#sub .tagSearch li {
	display: inline;
	margin: 0 0 5px;
	padding: 0;
	background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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