﻿/* ==================== レイアウト ==================== */

#container	{width: 760px;
	margin: auto;}


a {
text-decoration: none;
}

#wrapper	{width: 100%;
	overflow: hidden;}

#wrapper_inner	{padding: 0 5px;}


#content	{width: 565px;
	float: right;
	margin: 10px 0;
	background-color: #ffffff;}

#content_inner	{padding: 5px 10px 0;}


#sidebar	{width: 175px;
	float: left;
	margin: 15px 0;
	margin-top: 15px;}

#foot	{width: 760px;
    clear: both;}
    


/* ==================== ヘッダー ==================== */

#header	{width: auto;
	height: 68px;
	background-color: white;}

#header_inner	{padding: 20px;}


#header h1	{margin-left: 0;}
#header h1 img	{border: 0;}
#header h1 a {text-decoration: none;}


/* ==================== ナビゲーションメニュー ==================== */

#nav	{font-size: 0.90em;
width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	width: 115px;
	line-height: 40px;
	border: solid 1px black;
	color: #000000;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;}


#nav li.first a	{border-left: none;}

#nav li a:hover {background-color: silver;}


/* ==================== コンテンツ ==================== */

.post	{width: auto;}

.post h2	{font-size: 1.5em;
    color:white;
	margin: 0;
	margin-bottom: 15px;
	background-color: black;
	line-height: 32px;
	padding-left: 10px;}

.posttext	{font-size: 0.875em;
	line-height: 1.5;}

.posttext p	{margin: 0;
	margin-bottom: 20px;}

.postfooter	{width: auto;
	border-top: solid 5px #b8e964;
	padding-top: 10px;
	padding-bottom: 20px;}

.postfooter p	{color: #000000;
	font-size: 0.75em;
	margin: 0;}


/* ==================== 画像 ==================== */


.imgcaption	{text-align: center;
	font-size: 0.875em;
	margin-bottom: 20px;}

.imgcaption img	{margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;}

.imgcaption p	{margin: 0;}


/* ==================== サイドバー ==================== */

.menu	{width: auto;
	background-color: #ffffff;
	font-size: 0.9em;}

.menu_inner	{padding: 0px;
	border: solid 1px black;}

.menu li	{margin-bottom: 8px;
	line-height: 1.1;
	list-style-type: none;
	padding-left: 5px;}

.menu li a	{color: #000000;
	text-decoration: none;}

.menu li a:hover	{color: black;}

.menu ul	{margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 25px;}

.menu ul ul	{margin-top: 13px;
    margin-bottom: 25px;}


.menu h4	{background-color: black;
    text-align:center;
    color:white;
   	line-height: 32px;

	padding: 0px 10px;
	margin: 0;
	margin-bottom: 15px;}





/* ==================== フッター ==================== */

#footer	{width: 760px;
    margin: 0 auto;}

#footer	a {text-decoration: none;}
#footer	a:link { color: white;}
#footer	a:visited { color: white;
    text-decoration: none}
#footer	a:active { color: white;}
#footer	a:hover { color: white;
    text-decoration: none;}

#footer_inner	{padding: 12px;
	background-color: black;
	overflow: hidden;
	width: 736px;}

#foot01	{width: 242px;
	float: left;}

#foot02	{width: 482px;
	float: right;
	text-align: right;}

#footer p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0;}



table	{width: 545px;
	border-collapse: collapse;
	margin-bottom: 20px;}

th	{width: 100px;
	border: solid 1px black;
	padding: 8px;
	background-color: silver;
	font-size: 0.9em;
	text-align: left;
	height: 40px;}

td	{border: solid 1px black;
	padding: 8px;
	font-size: 0.9em;}




