/*
-----------------------------------------------
travel-db.net Index Page
Target:		/html/index.htm
Author:		Harry Nakayama
Version:	2015/01/05
----------------------------------------------- */
/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *   - select
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *   - .tooltip
 *   - div.divSubmit, input[type="submit"]
 *   - div.header, div.header div.cancel
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + #backgroundPatternId
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base2.css");


/*
===============================================
Elements
=============================================== */
body {
	background-color:#D6CCAD;
	background-image:none;
	color:#FFFFFF;
}

a:link, 
a:visited	{
	color:#FF0;
}
a:hover	{
	color:#FC0;
}


/*
===============================================
Classes
=============================================== */
.wrapper	{
	width:910px;
}


/*
===============================================
header
=============================================== */
#language	{
	float:right;
}
header > div	{
	height:52px;
}
h1	{
	width:220px;
	height:32px;
	margin:10px 0;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url("/img/index/logo.png");
	text-decoration:none;
	text-indent:-10000px;
}
header nav:nth-child(n+2) ul	{
	margin-left:-0.85em;
}


/*
===============================================
Main Content
=============================================== */
#map	{
	width:100%;
	height:580px;
	margin:20px auto;
	background-color:#39F;
}


/*
===============================================
footer
=============================================== */
footer .copy	{
	width:100%;
	text-align:right;
}
#siblings	{
	width:250px;
	margin-top:20px;
	float:right;
}
#siblings ul li	{
	text-align:right;
}
