/* 全体 */
body           {background-color: #ffffff;}

a              {color: #000000;
                text-decoration: none;}

a:hover        {color: #666666;}

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

#content       {margin: 30px; 0}




/* コンテンツ部分 */
.post          {width: 760px;}

.post h2       {font-size: 1em;
                margin: 0;
		margin-bottom: 15px;
		line-height: 32px;
		padding-left: 10px;
		text-align: center;}

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

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

.imgcenter     {display: block;
                margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 100px;}


/* フッター */
#footer        {width:760px;
                border-top: dotted 3px #000000;
		padding-top: 20px;
		padding-bottom: 50px;}

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