body {
	margin: 0px;
	padding: 0px;
	background-color: #EBF0D2;
	text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 0.8em;
	line-height: 1.8;
	color: #333333;
}
a:link,
a:visited {
        color: #996600;
        text-decoration: none;
}
a:hover {
        color: #ff9999;
}
strong {
	font-weight: normal;
	color: #B8180E;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/bg.gif) repeat-y center top;
	width: 760px;
	padding: 0 5px;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 45px;
	width: 740px;
	padding: 6px 15px 0;
	clear: both;
}
#footerBtn_left {
	float: left;
}
#footerBtn_right {
	float: right;
}
#footerBtn_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerBtn_left li {
	margin: 0;
	padding: 0;
	float: left;

}

.clear {
	clear: both;
	width: 100%;
	font-size: 0px;
}
blockquote {
	margin-left: 10px;
}
.imgRight {
	float: right;
	padding: 0 0 5px 10px;
}
.textMini {
	vertical-align: text-botom;
	text-transform: lowercase;
	font-size: 10px;
}
.textBig {
	font-size: 1.2em;
}
.torikeshi {
	text-decoration: line-through;
}
.t11 {
        font-size: 11px;
}

