
/*-----------------------------------
html.body
------------------------------------*/

html {
	margin:0;
	padding:0;
}

body {
	color:#4f4946;
	font-size:15px;
	line-height:28px;
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "sans-serif";
	background:fff;
	position:relative;
}

/*-----------------------------------
link
------------------------------------*/

a:link, a:visited {
	color: #4f4946;
	text-decoration:none;
}
a:hover	{
	color: #7c6c63;
}
#pankuzu a:hover,
#footer dl dd.nav ul li a:hover {
	position:relative;
	top:-1px;
	background:#7c6c63s;
}
