/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/

/* 基本 */
body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}

a	{text-decoration: none;
	color: #0c8bcd}

a img	{border: none}

/* コンテナ */
div#container	{width: 900px;
	margin: auto}

/* ヘッダー */
div#header	{font-family: 'Trebuchet MS', sans-serif;
	margin-bottom: 10px}

div#header h1	{font-size: 2.5em;
	margin: 0px}

div#header h1 a	{color: #000000}

div#header p#desc	{font-size: 1em;
	font-weight: ;
	color: #727171;
	margin: 0 0 5px}

div#subinfo	{text-align: right;
	margin: -32px 0 5px}

/* ナビゲーションバー */
div#nav	{font-size: 0.75em;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	margin-bottom: 8px}

div#nav ul	{margin: 0;
	padding: 0}

div#nav li	{list-style-type: none;
	float: left}

div#nav li a	{display: block;
	width: 111.8px;
	line-height: 30px;
	border-right: solid 1px #aaaaaa;
	color: #000000;
	text-align: center}

div#nav li a:hover	{background-color: #fcc800}

/* コンテンツ */
div#content	{width: 630px;
	float: left}

p.title	{font-weight: bold;
	color: #585858;
	width: 200px;
	margin: 0 0 10px;
	padding: 0 30px 0 10px;
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: right top}

p.pagenation	{font-size: 0.75em;
	overflow: hidden}

span.oldpage	{float: left}

span.newpage	{float: right}

/* 記事 */
div.post	{margin-bottom: 30px;
	overflow: hidden}

div.post h2	{background-image: url(chip.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 0.875em;
	padding: 10px 18px;
	margin: 0}

div.post h2 a	{color: #000000}

div.post p	{font-size: 0.875em;
	line-height: 1.6}

div.post p.postcat	{text-align: right;
	margin: -10px 10px 10px 0}

div.post p.postcat a	{font-size: smaller;
	background-color: #56b1cf;
	border-radius: 2px;
	color: #ffffff;
	padding: 1px 5px}

div.post p.postinfo	{color: #0c8bcd;
	text-align: right;
	margin: 0}

/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}

/* サイドバー */
div#sidebar	{width: 240px;
	float: right}

div#sidebar ul	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar .widget	{margin-bottom: 20px}

div#sidebar h2	{font-size: 0.75em;
	color: #ffffff;
	background-color: #efbf0e;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0}

div#sidebar li li	{font-size: 0.75em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0}

div#sidebar li li a	{color: #000000;
	display: block;
	padding: 5px 10px}

div#sidebar li li a:hover	{background-color: #f7e29e}

/* フッター */
div#footer	{border-top: solid 1px #aaaaaa;
	padding: 6px 0;
	clear: both}

div#footer p	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0}



/* パンくずリスト */
.single div#header, .archive div#header
	{margin-bottom: 4px}

div#breadcrumb	{margin-bottom: 4px}

div#breadcrumb div	{display: inline;
	font-size: 0.75em}