* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
img {
	border: none;
	}

h1 {
	margin-bottom: 20px;
	font-size: 1.4em;
	color: #FFCC66;
	}

.menu_title {
	margin-top: 20px;
	margin-left: 200px;
	font-size: 1.2em;
	color: #CC9933;
	text-decoration: underline;
	float: center;
	}
.menu_title_sub {
	margin-top: 20px;
	margin-left: 200px;
	color: #FFFFFF;
	float: center;
	}
	
.menu_title 2{
	margin-top: 20px;
	margin-left: 100px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: underline;
	float: center;
	}
	
.menu_title_sashimi{
	margin-top: 20px;
	margin-left: 50px;
	font-size: 1.2em;
	color: #CC9933;
	text-decoration: underline;
	float: center;
	}
.white {
	font-size: 0.8em;
	color: #999999;
	}

h2 {
	font-size: 1.2em;
	color: #CC9933;
	}
	
h3 {
	margin-top: 10px;
	font-size: 1.0em;
	}

.orange {
	color: #FFCC00;
	}

.grey {
	font-size: 13px;
	color: #999999;
	}

.bold {
	font-weight: bold;
	}

/* container */

#container {
	width: 800px;
	margin: 15px auto;
	background-image: url(images/bg.jpg);
	}
	
#menucontainer {
	width: 540px;
	margin: 0px 0px 0px 0px;
	}
	
/* left */

#left {
	width: 200px;
	float: left;
	}

#logo {
	background-image: url(images/left_top.jpg);
	width: 200px; 
	height:135px;
	}
	
#logo img {
	position: relative;
	top: -10px;
	left: 47px;
	}

.left_bottom {
    background-color: #996633;
    background-image: url("images/left_bottom.jpg");
    background-repeat: no-repeat;
    font-size: 12px;
    height: 197px;
    padding-top: 5px;
    width: 200px;
    }
    
.left_bottom a {
    color: #300;
    }

/* header */

#header {
	width: 600px;
	height: 80px;
	float: right;
	}

/* main */

#main {
	float: right;
	width: 600px;
	color: #ffffff;
	}

#main a {
	color: #FFFFCC;
	text-decoration: none;
	}

#main a:hover {
 	text-decoration: underline;
	}
	
#flash1	{
	width: 600px;
	height: 330px;
	}

#flash2	{
	width: 600px;
	height: 200px;
	}

#phrase	{
	width: 600px;
	height: 53px;
	}

#submenu {
	margin: 20px 20px 0 20px;
	}

#contents {
	width: 520px;
	padding: 40px 0px 0px 40px;
	}

#whatsnew {
	width: 560px;
	height: 134px;
	margin: 15px 20px;
	background-image: url(images/whatsnew_bg.jpg);
	background-repeat: no-repeat;
	}

#whatsnew_list {
	width: 500px;
	margin: 10px;
	}

#whatsnew_list table tr td {
	padding-top: 10px;
	}
	
#whatsnew_list table li  {
	margin-left: 20px;
	list-style: circle;
	}

	
.indent {
	margin-left: 0px;
	margin-right: 0px;
	}

.gototop {
	width: 520px;
	text-align: right;
	}

.clear {
	clear: both;
	}

/* footer */

#footer {
	clear: both;
	width: 800px;
	height: 60px;
	}


