* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
}


/* layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



p{
	font-size: 12px;
	line-height: 170%;
}

a,
a:link,
a:visited {
	color: #064080;
	text-decoration: none;
}
a:hover {
	color: #064080;
	text-decoration: none;
	font-weight: bold;
}


.clear_both {
	clear: both;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 645px;
	overflow-y: auto;
	overflow-x: none;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}


#content {
}


img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .coupon {
	margin: auto;
	width: 640px;
}

#content .title {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00DFDF;
}
#content .explain {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 6px;
}


.tx_red {
	color: #F00;
}
#content .expaire {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tx10 {
	font-size: 10px;
}
.print {
	text-align: center;
	margin: 10px;
}

.close {
	text-align: center;
	margin: 10px;
}

