@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y:scroll;  
}

body{
	line-height:1.4;
	font-size: 0.85em;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}



/********************************************************** コンテナ ***/

div.wrapper {
	width: 980px;
	margin: 0 auto;
	border-top: 5px solid #FAA401;
}

/********************************************************** ヘッダ ***/

h1 {
	font-size: 12px;
	font-weight: normal;
}

/********************************************************** フッタ ***/

ul.footer {
	margin-top: 40px;
	text-align: center;
	color: #FF6600;
	font-size: 13px;
}

ul.footer li {
	display: inline;
	margin-left: 9px;
}

ul.footer li a {
	margin-right: 11px;
}

p.copyright {
	text-align: right;
	border-top: 5px solid #FAA401;
	font-size: 12px;
	padding: 3px 5px 20px 0;
	margin-top: 12px;
}



#info {
  height: 450px;
  overflow: auto;
  width: 650px;
  }























