@charset "utf-8";

/*全体*/
body,p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dd,form,address{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
body {
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	background: url(../image/common/bg3.gif) repeat-x top left;
	color: #333333;
}
img {
	border: none;
	vertical-align:top;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(../image/bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom:30px;
	}
address {
	font-size: 85%;
	margin-bottom:5px;
}
#bottomBox {
	margin-top: 20px;
}
#txtBox {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#midBox {
	background-color: #281E1C;
	padding-bottom: 10px;
	padding-left: 10px;
}

