@charset "shift_jis";

/* CSS INDEX -----------------------------------------------

01 Body
02 Container
03 Topguide
04 Footer
05 LINK COLOR

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


/* =========================================================
	01 Body
========================================================= */
body {
	margin: 0;
	padding: 0;
	width: auto;
	background: #fff url(../images/er_bg.png) repeat-y center top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align:center;
	background-position: center top;
}



/* =========================================================
	02 Container
========================================================= */
div#container {
width:960px; margin:0 auto;
text-align: center;
}
* html body div#container { width:1020px; } /* for IE6 */



/* =========================================================
	03 Topguide
========================================================= */
div#topguide {
width: 960px; height: 105px; margin: 0 auto; text-align: left;
}



/* =========================================================
	04 Footer
========================================================= */
div#footer {
	margin: 10px 0 0;
	padding: 10px 0 0;
	*padding: 20px 0 0 0;
	width: 960px;
	background: #CCCCCC;
}

div#footersitemap ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

div#footersitemap li {
display: inline;
padding-right: 20px;
font-size: 0.8em;
list-height: 1.4;
}

div#footersitemap li a {
text-decoration: none;
line-height: 20px;
}

address {
	font-size: 0.8em;
	font-style: normal;
	padding-bottom: 15px;
	padding-top: 10px;
}



/* =========================================================
	05 LINK COLOR
========================================================= */
a:link {color:#333333; text-decoration:none;}

a:visited {color: #333333; text-decoration:none;}

a:hover {color: #990000; text-decoration:none;}

a:active {color: #000000; text-decoration:none;}

