body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url('/includes/images/background.gif') repeat-x;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
	font-size: 13px;
}

.displace {
	position: absolute;
	left: -5000px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 2.0em;
	color: #ED3336;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #595441;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #595441;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;	
	color: #000;
}

strong {
	color: #ED3336;
}

p {
	line-height: 1.3em;
	font-family: Geneva, Arial, Verdana, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #4577EA;
	text-decoration: none;
}

a:hover {
	color: #ED3336;
}

#container {
	width: 680px;
	min-height: 500px;
	margin: auto;
}

#container #header {
	height: 90px;
}

#header .logo {
	width: 150px;
	height: 90px;
	float: left;
}

#header .menu {
	float: right;
	height: 40px;
}

#header .menu .menu-left {
	float: left;
}

#header .menu ul {
	padding: 10px;
	margin: 0px;
	background: url('/includes/images/menu.gif') repeat-x;
	float: left;
	height: 40px;
}

#header .menu ul li {
	display: inline;
}

#header .menu ul li a {
	padding: 10px;
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#header .menu ul li a:hover {
	color: #444;
	border-bottom: solid 3px #444;
}

#main {
	padding-top: 17px;
	margin: 0px;
	background: url('/includes/images/curves.gif') no-repeat;
}

#content {
	background: #FFF;
	width: 640px;
	min-height: 400px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

#content .banner {
	height: 170px;
}

#content .banner .download {
	position: relative;
	top: -210px;
	right: -500px;
	width: 128px;
}

a.downloadjisho {
	background: url('/includes/images/download-top.png');
	width: 128px;
	height: 180px;
	display: block;
}

a.downloadjisho:hover {
	background-position: -128px 0;
}

a.downloadjishotouch {
	background: url('/includes/images/appstore-top.png');
	width: 128px;
	height: 180px;
	display: block;
}

a.downloadjishotouch:hover {
	background-position: -128px 0;
}

a.download-jisho {
	background: url('/includes/images/download.png');
	width: 128px;
	height: 128px;
	display: block;
}

a.download-jisho:hover {
	background-position: -128px 0;
}

a.download-jishotouch {
	background: url('/includes/images/appstore.png');
	width: 128px;
	height: 128px;
	display: block;
}

a.download-jishotouch:hover {
	background-position: -128px 0;
}

#content .column, #content .hcolumn {
	width: 300px;
	float: left;
}

#content .column .icon, #content .hcolumn .icon {
	float: left;
	top: 15px;
	position: relative;
}

#content .column p {
	float: left;
	width: 260px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content .screenshots {
	width: 320px;
	float: left;
	padding: 0px;
	border-right: 1px solid #EEE;
	margin: 5px 0px 5px 0px;
}

#content .screencast {
	margin: 5px 0px 5px 0px;
	width: 270px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#content .hcolumn p {
	float: left;
	width: 240px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content .column strong {
	color: #444;
}

#content .left {
	margin-right: 20px;
}

#content .right {
	margin-left: 20px;
}

#content .bordered {
	clear: both;
	border-top: solid 1px #EEE;
}

#content .center {
	text-align: center;
}

#content .downloadimage {
	float: left;
	width: 160px;
	text-align: center;
}

#content .downloadtext {
	float: left;
}

#content .product {
	width: 180px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 10px;
}

#footer {
	clear: both;
	padding: 20px 0px 15px 0px;
	text-align: center;
	font-size: 0.85em;
	font-family: helvetica;
}

.hide {
	display: none;
}

label {
	float: left;
	
}
select, textarea, input {
	float: right;
	
	
}

.clear {
	clear: both;
}

.center { 
	text-align: center;
	}
	
hr.spacer {
	margin: 10px 0px 30px 0px;	
	}