@charset "Shift_JIS";

/* Reset CSS ================================================================ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}


/* Page Styles =============================================================  */
html,
body {
	height: 100%;
	}

body {
	background: transparent url("../images/bg_body.gif") repeat left top;
	}

div#contents {
	position: relative;
	min-height: 100%;
	}

div#contents #main {
	padding-bottom: 1.5em;
	}


div#contents #main dl {
	position: absolute;
	right: 50px;
	bottom: 50px;
	}

div#contents #main dt {
	float: left;
	width: 278px;
	}

div#contents #main dd {
	width: 182px;
	margin-left: 278px;
	}

div#contents #main dd.ex {
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 12px;
	color: #4b4b45;
	font-size: 85%;
	line-height: 1.2;
	}

#footer {
	position: absolute;
	bottom: 0;
	height: 1.5em;
	padding: 0 0.5em;
	text-align: right;
	}

#footer address {
	color: #7d7c6f;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}