@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
img { border:0;}
body {
	padding: 0;
	margin: 0;
	background-color:#ffffff;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	color:#666666;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
div #title{
	width: 750px;
	height:100px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 70px 0 0 0;
	text-align:left;
}
.clearbox {
	clear:both;
}

#maincontents{
	width:100%;
	height:100%;
	min-height: 100%;
	text-align:center;
}
#mainbox{
	width:750px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.appbox{
	width:750px;
	margin:0;
	padding:0;
}
.leftbox{
	float:left;
	width:285px;
	height:580px;
	margin:0;
	padding:0;
	background-image: url(../../img/iphone3gs.jpg);
	text-align:left;
}
.slide{
	position:relative;
	left:39px;
	top:82px;
	width:211px;
	height:315px;
	text-align:left;
}
.rightbox{
	float:left;
	width:465px;
	height:580px;
	margin: 0;
	padding: 0;
	line-height:100%;
	text-align:left;
}
.copybox{
	position:relative;
	left:37px;
	top:82px;
	width:420px;
}
.copy{
	margin: 10px 0 20px 0;
	font-size: 12px;
	line-height:170%;
	letter-spacing:0.5;
}


div.note {
	margin:25px 0 0 0;
}
.note ul{
	margin:5px 0 0 0;
	list-style:none;
}
.note ul li{
	color: #333333;
	line-height:120%;
	padding-left:10px;
}
.news {
	display:inline;
	color: #FFFFFF;
	background-color: #99CC33;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}


#footer{
	border-top:#cccccc 1px solid;
	padding:5px 0 0 0;
	margin:35px auto 40px;
	width:710px;
	height:auto;
	text-align:right;
}


a:link {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #ffffff; background-color: #999999; text-decoration: underline;}
a:active {color: #ffffff; background-color: #555555; text-decoration: underline;}

