body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
}

ul {
	list-style-type: none;
}

body {
	background-color: #F3F3F3;
	text-align: center;
	color: #333333;
}
#wrapper {
	width: 950px;
	height: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#top_btn {
	height: 41px;
	margin-bottom: 10px;
}
#top_btn ul {
	float: right;
}
#top_btn li {
	float: left;
}
#header_img {
	margin-bottom: 9px;
}
/*ナビここから*/
#navi_box {
	height: 81px;
	width: 950px;
	margin-bottom: 10px;
}


#n_left {
	width: auto;
	float: left;
	height: auto;
}
#n_left li {
	float: left;
}
#n_right {
	height: auto;
	width: auto;
	float: right;
}

#n_right ul li a img {
	vertical-align: bottom;
	margin-bottom: 8px;
}



.img_left {
	float: left;
}
.img_left01 {
	float: left;
	margin-top: 10px;
}