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

body	{margin: 0;}

#container	{width: 90%;
	margin: auto;
	border-left: solid 1px #abab88;
	border-right: solid 1px #abab88;
	background-color: #ffffff;}

#head	{border-bottom: solid 10px #abab88;}

#wrapper	{padding: 0 0 0 20px;
	background-image: url(new-test/side_yellow.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 96%;
	overflow: hidden;}

#content	{width: 80%;
	float: left;
	margin: 20px -7px;}

#sidebar	{width: 18%;
	float: right;
	margin: 20px 0;}

#foot	{clear: both;
	border-top: solid 1px #aaaaaa;}

#floatMenu {
	position:fixed;
	top: 270px;
	left: 922px;
	width: 220px;
	min-width: 125px;
	margin: 10px 0px 10px 5px;
}

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

body	{background-image: url(2023-1.jpg);
	background-repeat: repeat;}

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

#header	{width: auto;
	height: 217px;
	background-image: url(head_03.jpg);}

#header_inner	{padding: 20px;
	padding-top: 150px;}

#header h1	{margin: 0;
	font-size: 2.0em;
	color: #ff0000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;}

#header p	{margin: 0;
	margin-top: 2px;
	color: #0000ff;
	font-size: 1.25em;}


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

.post	{width: 95%;}

.post h2	{font-size: 1em;
	margin: 0;
	margin-bottom: 8px;
	background-image: url(midashi-2.png);
	background-repeat: no-repeat;
	line-height: 52px;
	padding-left: 20px;}

.posttext h1	{font-size: 1em;
	margin: 0;
	padding-left: 10px;}

.posttext	{font-size: 1em;
	line-height: 1.5;}

.posttext p	{font-size: 1em;
    margin: 0;
	margin-bottom: 20px;
	line-height: 1.5;}



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

.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: 30px;
	padding-left: 24px;
	background-image: url(menu_yellow.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.75em;
	text-decoration: none;}

.menu li a:hover	{background-position: 0 -40px;}

.menu ul	{margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;}

.menu h3	{background-color: #cdcdb9;
	padding: 5px 10px;
	margin: 0px;
	margin-bottom: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.75em;}


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

#footer	{width: auto;
	border-top: solid 5px #abab88;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;}

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