body {
	color: black;
	font-size: 14px;
	line-height: 22px;
	background: transparent url(images/base02.gif) repeat-y fixed center;
	margin: 0;
}
td {
	font-size: 14px;
	line-height: 22px;
}
img {
	border: 0 none transparent;
	vertical-align: middle;
}
a:link {
	color: #ff1c58;
	text-decoration: none;
}
a:hover {
	color: #ffa330;
	text-decoration: none;
}
a:visited {
	color: #b21c58;
	text-decoration: none;
}
form {
	margin: 0px;
}
input {
	vertical-align: middle;
}
h1,h2,h3,p {
	margin: 0;
	width: 100%;
}
h2 {
	font-size: 18px;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	border-top: 1px solid #E6E6E6;
}
h2.subscribe:before {
	content: url(images/envelope.gif);
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.25em;
}
h2.unsubscribe {
	margin-bottom: 0;
}
h2.unsubscribe:before {
	content: url(images/bullet_l.gif);
	vertical-align: middle;
	display: inline-block;
	margin-right: 0;
}
h2.unsubscribe + .form {
	
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
}
h3 span {
	padding-left: 20px;
}
#wrapper {
	text-align: center;
}
#main {
	width: 524px;
	margin: 0 auto;
	text-align: left;
}
#main ul,
#main li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main ul {
	margin: 20px auto;
}
#main ul li {
	margin: 10px auto;
	padding-left: 35px;
}
#main ul li:before {
	content: url(images/bullet_s.gif);
	display: inline-block;
	margin-left: -30px;
	margin-right: 5px;
	vertical-align: middle;
}
#footer {
}
#footer:after {
	content:url(images/base03.gif);
	display: block;
}
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul {
	margin: 40px 0;
}
#footer ul li {
	display: inline-block;
}
.form {
	background: url(images/form_base.gif) no-repeat center top;
	height: 57px;
	padding-top: 29px;
	text-align: center;
}
.top {
	background-image: url(images/base01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.formsize {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 300px;
	height: 22px;
	margin-right: 20px;
}
.copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-transform:uppercase;
}
.btn {
	cursor: pointer
}

@media screen and (max-device-width: 420px) {
	body,
	th,
	td {
		font-size: 14px;
		line-height: 1.6em;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 10px;
	}
	h3 span {
		padding-left: 10px;
	}
	h1 img {
		width: 100%;
	}
	#main {
		width: 100%;
	}
	#yodogawa {
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid #e6e6e6;
	}
	#yodogawa img {
		width: 95%;
	}
	.form {
		background: none;
		padding-top: 9px;
	}
	.formsize {
		margin-right: 0;
	}
	input[type=image] {
		margin-top: 5px;
	}
	#footer {
		padding-bottom: 20px;
	}
	#footer:after {
		content: '';
	}
	#footer ul li {
		display :block;
		margin: 20px auto;
	}
}
