/*
----------------------------------

AIKO

copyright 2007

----------------------------------
*/

@import url(defaults.css);
@import url(misc.css);

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background: #5c0203 url(../images/body-bg.jpg) top center repeat-x;
}

/*
----------------------------------

MODULES

----------------------------------
*/

#page, #content {
	width: 880px;
}

/*
----------------------------------

PAGE

----------------------------------
*/

#page {
	margin: 0 auto;
}

/*
----------------------------------

FLOWER

----------------------------------
*/

#flower {
	position: absolute;
	margin: 0 0 0 40px;
	z-index: 5;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	position: absolute;
	margin: 55px 0 0 375px;
	z-index: 15;
}

#header h1 {
	width: 332px;
	height: 109px;
	text-indent: -5000px;
	background: url(../images/header-title.gif) 0 0 no-repeat;
}

/*
----------------------------------

NAVIGATION (WRAPPER)

----------------------------------
*/

#navigation-bg {
	position: absolute;
	top: 170px;
	left: 0px;
	height: 44px;
	width: 100%;
	background: url(../images/navigation-bg.gif) top center no-repeat;
	z-index: 10;
}

#navigation {
	position: absolute;
	margin: 170px 0 0 390px;
	z-index: 20;
}

#navigation li {
	float: left;
	margin-left: 10px;
}

#navigation li a, #navigation li a:visited, #navigation li a:hover, #navigation li a:active {
	padding: 0 3px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 46px;
}

#navigation li.current a, #navigation li.current a:visited, #navigation li.current a:hover, #navigation li.current a:active {
	background-color: #5c0203;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#content {

}

#main {
	position: absolute;
	margin: 270px 0 0 70px;
	z-index: 30;
}

#left-column {
	float: left;
	width: 440px;
}

#right-column {
	float: left;
	width: 320px;
}

#tokyo_content {
	font-family: "Verdana", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Lucida Grande, sans-serif;
	position: absolute;
	z-index: 20;
}

a, a:visited, a:hover, a:active {
	color: #ffffff;
	font-size: 1.0em;
	/*line-height: 24px;*/
}

#tokyo_content li, ul {
	color: #ed1065;
}

#tokyo_content h1 {
	color: #ed1065;
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
}

#tokyo_content h2 {
	color: #FFFFFF;
	font-size: 1.2em;
}
