@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #fff url(../img/bg.png) repeat-y top center;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
*html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 2px;
}
body,x:-moz-broken {
	margin-left:-1px;
}
a {
	color: #960096;
	text-decoration: none;
}
a:hover {
	color: #bad;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,form,input,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	line-height: 140%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
}
p.spacer {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: #e22;
}
div#wrap {
	width: 440px;
	margin: 15px auto;
	text-align: left;
}
div#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
*html div#wrap {
    height: 0em;
}
/******************** story ********************/
p.email {
	background: url(../img/story_mail.gif) no-repeat left;
	padding-left: 57px;
	margin-left: 8px;
}
p.email span {
	font-family: Arial, Helvetica, sans-serif;
}
p.footer {
	font-size: 90%;
	text-align: center;
	margin: 50px 0 10px;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
