/**************************************************************************************** general */

body {
	color: #800000;
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	background-color: #ffffee;
	overflow: hidden;
	padding-left: 200px;
	padding-top: 100px;
	}
	
a:link 		{ color:#0000ee; text-decoration: underline; }
a:visited 	{ color:#0000ee; text-decoration: underline; }
a:active 	{ color:#0000ee; text-decoration: underline; }
a:hover 		{ color:#dd0000; text-decoration: underline; }

img {
	border: 0px solid #800000;
	}

table {
	border: 0px solid #800000;
	}

td {
	border: 0px solid #800000;
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	}

tr {
	border: 0px solid #800000;
	}

hr {
	height: 0px;
	border-width: 0px;
	border-top: 1px solid #800000;
	}

h1 {	color: black; text-align: center; }
h2 { color: black; text-align: left; }
h3 { color: black; text-align: left; }

input {
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial;
	}

textarea {
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	}

select {
	color: white;
	font-size:12px;
	background-color: black;
	font-family: Verdana, Helvetica, Arial;
	}

ul {
	}
li {
	}
	
/**************************************************************************************** content */

div.content-out {
	z-index: 0;
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 170px;
	bottom: 0px;
	height: 100%;
	padding: 0px;
	}
div.content-in {
	z-index: 1;
	margin: 20px;
	margin-top: 50px;
	height: 70%;
	overflow: visible;
	}

.border {
	border: 1px solid #800000;
	margin: 10px;
	padding: 5px;
	}

/******************************************************************************************* menu */

a.menu 	{ padding: 2px; }
a.menu_active 	{ padding: 2px; font-weight: bold; }

div.menu-out {
	z-index: 2;
	width: 170px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	}
div.menu-in {
	z-index: 3;
	margin-top: 160px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 15px;
	}

hr.menu {
	border-color: gray;
	border-width: 0px;
	}

div.category {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #f0e0d6;
	}
div.rubric {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	}

div.other {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}
div.other:hover {
	background-color: #f0e0d6;
	}

/*************************************************************************** logo, signet & title */

a.signet {
	z-index: 6;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 170px;
	height: 140px;
	background-image: url('yotsuba/signet.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	}
a.signet:hover {
	background-image: url('yotsuba/signet_hover.jpg');
	}

a.logo {
	}

font.title {
	z-index: 4;
	position: absolute;
	top: 10px;
	left: 190px;
	font-family: Times New Roman, Times;
	font-weight: normal;
	font-size: 30px;
	color: #800000;
	font-weight: bold;
	}
	
/****************************************************** terms & condition / copyright information */
/******************************************************************************* disclaimer, info */

div.conditions {
	z-index: 29;
	padding: 7px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 400px;
	border: 1px solid #800000;
	background-color: #f0e0d6;
	}

div.disclaimer {
	z-index: 28;
	padding: 7px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 35px;
	width: 450px;
	border: 1px solid #800000;
	background-color: #f0e0d6;
	}

div.info {
	z-index: 27;
	padding: 7px;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	left: 5px;
	width: 250px;
	border: 1px solid #800000;
	background-color: #f0e0d6;
	}


/**************************************************************************************** rubrics */

div.stock {
	position: absolute; top: 0px; left: 190px; z-index: 10;
	height: 100%; max-height: 800px; max-width: 800px;
	border: 0px solid white; background-color: black;
	vertical-align: top; text-align: right;
}

iframe {
	position: absolute; bottom: 0px; right: 0px; z-index: 10;
	height: 100%; width: 85%; border: 0px;
}
