/* @charset "utf-8"; */

/* 全ページ共通設定 */

html {
	margin-bottom: 1px;
	overflow-y: scroll
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.6;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: normal;
	font-feature-settings: "palt";
}
a {
	text-decoration: none;
}
img {
	border-style: none;
}
.flt_clear {
	clear: both;
}
.outtxt {
	text-indent: -9999px;
}
.flt_right {
	float: right;
}
img {
	display: none;
	}
div img {
	display: inline;
	}
body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6e5028;
}
#contents {
	width: 880px;
	background-color: #f5f0d2;
	margin-right: 40px;
	margin-left: 40px;
}
#coryright {
	font-size: 60%;
	display: block;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 25px;
}
