/***********************************************/

body {
  font-family: "‚l‚r ‚oƒSƒVƒbƒN,Osaka";
  font-size: 11pt;
  color: #336666;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #E6E6E6;
}

#all {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	width: 873px;
	background-color: #E6E6E6;
	background-attachment: fixed;
	scrollbar-face-color: #dddddd;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-darkshadow-color: #cccccc;
	}

  /*----*/
  a:link { color: blue;}
  a:visited { color: #660033;}
  a:hover { color: #99FF99;}
  a:active { color: #FFFFFF;}
  
  /*-- h --*/
  h1.title {
	font-family: Times New Roman,Times,serif;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
}
  h2.title {
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  }

/*********************************************/

.navi {
	font-size: 0.9em;
	color: #FFFFCC;
	vertical-align: middle;
	margin-right: 12px;
	margin-left: 12px;
	position: relative;
	z-index: 2;
	top: 0px;
	background-color: #FFFFFF;
}

.navi a {
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	height: 16px;
	width: 84px;
	background-color: #9999FF;
	display: block;
}

.navi a:hover {
	color: #FFFFCC;
	background-color: #000099;
}

.navi span {
	color: #FFFFCC;
	text-align: center;
}

.navi a:visited {
	color: #FFFFCC;
}

.submenu {
	visibility: hidden;
	position: absolute;
	left: 0px;
	}
	
.submenu a {
	text-align: center;
	border-top: 1px solid #FFFFFF;
	width: 84px;
	background-color: #CCCCFF;
	}
	
	/*-- Home --*/
	#home {
	position: absolute;
	top: 0;
	left: 0;
	}
	
	/*-- Profile --*/
	#profile {
	position: absolute;
	top: 0;
	left: 84px;
	}
	
	/*-- Diary --*/
	#diary {
	position: absolute;
	top: 0;
	left: 169px;
	}
	
	/*-- Noel's trip --*/
	#trip {
	position: absolute;
	top: 0;
	left: 252px;
	}
	
	/*-- Nole's Album --*/
	#album {
	position: absolute;
	top: 0;
	left: 336px;
	}
	
	/*-- tourist --*/
	#tourist {
	position: absolute;
	top: 0;
	left: 420px;
	}
	
	/*-- blog --*/
	#blog {
	position: absolute;
	top: 0;
	left: 504px;
	}
	
	/*-- quilt --*/
	#quilt {
	position: absolute;
	top: 0;
	left: 589px;
	}
	
	/*-- links --*/
	#links {
	position: absolute;
	top: 0;
	left: 672px;
	}

	/*-- Shop --*/
	#shop {
	position: absolute;
	top: 0;
	left: 755px;
	}
	
	/*-- Title --*/
	#title {
	margin-right: 1em;
	margin-left: 1em;
	}
