@charset "UTF-8";

/* --------------------------------------------
	Global Setting
-------------------------------------------- */
* {
	margin: 0;
	padding:0;
}

img,table {
	border: none;
}

ul {
	list-style: none;
}

a {
	color: #1E76A4;
}

h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

/* --------------------------------------------
	Layout
-------------------------------------------- */
body {	
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #30251B;
	background: #C7BFAE url(../images/bg.gif) repeat-x top;
}

div#container {
	width: 910px;
	margin: 0 auto;
	background: url(../images/container.gif) repeat-y center;
	overflow: hidden;
	zoom: 1;
}

div#header {
	position: relative;
	width: 910px;
	height: 190px;
	text-align: left;
	background: url(../images/header.gif) no-repeat top;

}

div#content  {
	float: right;
	width: 575px;
	margin: 0 auto;
}

div#content_wide {
	clear: both;
	width: 908px;
	margin: 0 auto 10px;
}

div#iphone { 
	text-align: left;
	float: left;
	width: 310px;
	background: url(../images/content.gif) repeat-y top right;
}

div#footer {
	height: 130px;
	clear: both;
	background: url(../images/footer.gif) no-repeat bottom center;
}

/* --------------------------------------------
	Header
-------------------------------------------- */
h1 {
	position: absolute;
	top: 71px;
	left: 28px;
}

img.atom_img {
	position: absolute;
	top: 0;
	left: 297px;
}

ul.localize {
	position: absolute;
	top: 125px;
	right: 30px;
}

ul.localize li {
	display: inline;
	padding-left: 10px;
}

ul#navi {
	position: absolute;
	top: 65px;
	left: 380px;
}

ul#navi li {
	display: inline;
	width: 160px;
	line-height: 50px;
	padding: 0 15px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;

}

ul#navi li.active {

}

ul#navi li:hover {

}

ul#navi a {
	padding: 0 5px 0 12px;
	background: url(../images/arrow.gif) no-repeat left center;
	color: #2A1D18;
}

ul#navi a:hover {
	color: #1F1503;
}


p.banner {
	position: absolute;
	right: 30px;
	top: 62px;
}



/* --------------------------------------------
	App Store Links
-------------------------------------------- */

div.app {
	position: relative;
	width:270px;
	margin: 0 0 5px 32px;
	text-align: left;
}

div.app h3 {
	position: absolute;
	top: 6px;
	left: 127px;
	font-size: 0px;
}

img.onsale {
	position: absolute;
	top: 44px;
	left: 127px;
	font-size: 0px;
}

img.store_icon {
	position: absolute;
	top: 70px;
	left: 127px;
	font-size: 0px;
}

p.iphone_img {
	margin: 0 0 0px 32px;
	height: 485px;
	overflow: hidden;
}

p.iphone_img img {
	cursor: pointer;

}

/* --------------------------------------------
	Content
-------------------------------------------- */

h2.page_title {
	text-align: left;
	padding: 5px 40px 15px 0;
	font-size: 0px;
	color: #713908;
}

h3.page_subtitle{
	text-align: left;
	margin-bottom: 10px;
	padding: 3px 8px;
	font-size: 15px;
	background: #4A2606 url(../images/title.gif) center;
	color: #fff;
}

div.lead {
	clear: both;
	line-height: 1.5;
	margin: 0 40px 20px 10px;
	text-align: left;
	font-size: 13px;
}

div.content_box {
	line-height: 1.5;
	margin: 0 40px 30px 10px;
	text-align: left;
	font-size: 13px;
}

div.content_box p {
	padding-bottom: 15px;
	line-height: 1.4;
}

img.right_img {
	float: right;
	margin: 0 0 10px 15px;
}

img.left_img {
	float: left;
	margin: 0 15px 10px 0;
}



/* --------------------------------------------
	About
-------------------------------------------- */

div.about {
	padding-top: 20px;
	margin: 30px 40px 10px;
}

div.about dl {
	clear: both;
}

div.about dl dt {
	margin-bottom: 5px;
	padding: 3px 3px;
	font-weight: bold;
	color: #222505;
	background: #EBF8BF url(../images/about_dt.gif) no-repeat left bottom;
	border: #DCEBAA 1px solid;
}


div.about dl dd {
	margin-bottom: 15px;
	line-height: 1.4;
}


p.back_to_top {
	padding: 15px;
	text-align: center;
	font-size: 13px;
}


/* --------------------------------------------
	Footer
-------------------------------------------- */
address {
	padding-top: 50px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
}