/* Stylesheet for the www.horikocapital.com site */
/* Copyright Horiko Capital Management LLC All Rights Reserved. */

body {
	background-color: #ffffff;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}

body.sub {
	background-color: #ffffff;
	background-image: url(images/bg_sub.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}

a:link {
	color: #000066;
	text-decoration: none;
	}
	
a:visited {
	color: #999999;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ff6600;
	text-decoration: underline;
	}

h1.center, h2.center {
	text-align: center;
	}

h1 {font-size: 24px;
	font-weight: bold;
	}

h2 {font-size: 18px;
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
	}
	
h4 {font-size: 12px;
	font-weight: normal;
	color: #ff6600;
	margin: 5px;
	}


th {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	}

td {
	font-size: 11px;
	line-height: 150%;
	vertical-align: top;
	}
	
caption {
	font-size: 12px;
	font-weight: bold;
	}
	
table.default {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	}

dt.navy {
	font-size: 10px;
	color: #000066;
	}
	
dd {
	margin-left: 80px;
	margin-top: -18px;
	}

dd.wide {
	margin-left: 150px;
	margin-top: -18px;
	}

em {
	font-style: normal;
	font-weight: bold;
	}
	
address {
	text-align: center;
	margin-bottom: 50px;
	}
	
br.clear {
	clear: both;
	}

p.center {
	text-align: center;
	}

img {
	border: none;
	}

img.logo{
	position: absolute;
	left: 10px;
	top: 10px;
	}
	
img.lang{
	position: absolute;
	left: 680px;
	top: 30px;
	}
	
img.url{
	position: absolute;
	left: 630px;
	top: 70px;
	}

/* span elements */

span.red {
	color: #ff0000;
	}
	
span.nav {
	font-size: 24px;
	}

/* div elements */

div.header1 {
	width: 760px;
	height: 70px;
	background-color: #ffffff;
	}
	
div.header2 {
	width: 760px;
	height: 80px;
	background-color: #003366;
	border-top: solid;
	border-bottom: solid;
	border-width: 15px;
	border-color: #cccccc;
	}
	
div.menu {
	position: absolute;
	width: 180px;
	top: 180px;
	left: 0px;
	line-height: 0px;
	}

div.submenu {
	position: absolute;
	width: 180px;
	top: 320px;
	left: 0px;
	line-height: 0px;
	}
	
div.contents {
	position: absolute;
	width: 530px;
	top: 200px;
	left: 200px; 
	font-size: 12px;
	line-height: 150%;
	}

div.subcontents {
	position: absolute;
	width: 530px;
	top: 200px;
	left: 115px; 
	font-size: 12px;
	line-height: 150%;
	}
	
div.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 50px;
	}

div.right{
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	}