/*AllStyleReset*/

*{
	margin:0px;
	padding:0px;
	}


/*==============GrovalSettings==============*/
body{
	font-family:Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	font-size:10px;
	line-height:100%;
	letter-spacing: 0.08em;
	color:#222;
	}
#wrap{
	width:642px;
	margin:65px auto;
	}
 h1{
	visibility:hidden;
	}
img{
	border:none;
	}
a:link { color: #000; text-decoration: none;}
a:visited { color: #666; text-decoration: none;}
a:hover { color: #666; text-decoration: none;}
a:active { color: #666; text-decoration: none;}


/* TitleSetting*/
#title{
	background-color:#fff;
	}

/*CopyrightSetting*/
#copyright{
	padding:2px;
	border-top:1px solid #222;
	line-height:130%;
	text-align:right;
	}


