/* body */
body {
	margin:0px;
	padding:0px;
	background:#777777;
	color:#777777;
	text-align: center;
}

/* 枠組みテーブル */
table.field
{
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
table.field tr.middle td.left
{
	width: 10px;
	padding: 0px;
	background-image: url(images/field_m_l.png);
	background-repeat: repeat-y;
}
table.field tr.middle td.center
{
	padding: 0px;
}
table.field tr.middle td.right
{
	width: 10px;
	padding: 0px;
	background-image: url(images/field_m_r.png);
	background-repeat: repeat-y;
}
table.field tr.bottom td.left
{
	width: 10px;
	height: 10px;
	padding: 0px;
	background-image: url(images/field_b_l.png);
	background-repeat: no-repeat;
}
table.field tr.bottom td.center
{
	height: 10px;
	padding: 0px;
	background-image: url(images/field_b_c.png);
	background-repeat: repeat-x;
}
table.field tr.bottom td.right
{
	width: 10px;
	height: 10px;
	padding: 0px;
	background-image: url(images/field_b_r.png);
	background-repeat: no-repeat;
}

.header, .main, .footer
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}


/* 上段ヘッダー */

.header h1
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
}

#title-pic
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px;
}

#head-pic
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

table.headmenu
{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-collapse:collapse;
}
table.headmenu td
{
	border: 0px;
	padding: 0px;
	width: 167px;
	height: 50px;
	overflow: hidden;
}
table.headmenu .button-left
{
	width: 36px;
	background-image: url(images/menu_left.png);
}
table.headmenu a
{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	padding-left: 38px;
	padding-right: 6px;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-y;
	padding-top:2px;
}
table.headmenu a:link, table.headmenu a:visited
{
	background-image: url(images/menu_off.png);
	color: #666666;
}
table.headmenu a:hover
{
	background-image: url(images/menu_on.png);
	color: #666666;
}
table.headmenu .button-right
{
	width: 36px;
	background-image: url(images/menu_right.png);
}


/* 下段フッタ */

div.footer-border
{
	margin: 0px;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #bcdf09;
	text-align: right;
}
.pageup
{
	margin-bottom: 0px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #bcdf09;
	position: relative;
	right: 10%;
}

a.pageup
{
	text-decoration: none;
}
a.pageup:hover
{
	color: #aa0000;
	background-color: #ffcc99;
}

table.footer-container
{
	border: 0px;
	border-collapse: collapse;
	overflow: auto;
	width: 100%;
}
table.footer-container .copyright
{
	text-align: left;
	vertical-align: bottom;
	font-size: 8pt;
	padding: 10px;
	white-space: nowrap;
}
table.footer-container .menu
{
	text-align: right;
	vertical-align: bottom;
	font-size: x-small;
	padding: 10px;
}

div.footer-container .copyright
{
	float: left;
	padding: 10px;
	font-size: xx-small;
	white-space: nowrap;
}
div.footer-container .menu
{
	float: right;
	padding: 10px;
	font-size: x-small;
	white-space: nowrap;
}

.footer-container .menu a
{
	white-space: nowrap;
}
