
/* トップページ */
body {
	background-color: #ffffff;
	background-image: url(../img/background01.gif);
	background-repeat: repeat;
	font-family: "MS PGothic", "MS UI Gothic", Osaka, Arial, sans-serif;
}

h1 {
	margin-top: 0em;
	padding-top: 0em;
}

img {
	border-width: 0px;
}

td {
	color: #999999;
	font-weight: bold;
}

a:link, a:visited {
	color: #0000ff;
}

a:hover{
	color: #ff0000;
}

div#layout-unit {
	float: left;
	width: 85%;
}

div#layout-contents {
	float: right;
	width: 82%;
	background-color: #ffffff;
	text-align: center;
	padding-top: 0.5em;
}

div#layout-left {
	float: left;
	width: 18%;
}

div#layout-right {
	float: right;
	width: 15%;
}

div#description {
	color: #999999;
	margin-bottom: 1em;
}

div#attention {
	color: #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}

div#footer {
	color: #999999;
	text-align: right;
	padding-bottom: 2em;
}


