/*
Theme Name: Chapter 5 - ORIGINAL
Description: Chapter 5 - オリジナルテーマ
Author: 管理人
*/

/* ========= レイアウト ========= */
body	{background-color: #000000;
	margin: 20px;
	font-family: "Arial", sans-serif;}

#container	{width: 800px;
	margin: auto;
	background-color: #ffffff;}

#main	{padding: 0 20px 15px;
	overflow: hidden;}

#content	{width: 560px;
	float: left;
	margin: 50px 0 0;}

#sidebar	{width: 170px;
	float: right;
	margin: 90px 0 0;}

#foot	{clear: both;}

#head, #content, #sidebar, #foot
	{background-color: #ffaa00;}

/* ========= リンク ========= */
a	{color: #ffffff;
	text-decoration: none;}

a img	{border: none;}

/* ========= ヘッダー ========= */
#head	{background-color: #000000;
	font-size: 25px;
	font-weight: bold;
	padding: 7px 20px;}

/* ========= フッター ========= */
#foot	{background-color: #ffffff;
	padding: 0 0 10px;}

#foot p	{margin: 0;
	text-align: center;
	font-size: 12px;}

/* ========= サイドバー ========= */
#sidebar	{padding: 20px 0;
	background-color: #000000;}

.menu, .menu ul	{list-style-type: none;
	margin: 0;
	padding: 0 20px;
	font-weight: bold;}

.menu li	{margin-bottom: 25px;}

.menu li a	{color: #ffffff;}


/* ========= トップページ ========= */
.home #main	{height: 600px;
	background-color: #000000;
	border: solid 1px #ffffff;
	color: #ffffff;
	padding: 0 20px 5px 40px;}

.home #content	{background: none;
	margin-top: 100px;}

.home #sidebar	{background: none;
	margin-top: 100px;}

.home #content h1	{color: #ffffff;
	font-size: 50px;
	margin: 0;}

.home #content .since	{font-weight: bold;}

.home #content .message	{width: 320px;
	font-size: 12px;
	line-height: 1.8;}

.home #foot	{background-color: #000000;
	color: #ffffff;
	padding-top: 10px;}


/* ========= コンテンツ ========= */
#content	{background: none;}

#cattitle	{margin: 0 0 20px;}

#cattitle h1	{color: #000000;
	font-size: 20px;
	line-height: 1em;
	margin-right: 16px;
	display: inline;}

#cattitle p 	{color: #000000;
	font-size: 16px;
	font-weight: bold;
	display: inline;}

.post	{clear: both;
	overflow: hidden;
	margin-bottom: 20px;}

.postimage	{float: left;
	width: 300px;
	border: solid 1px #000000;}

.postinfo	{float: right;
	width: 240px;}

.post h2	{font-size: 18px;
	background-image: url(images/redmark.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	border-bottom: solid 1px #000000;
	padding: 0 0 6px 26px;
	margin: 0 0 8px;}

.post h2 a	{color: #000000;
	text-decoration: none;}

.post p	{font-size: 14px;
	margin: 0 0 20px;}

.address	{color: #666666;}

.postinfo table	{width: 100%;
	border-collapse: collapse;
	color: #666666;
	font-size: 12px;}

.postinfo th	{width: 6em;}

.postinfo th, .postinfo td
	{border: solid 1px #aaaaaa;
	text-align: left;
	padding: 2px 5px;}

/* 前後のページへのリンク */
.prevnext	{clear: both;
	overflow: hidden;}

.prevnext a	{color: #000000;
	font-weight: bold;}

.prev a	{float: left;
	background-image: url(images/redprev.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
	padding-left: 30px;}

.next a	{float: right;
	background-image: url(images/rednext.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 26px;
	padding-right: 30px;}


/* ========= WEBのカテゴリー別ページ ========= */
.category-web .postimage
	{height: 120px;
	overflow: hidden;}


/* ========= PHOTOのカテゴリー別ページ ========= */
.photolist	{width: 250px;
	float: left;
	clear: none;
	margin-right: 30px;}

/* ========= PHOTOの個別ページ ========= */
.photosingle .postimage	{float: none;
	width: auto;
	border: none;
	margin-bottom: 10px;}

.photosingle .postinfo	{float: none;
	width: 500px;}

/* ========= PHOTOカテゴリーの色 ========= */
.photo #content h1	{color: #4d77e1;}

.photo #content h2	{background-image: url(images/bluemark.png);}

.photo #sidebar	{background-color: #4d77e1;}

.photo .prev a	{color: #000000;
	background-image: url(images/blueprev.png);}

.photo .next a	{color: #000000;
	background-image: url(images/bluenext.png);}


/* ========= 「ABOUT」の色 ========= */
.page #content h1	{color: #ffffff;}

.page #sidebar	{background-color: #000000;}

