* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height:100%;
	font-size:12px;
	line-height:18px;
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#666;
}
*:first-child + html body {
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
img {
	border:0;
}
td, tr, table {
	padding: 0;
	margin: 0;
	border:0;
}
a:link, a:visited, a:active {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:underline;
}
.clear {
	width:100%;
	clear:both;
}

#wrapper {
	width:850px;
	margin:0 auto;
}
#header {
	padding:27px 0 44px 6px;
}
#headerNavi {
	height:90px;
}
#headerNavi h2 {
	float:left;
}

#footer {
	width:850px;
	margin:0 auto;
}
#footer .info {
	float:left;
	padding:0 0 20px 0;
}
#footer .copyright {
	float:right;
	margin:80px 0 0 15px;
}
td.footerLine {
	height:120px;
	border-bottom:6px #F7931E solid;
}

