* {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #EBF0D2;
	text-align: center;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 0.8em;
	line-height: 1.8;
	color: #333333;
}
strong {
	font-weight: normal;
	color: #B8180E;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	width: 760px;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 45px;
	width: 740px;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
}
#footerBtn_left {
	float: left;
}
#footerBtn_right {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
	font-size: 0px;
}
blockquote {
	margin-left: 10px;
}
.imgRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textMini {
	vertical-align: text-botom;
	text-transform: lowercase;
	font-size: 10px;
}
.textBig {
	font-size: 1.2em;
}
.torikeshi {
	text-decoration: line-through;
}
