﻿@charset "utf-8";

/*
 * Theme Name: ホテルプラザ神戸blog
 * Theme URI:
 * Description:
 * Author:
*/


/* サブタイトル */
#description {
	margin: 6px 0 6px 1em;
	color: #666666;
}

/* サイドバーが出る場合 */
.narrow {
	float: left;
	width: 570px;
}


h2.center,
h2.pagetitle {
	margin: 1em 0;
	font-size: 120%;
}

/* -----------------------------------------------
 * ナビゲーション
----------------------------------------------- */

.navigation {
	width: 100%;
}

	.navigation .alignleft {
		float: left;
	}

	.navigation .alignright {
		float: right;
	}


/* -----------------------------------------------
 * サイドバーの設定
 ----------------------------------------------- */

#sidebar {
	float: right;
	width: 160px;
	margin-left: 10px;
}

	#sidebar ul {
		margin-left: 0.2em;
	}

		#sidebar ul li {
			margin: 1em 0;
		}

			/* 孫 */
			#sidebar ul * li {
				margin: 0.5em 0;
			}

	#sidebar ul li h2 {
		padding: 0 0 2px 3px;
		border-left: 3px solid #cccccc;
		border-bottom: 1px dotted #cccccc;
	}


/* -----------------------------------------------
 * 投稿記事
 ----------------------------------------------- */
.post {
	margin: 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 3px dotted #cccccc;
}

	.post h2 {
		margin-bottom: 12px;
		padding: 2px 0 2px 10px;
		font-size: 130%;
		border-left: 5px solid #666666;
	}

	.post h3 {
		margin-bottom: 0.75em;
		font-size: 110%;
		border-bottom: 1px dotted #cccccc;
	}

	.post p {
		margin: 0 0 1em 0;
	}

	.post ul {
		margin: 0.75em 0;
	}

		.post ul li {
			margin: 0 0 0.5em 15px;
			list-style-type: disc;
		}

	.post dl {
		margin: 0.75em 0;
	}

		.post dl dt {
			margin: 0.5em 0;
			font-weight: bold;
		}
		
			.post dl dd {
				margin: 0.5em 0 0.5em 1em;
			}

	/* 日付 */
	.post .day {
		padding-top: 6px;
		color: #666666;
		font-size: 90%;
		text-align: right;
		border-top: 1px solid #cccccc;
	}

	/* メタデータ */
	.post .postmetadata {
		margin-top: 18px;
		padding-top: 6px;
		text-align: right;
		font-size: 80%;
		border-top: 1px solid #cccccc;
	}
	
	.post .alt {
		text-align: left;
	}

/* -----------------------------------------------
 * コメント
 ----------------------------------------------- */

h3#respond {
	font-size: 120%;
}

