@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1.5;
	font: inherit;
	font-family:"Meiryo","Tahoma","Verdana","Arial","sans-serif";
	vertical-align: baseline;
}
ul, ol, dl { list-style: none}
a { color: #39C; text-decoration: none}
a:hover { text-decoration: underline;}
.bold { font-weight: bold}
.smaller-font { font-size: .85em}

body { background: #efefef}
#payz-Wrap {
	width: 960px;
	margin: 0 auto 20px;
}
#payz-Wrap ul { background: #fff; margin-bottom: 14px; padding-bottom: 30px}
#payz-Wrap ul li { line-height: 100%}
#payz-Wrap ul li dl {
	font-size: 1em;
	line-height: 1.5em;
	color: #444;
	padding: 10px 10px 20px;
}
.payz-sectionTitle {
	font-size: 20px;
	color: #600;
	line-height: 36px;
	background: #F7EBEB;
	border: 1px solid #CC9A02;
	margin-bottom: 20px;
	padding-left: 12px
}
#payz-Wrap ul li dd {
	padding-left: 12px;
	margin-bottom: 20px;
}
#payz-copyright { font-size: .75em;  text-align: center; color: #666;}
a.payz-btn {
	color: #fff;
	opacity: .99;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #333 0.15em 0.15em 0.05em;
	cursor: pointer;
	display:block;
	padding: 8px 35px;
	border: 1px solid #FF6600;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #75DD19;
	background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9900), color-stop(100%, #FF6600));
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -o-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -ms-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: linear-gradient(top, #FF9900 0%, #FF6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF6600',GradientType=0 );
}
a.payz-btn:hover {
	text-shadow: none;
	background: #75DD19;
	background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9900), color-stop(100%, #FF6600));
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -o-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: -ms-linear-gradient(top, #FF9900 0%, #FF6600 100%);
	background: linear-gradient(top, #FF9900 0%, #FF6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF6600',GradientType=0 );
}

/*=============================
Contents
=============================*/
#payz-top-banner {
	width: 960px;
	height: 410px;
	background:url(../images/online_pay/payzad_01.png) no-repeat;
	position: relative;
}
#payz-topBtn {
	height: 30px;
	line-height: 30px !important;
	position: absolute;
	top: 334px;
	left: 150px;
}

.payz-detail { overflow: hidden; padding: 12px;}
	.payz-detail dl {
		width: 600px;
		float: left;
		overflow: hidden;
	}
	.pays-hokusai { text-align: center; padding: 30px 0 0 600px}

#payz-about {
	color: #666;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#payz-about dl {
	padding: 12px;
}
#payz-about dl dt {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 6px;
}
#payz-about dl dd {
	font-size: .75em;
}

#payz-bottomBtn {
width: 150px;
height: 25px;
margin: 20px 0 0 0;
}