﻿/***********************************************************
*  Owner:      	Santa Fe Relocation K.K., Tokyo Japan
*  Title:      	Destination Guide | Tokyo 
*  Version:     screen media
*  CSS level:	2.1
*  Author:     	www.doko.com
*  Created:		02.02.2007 cd
*  Updated:    	04.15.2009 cd
************************************************************/

/* ---layout elements-------------------------------------*/
body
{
	margin: 0px 10px 10px 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#topsection
{
	height: 130px;
	background-image: url(images/SF.3.gif);
	background-color: black;
	background-repeat: no-repeat;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn { margin-left: 190px; }

#leftcolumn
{
	float: left;
	width: 190px;
	margin-left: -100%;
	background: #fff;
	padding-top: 9px;
	padding-bottom: 10px;
}

#footer
{
	clear: left;
	width: 100%;
	background: #336699;
	text-align: center;
	padding: 1px 0 1px 0;
}

.innertube { margin: 10px 0px 10px 10px; }

/* ---header-------------------------------------*/
#topsection h1
{
	padding: 100px 0px 0px 190px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

/* ---content-------------------------------------*/
#leftcolumn h1
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 4px;
	background-color: #E0CA21;
	text-align: center;
}

#contentcolumn h1
{
	font-size: 15px;
	font-weight: bold;
	color: #800000;
}

#contentcolumn h2
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-color: #808080;
	padding: 4px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#contentcolumn h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

#contentcolumn p
{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 5px 0;
}

#contentcolumn a { font-size: 12px; }

#contentcolumn li
{
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	margin-left: -10px;
}

/* ---table new-------------------------------------*/
table
{
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.noborder { border: none;
background-color: white;
line-height: 1.2;}

table th
{
	font-size: 10px;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #4C4C4C;
	color: #FFF;
	font-weight: normal;
}

table td
{
	font-size: 12px;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #DCFFF0;
	line-height: 1.5;
}

.alignright
{
	margin-top: 0;
	text-align: right;
	font-size: 10px;
}

/* ---links-------------------------------------*/
a:link
{
	color: #000080;
	background-color: transparent;
	text-decoration: underline;
}

a:visited
{
	color: #000080;
	background-color: transparent;
	text-decoration: underline;
}

a:hover
{
	color: black;
	background-color: #CF6;
	text-decoration: none;
}

/* ---footer-------------------------------------*/
#footer a
{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer p
{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

/* ---menu-------------------------------------*/
.suckerdiv ul
{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
	border-bottom: 1px solid #fff;
	background-color: #CCC;
}

.suckerdiv ul li { position: relative; }

.suckerdiv ul li ul
{
	position: absolute;
	width: 190px;
	/*sub menu width*/
	top: 0;
	visibility: hidden;
}

.suckerdiv ul li a
{
	display: block;
	overflow: auto;
	color: #000;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	border: 1px solid #fff;
	border-bottom: 0;
	font-size: 12px;
	background-color: #CCC;
}

.suckerdiv ul li a:visited
{
	color: black;
	text-decoration: none;
}

.suckerdiv ul li a:hover
{
	background-color: #336699;
	color: #fff;
	text-decoration: none;
}

.suckerdiv .subfolderstyle { background: url(images/arrow-list.gif) no-repeat center right; }

* html .suckerdiv ul li
{
	float: left;
	height: 1%;
}

* html .suckerdiv ul li a { height: 1%; }

/* ---breadcrumb-------------------------------------*/
.breadcrumb
{
	color: #000;
	font-size: 12px;
}

.breadcrumb a
{
	background: transparent url(images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px;
	/*adjust bullet image padding*/
	color: #000;
}

.breadcrumb a:visited, .breadcrumb a:active { color: #000; }
.breadcrumb a:hover { text-decoration: underline; }
