/* ==================== レイアウト ==================== */

body	{background-color: #ffffff;
	margin: 0;}

#container	{width: 845px;
	margin: auto;}

#wrapper	{padding: 20px;
	background-color: #ffffff;}

#content	{width: 850px;
	float: left;
	margin: 0px 0;}

#sidebar	{width: 200px;
	float: right;
	margin: 30px 0;}

#foot	{clear: both;}


/* ==================== ヘッダー ==================== */

#header	{width: 760px;
	height: 98px;
	margin-top: 8px;
	background-image: url(imges/koeki-mizuno-top.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	border: solid 1.5px #0c907c;
	background-color: #ffffff;}

#header_inner	{padding: 20px;}

#header h1	{margin: 0;
	font-size: 1.65em;
	font-family: Verdana, Helvetica, sans-serif;}

#header p	{margin: 0;
	margin-top: 8px;
	align: center;
	font-size: 0.75em;}

/* ==================== コンテンツ ==================== */

/* 枠のデザイン */
.post	{background-image: url(waku_middle-850.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;}

.post_inner1	{background-image: url(waku_top-850.png);
	background-repeat: no-repeat;}

.post_inner2	{background-image: url(waku_bottom-850.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px;}

/* 見出しと文章のデザイン */
.post	{width: auto;}

.post h2	{font-size: 1em;
	border-bottom: solid 1px #0c907c;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 3px;}

.posttext	{font-size: 0.975em;
	line-height: 1.75}

.posttext p	{margin: 0;
	margin-bottom: 20px;}


/* ==================== サイドバー ==================== */

.menu	{width: auto;
	overflow: hidden;}

.menu li	{margin-bottom: 0;
	list-style-type: none;
	line-height: 0;
	border-bottom: solid 1px #ffffff;}

.menu li a	{display: block;
	line-height: normal;
	padding: 10px;
	background-color: #0c907c;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;}

.menu li a:hover	{background-color: #0ce0c0}

.menu ul	{margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;}



/* ==================== 画像 ==================== */

.imglist img	{margin-right: 4px;
	margin-bottom: 4px;
	border: none;}

.imglist	{margin-top: 20px;}

/* ==================== フッター ==================== */

#footer	{width: auto;
	border-top: solid 5px #0c907c;
	padding-top: 10px;
	padding-bottom: 20px;}

#footer p	{color: #000000;
	font-size: 0.75em;
	margin: 0;}