@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	text-decoration: none;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************************************************************/
.clear {
	clear:both;
	font-size:1px;
}
/****************************************************************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-sp.jpg);
}
#wrapper {
	width:793px;
	margin:0px auto;
}
.row {
	width:100%;
}
.row img {
	float:left;
	padding:0px;
	margin:0px;
}
.play-bg {
	width:100%;
}
.play-button {
	height: 69px;
	width: 258px;
	margin:0px auto;
}
.content {
	width:100%;
	margin:10px auto;
}
.content p {
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
	padding:5px 0px 5px 0px;
}
.content h1 {
	font:bold 20px/40px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	padding:0px;
	margin-bottom:5px;
	border-bottom:solid 1px #FFFFFF;
	text-transform:uppercase;

}
.content h1 a {
	text-decoration:none;
	color:#FFFFFF;
}
.content h1 a:hover {
	color:#FFFF00;
}
.left_img {
	float:left;
	border:solid #CCCCCC 1px;
	padding:3px;
	margin:10px 10px 0px 10px;
}
#footer {
	border-top: solid 1px #FFFFFF;
	margin:10px 0;
}
#footer p {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	line-height:50px;
}
#footer p a {
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}
#footer p a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
