/*レイアウト*/
body          {background-image: url(back_chidori.jpg);
               background-repeat: repeat;}

#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;}

/*ヘッダー*/
#header       {width: auto;
               margin-left: auto;
	       margin-right: auto;
	       background-color: #ffffff;}

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

#header p     {margin: 0;
               margin-top: 8px;
	       border-left: solid 2px #ffffff;
	       border-right: solid 2px #ffffff}
	       
/*メニュー*/
#nav          {font-size: 0.75em;
               width: auto;
	       height: 40px;
	       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: 94px;
	       line-height: 40px;
	       border-right: solid 1px #ffffff;
	       color: #ffffff;
	       text-align: center;
	       text-decoration: none;}

.menu li a:hover  {background-color:#0ce0c0;}


/*テキスト*/
.post         {width: auto;}

.post h2      {font-size: 0.9em;
               margin: 0;
               margin-bottom: 15px;
               background-color: #f0ef91;
               line-height: 32px;
               padding-left: 10px;}

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

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

/*サイドバー*/
.imglist      {width: auto;}

.imgtrim      {width: 60px;
               height: 60px;
	       overflow: hidden;
	       float: left;
	       margin-right: 4px;
	       margin-bottom: 4px;}

.imgtrim img  {margin-top: -20px;
               margin-left: -30px;} 


/*フッター*/
#footer       {width: auto;
               border-top: none;
               padding-top: 10px;
               padding-bottom: 20px;}

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