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: auto;
	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;
}
#contents {
	width: 951px;
	background-image: url(img/mail_back.gif);
	background-repeat: no-repeat;
	height: 265px;
	float: left;
	margin-top: 10px;
}
.img_left {
	float: left;
}
#contents .sub {
	float: left;
	width: 275px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.sub h2 {
	font-size: 13px;
	color: #816F42;
	margin-bottom: 5px;
}
.sub p {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 16px;
}
.sub  a  {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
