@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#F2E6CF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background::url(image/draft.jpg);
	background-position:center;
	background-position:top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:20px;
	background:; 
	padding: 0px 10px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigator {
	height:50px;
	width:760px;
	background:;  
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#home{
	float:left;
	height:18px;
	width: 118px;
	background:url(../image/line.png);
	background-repeat:no-repeat;
	padding: 32px 0px 0px 10px;  /* comment */
}
#maroubra{
	float:right;
	height:18px;
	width: 118px;
	background:url(../image/line.png);
	background-repeat:no-repeat;
	padding: 32px 0px 0px 10px;  /* comment */
}
#waterloo{
	float:right;
	height:18px;
	width: 118px;
	background:url(../image/line.png);
	background-repeat:no-repeat;
	padding: 32px 0px 0px 10px;  /* comment */
}
#eclub{
	float:right;
	height:18px;
	width: 118px;
	background:url(../image/line.png);
	background-repeat:no-repeat;
	padding: 32px 0px 0px 10px;  /* comment */
}
#contact{
	float:right;
	height:18px;
	width: 118px;
	background:url(../image/line.png);
	background-repeat:no-repeat;
	padding: 32px 0px 0px 10px;  /* comment */
}
#kokoroyalog{
	float:right;
	height:50px;
	width: 118px;
	background:url(../image/koroya_logo.png);
	background-repeat:no-repeat;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 760px;
	height: 780px;
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:;
}


/*Main picture*/
#mainPicContent{
	float:left;
	width:760px;
	height:225px;
}

#mainPic1{
	float:left;
	width:328px;
	height:225px;
}
#mainPic2{
	float:right;
	width:428px;
	height:225px;
}

/*Main Content*/
#containerColumn{
	width:760px;
	height:720px;
}
#columnHeader{
	width:760px;
	height:auto;
	padding: 0px 0px 0px 0px; 
}

#column1{
	float:left;
	width:240px;
	height:390px;
	 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
#column2{
	float:left;
	width:238px;
	height:390px;
	padding: 0px 20px 0px 20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
#column3{
	float:right;
	width:240px;
	height:390px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

/*Sub Content*/
#subContent{
	width:900px;
	height:70px;
}


#column4{
	float:left;
	width:240px;
	height:43px;
	background:url(../image/sushitrain_logo.png);
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
#column5{
	float:left;
	width:240px;
	height:43px;
	padding: 0px 20px 0px 20px; 
	background:url(../image/sushitrain_logo2.png);
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
#column6{
	float:left;
	width:240px;
	height:43px;
	background:url(../image/ko_logo.png);
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
#subCol4{
	float:right;
	width:125px;
	height:43px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
#subCol5{
	float:right;
	width:125px;
	height:43px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
#subCol6{
	float:right;
	width:125px;
	height:43px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	}



/*Footer*/
.oneColFixCtrHdr #footer {
	font-size:9px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}



/* Text Stlye Column 2*/

#h1Col2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#StyleTxCol2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4A250E;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}

/* Text class Stlye main navagator*/

.h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.Style1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4A250E;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
.onPage{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#F93;
}

.menu a{color:#000000;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; font-weight:bold; text-decoration:none; overflow:hidden;}
.menu a:visited{}
.menu a:hover{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight:;
	color:#C7BFAE;
	text-decoration:none;
	overflow:hidden;
} 

.oika a{color:#000000;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; font-weight:none; text-decoration:none; overflow:hidden;}
.oika a:visited{}
.oika a:hover{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight:;
	color:#999;
	text-decoration:none;
	overflow:hidden;
} 

.menu2 a{
	color:#000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:10px; font-weight:bold; 
	text-decoration:none; 
	overflow:hidden;}
.menu2 a:visited{}
.menu2 a:hover{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight:;
	color:#C7BFAE;
	text-decoration:none;
	overflow:hidden;
} 

