@charset "Shift_JIS";

body{
	font-size:80%;
	}

body{
	margin:0;
	padding:0;
	background-image:url(../images/background.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	line-height:145%;
	}

a{
	color:#1b45c2;
	}

a:visited{
	color:#895747;
	}

hr{
	display:none;
	}
	
hr.disp{
	display:block;
	}

.Container{
	width:760px;
	background-color:#fff;
	}

#Header h1{
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:300px;
	float:left;
	}

#Header p{
	display:none;
	}

#Header ul{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	}

#Header ul li{
	margin:30px 1em 0 0;
	padding:0 0 0 13px;
	float:left;
	font-size:10px;
	color:#fff;
	background-image:url(../images/header_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:100%;
	}

#Header ul li a{
	text-decoration:none;
	color:#fff;
	}

#Footer{
	width:760px;
	}

#Footer .left{
	float:left;
	width:350px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	}

#Footer .name{
	height:20px;
	}

#Footer .name strong{
	display:block;
	text-indent:-9999px;
	}

#Footer .address{
	font-size:10px;
	padding:0 0 15px 35px;
	line-height:16px;
	margin:3px 0 0 0;
	}

#Footer .copyright{
	float:right;
	text-align:right;
	font-size:10px;
	font-family:Verdana, Arial;
	padding:5px 10px 0 0;
	white-space:nowrap;
	}

#Footer .copyright em{
	font-style:normal;
	}
