/* ==================== レイアウト ==================== */

body	{background-color: #3f5b06;}

#container	{width: 764px;
	margin: auto;}

#wrapper	{padding: 0 20px;
	background-color: #ffffff;
	overflow: hidden;
	width: 724px;}

#content	{width: 494px;
	float: left;
	margin: 30px 0;}

#sidebar	{width: 200px;
	float: right;
	margin: 30px 0;}

#foot	{clear: both;}

/* ==================== 背景 ==================== */

body	{background-image: url(back_stripe.png);
	background-repeat: repeat;}

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

#header	{width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;}

#header h1	{margin: 0;
	float: left;
	padding-top: 10px;
	padding-left: 10px;}

#header h2	{margin: 0;
	padding-top: 0px;
	padding-left: 2px;}

#header p	{margin: 0;color: #696969;
	font-size: 0.75em;
	margin-top: 8px;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;}

#header a	{background-image: url(toiawase_on.png);
	float: right;
	margin-top: 26px;
	width: 100px;}

#header a:hover{background-position: 0 0;}

#header a img	{border: none;vertical-align: bottom}

#header a:hover img	{visibility: hidden;}

/* ==================== ナビゲーションメニュー ==================== */

#nav	{font-size: 0.75em;
	width: auto;
	height: 30px;
	background-color: #000000;
	border-top: solid 1px #ffffff;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	width: 125px;
	line-height: 30px;
	border-right: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;}

#nav li a:hover	{background-color: #0ce0c0}

#nav .current a	{background-color: #0ce0c0}



/* ==================== コンテンツ ==================== */

.post	{width: auto;}

.post h2	{font-size: 1em;
	margin: 0;
	margin-bottom: 15px;
	background-color: #7fffd4;
	line-height: 32px;
	padding-left: 10px;}
.post h3	{font-size: 0.9em;
	margin: 0;
	margin-bottom: 5px;
	background-color: #dcdcdc;
	line-height: 20px;}
.post h4	{font-size: 0.875em;
	margin: 2;
	margin-bottom: 1px;
	}
.posttext	{font-size: 0.875em;
	line-height: 1.5}

.posttext p	{margin: 0;
	margin-bottom: 3px;}


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

.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: #6495ed;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;}

.menu li a:hover	{background-color: #0ce0c0}
.menu .nolink a:hover	{background-color: #c0c0c0}
.menu ul	{margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;}

.menu h3	{background-color: #4169e1;
	padding: 5px 10px;
	margin: 0;
	margin-bottom: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;}





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

#footer	{width: auto;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 20px;}

#footer p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0;}

