*
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, 'ＭＳ ゴシック', arial;
}
html,
body
{
	text-align:center;
}
p
{
	margin: 1em 0;
}


.columns
{
	width: 640px;
	left: 50%;
}
html>body .columns
{
	position: absolute;
	margin-left: -320px;
}
.columns-inner
{
	text-align:left;
}


.clear
{
	font-size: 0.1em;
	line-height: 0.1em;
	clear: both;
}



/* ヘッダー */

.columns-header				{width: 640px;}
.columns-header-inner		{}
.credit
{
	margin: 1em 0;
	font-weight: bold;
	font-size: 0.75em;
	text-align:right;
	clear: both;
}


/* 本文 */

.columns-body				{width: 640px;}
.columns-body-inner			{margin: 4em 0 1em 0;}

.columns-text				{}
.columns-text-inner			{}
.columns-text-inner div		{margin: 1em 0;}







/* フッター */

.columns-footer
{
	margin: 2em 0;
	clear: both;
}
.columns-footer .footer-hr				{margin: 0.2em 0;}
.columns-footer .footer-backlink		{font-size:0.75em;}
.columns-footer .footer-backlink span	{margin-right: 2em;}
.columns-footer .div	{
	margin: 0 !important;
	padding: 0 !important;
}
.columns-footer .footer-copyright	{
	text-align:right;
	font-size: 5px;
}
.footer-copyright img
{
	margin : 2px 0;
	padding: 0 2px;
}

