@charset "Shift_JIS";

/*--------------------------------------------*/
/* default */
/*--------------------------------------------*/
body, table
{
	margin: 0px;
	border: none;
	background: transparent;
	color: black;
	font-family: "lr ", "Osaka-", monospace;
	font-size: 14px;
	line-break: strict;
}
body
{
	padding: 6px 6px 0px 6px;
}
table
{
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td
{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
img
{
	border: none;
}
a
{
	text-decoration: none;
}

/*--------------------------------------------*/
/* center */
/*--------------------------------------------*/
table.Center
{
	width: 100%;
	height: 100%;
}
td.Center
{
	vertical-align: middle;
	text-align: center;
}
/*--------------------------------------------*/
/* header */
/*--------------------------------------------*/
body.Header
{
	background: #E0EBF5;
}
table.Header
{
	width: 100%;
}
td.HeaderLeft
{
	text-align: left;
	width: 102px;
}
td.HeaderCenter
{
	text-align: center;
	vertical-align: middle;
}
td.HeaderRight
{
	padding-right: 16px;
	text-align: right;
	vertical-align: bottom;
	width: 200px;
}
div.HeaderText
{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

/*--------------------------------------------*/
/* contents */
/*--------------------------------------------*/
body.Contents
{
	background: white url(images/bg_gradation.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: black;
}
a.Contents
{
	padding: 1px;
}
a.Contents:hover
{
	padding: 0px;
	border: 1px solid #0082C7;
}

/*--------------------------------------------*/
/* main */
/*--------------------------------------------*/
body.Main
{
	background: white url(images/bg_gradation.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: black;
}
div.MainTop
{
	height: 44px;
	border-bottom: 4px solid #007DC5;
	margin-bottom: 8px;
}
div.MainBody
{
	padding: 8px;
	width: 600px;
}

td.AboutusLeft
{
	text-align: right;
	padding-top: 16px;
	padding-left: 32px;
	line-height: 24px;
}
td.AboutusRight
{
	text-align: left;
	padding-top: 16px;
	padding-left: 24px;
	line-height: 24px;
}

/*--------------------------------------------*/
