/* ==================== レイアウト ==================== */

body	{margin: 0;
	background-color: #444444;}

#container	{width: 100%;
	margin: auto;
	background-color: #ffffff;}

#content	{width: 100%;
	float: left;
	margin: 30px 0;
	margin-right: -100px;}

#content_inner	{margin-right: 100px;
	margin-left: 20px;}

#sidebar	{width: 10px;
	float: right;
	margin: 30px 0;
	padding-right: 20px;}

#foot	{clear: both;}



/* ==================== ヘッダー ==================== */

#header	{width: auto;
	height: 80px;
	background-color: #000000;
	color: #ffffff;}

#header_inner	{padding: 10px 20px;}

#header h1	{margin: 0;
	font-size: 1.25em;
	font-family: Verdana, Helvetica, sans-serif;}

#header p	{margin: 0;
	margin-top: 8px;
	font-size: 0.875em;}

/* ==================== ナビゲーションメニュー ==================== */

#nav	{font-size: 0.75em;
	width: auto;
	height: 40px;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	width: 120px;
	line-height: 40px;
	border-right: solid 1px #aaaaaa;
	color: #000000;
	text-align: center;
	text-decoration: none;}

#nav, #nav li a	{background-image: url(gr.png);
	background-repeat: repeat-x;}

#nav li a:hover	{background-position: 0 -50px;}


/* ==================== コンテンツ ==================== */

.post	{width: auto;}

.post h2	{font-size: 1em;
	margin: 0;
	margin-bottom: 15px;
	background-color: #ded217;
	line-height: 32px;
	padding-left: 10px;}

.posttext	{font-size: 0.875em;
	line-height: 1.5}

.posttext p	{margin: 0;
	margin-bottom: 20px;}


/* ==================== 画像 ==================== */

.imglist	{width: 100%;}

.imgcaption	{text-align: center;
	font-size: 0.875em;
	float: left;
	width: 200px;
	margin-right:15px;
	margin-bottom: 15px;
	border: solid 1px #aaaaaa;
	padding: 2px;}

.imgcaption img	{margin-bottom: 5px;}

.imgcaption p	{margin: 0;}


/* ==================== サイドバー ==================== */

.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: #719a18;
	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;}


/* ==================== フッター ==================== */

#footer	{width: auto;
	background-color: #000000;}

#footer_inner	{padding: 10px;}

#footer p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0;
	text-align: center;}

/* ==================== フッターメニュー ==================== */

#footmenu	{text-align: center;
	margin-bottom: 8px;}

#footmenu li a	{font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;}

#footmenu li a:hover	{color: #ffaa00;}

#footmenu li	{display: inline;
	list-style-type: none;
	border-left: solid 1px #aaaaaa;
	margin-left: 15px;
	padding-left: 15px;}

#footmenu li.first	{border-left: none;
	margin-left: 0;
	padding-left: 0;}

#footmenu ul	{margin: 0;
	padding: 0;}