/*
Theme Name: たいとう歴史都市研究会1.2
Theme URI: http://kayaba-coffee.com/
Description: たいとう歴史都市研究会用のテーマです。
Version: 1.2
Author: 青木乾高
Author URI: http://www.kensuke-ao.com/
Tags: 
*/

@charset "utf-8";

/*ーーーーーーーーーーーーーーー　　コンテナ　　ーーーーーーーーーーーーーーーーーーーー*/

* {
	margin: 0;
	padding: 0;
}

div#container {
	width: 850px;
	margin: auto;
}


/*ーーーーーーーーーーーーーーー　　コンテナここまで　　ーーーーーーーーーーーーーーーー*/





/*ーーーーーーーーーーーーーーー　　ヘッダー　　ーーーーーーーーーーーーーーーーーーーー*/


div#header {
	margin: 0 auto;
	background-color: #999;
	height: 170px;
	position: relative;
	background: url(img_index/bg_header.jpg) no-repeat top left;
}

div#header h1 {
	width: 289px;
	height: 72px;
	overflow: hidden;
	position: absolute;
	top: 34px;
	left: 34px;
}

div#header h1 a {
	display: block;
	padding: 72px;
	height: 0px;
	width: 289px;
	background: url(img_index/logo.jpg) no-repeat;
}

div#header p {
	font-size: 0.75em;
	margin: 0;
}


/*ーーーーーーーーーーーーーーー　　ヘッダーここまで　　ーーーーーーーーーーーーーーーー*/





/*ーーーーーーーーーーーーーーー　　コンテンツ　　ーーーーーーーーーーーーーーーーーーー*/


div#content {
	width: 550px;
	float: left;
}

p#pagetitle {
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	border: dotted 1px #000;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}

#newsTitle {
	margin-left: 18px;
	margin-bottom: 10px;
}

/*ーーーーーーーーーーーーーーー　　コンテンツここまで　　ーーーーーーーーーーーーーーー*/





/*ーーーーーーーーーーーーーーー　　記事　　ーーーーーーーーーーーーーーーーーーーーーー*/


div.post {
	padding: 0px 18px 18px 18px;
	margin: 0 auto 20px;
}

div.post h2 {
	background-image: url(images/mark_po.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	border-bottom: solid 1px #777;
	padding-top: 4px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0;
	text-align: left;
}

div.post h2 a {
	text-decoration: none;
	color: #000;
}

div.post p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
}

p.postinfo {
	color: #555;
	text-align: right;
	margin: 20px 0 0;
}

p.postinfo a {
	color: #555;
}


/*ーーーーー　　記事内の画像　　ーーーーーーーーー*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.post img {
	border: none;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

/*ーーーーー　　記事内の画像　　ーーーーーーーーー*/


/*ーーーーーーーーーーーーーーー　　記事ここまで　　ーーーーーーーーーーーーーーーーーー*/





/*ーーーーー　　ページリンク　　ーーーーーーーーー*/

p.pagelink a {
	font-size: 0.75em;
	color: #555;
}

span.pageprev {
	float: left;
}

span.pagenext {
	float: right;
}


/*ーーーーー　　ページリンクここまで　　ーーーーー*/


/*ーーーーー　　コメント　　ーーーーーーーーーーー*/

#comments {
	clear: both;
}

div#com {
	border: solid 1px #000;
	padding: 0 18px;
	margin-top: 45px;
}

textarea {
	width: 500px;
}

div#com h3 {
	color: #000;
	font-size: 0.875em;
	border-bottom: solid 1px #000;
	padding-bottom: 3px;
	margin-top: 20px;
}

div#com p {
	font-size: 0.75em;
}

div.compost {
	margin-top: 20px;
	border-bottom: dotted 1px #000;
}

p.cominfo {
	text-align: right;
}

div#com a {
	color: #300;
}

/*ーーーーー　　コメントここまで　　ーーーーーーー*/





/*ーーーーーーーーーーーーーーー　　サイドバー　　ーーーーーーーーーーーーーーーーーーー*/


div#sidebar {
	margin: 31px 0 0 0;
	background-color: #fff;
	width: 225px;
	float: right;
}

div#info {
	margin: 0;
}

div#sidebar h2 {
	height: 25px;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	font-size: 0.75em;
	color: #000;
	margin: 25px 0 0 5px;
}

div#sidebar li {
	font-size: 0.75em;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 4px;
	margin-left: 10px;
}

div#sidebar li a {
	color: #000;
	text-decoration: none;
}


/*ーーーーー　　カレンダー　　ーーーーーーーーー*/

#calender {
	padding-top: 0;
	padding-bottom: 28px;
	background: url(img_index/bg_cal_bo.gif) no-repeat bottom left;
	width: 225px;
	border: none;
	text-decoration: none;
}

#calenderHe {
	padding-top: 5px;
	background: url(img_index/bg_cal_cap.gif) no-repeat top left;
	}

#wp-calendar table {
	width:100%;
}

#wp-calendar .nav a {
	color: #fff;
}

.ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar {
	width: 223px;
	font-size: 0.75em;
	color: #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}

#wp-calendar a {
	font-weight: 800;
	color: #000;
}

#wp-calendar thead tr th {
	height: 18x;
	color: #000;
	padding-bottom: 4px;
}

#wp-calendar td,#wp-calendar th {
	text-align: center;
}

#wp-calendar #today {
	border: 1px solid #000;
}

#wp-calendar caption {
	padding-top: 7px;
	padding-bottom: 13px;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: 900;
}

#wp-calendar #prev {
	text-align: left;
	padding-top:3px;
	padding-left: 3px;
	border: none;
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	border: none;
}

/*ーーーーー　　カレンダーここまで　　ーーーーー*/


/*ーーーーー　　フィード　　ーーーーーーーーーー*/

p.feed {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 0.75em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

p.feed a {
	color: #444;
	text-decoration: none;
}

p.feed img {
	vertical-align: middle;
	margin-right: 8px;
}

/*ーーーーー　　フィードここまで　　ーーーーー*/



/*ーーーーーーーーーーーーーーー　　サイドバーここまで　　ーーーーーーーーーーーーーーー*/





/*ーーーーーーーーーーーーーーー　　フッター　　ーーーーーーーーーーーーーーーーーーーー*/


div#footer {
	background-image: url(img_index/bg_footer.jpg);
	height: 80px;
	clear: both;
}

address {
	text-align: center;
	font-size: 0.85em;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 25px;
	color: #000;
}

address a {
	color: #000;
}


/*ーーーーーーーーーーーーーーー　　フッターここまで　　ーーーーーーーーーーーーーーー*/







