/* CSS document - body, container, menu area */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /* for IE */
}
#container {
	height: 99%;
	width: 99%;
	background-color: #FFF;
	margin: 0 auto;
	text-align:left;
}


/* menu area
........................................*/
#menu {
	background-color: #FFF;
	float: left;
	width:30%;
}

/* yumi hamano graphic design */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-left:30px;
	padding:50px 0 30px 0;
	letter-spacing: 0.13em;	
}
h1 a {
	color:#900;
	text-decoration:none;
}
h1 a:hover {
	color:#666;
}
h1 a span {
	color:#666;
}
h1 a:hover span {
	color:#900;
}

/* nav1 - rollover dots */
#nav1 {
	margin-left:15px;
	padding: 0 20px 0 0;
}
#nav1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type:none;
	letter-spacing: 0.07em;
	float:left;
}
#nav1 a {
	display: block;
	background-image: url(images/dot_cccccc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 80px;
	padding-top: 65px;
	padding-bottom: 5px;
	text-decoration:none;
	color: #666;
	text-align: center;
}
#nav1 a:hover {
	color:#900;
}
#nav1 .ad a:hover {
	background-image: url(images/dot_ad.jpg);
}
#nav1 .print a:hover {
	background-image: url(images/dot_print.jpg);
}
#nav1 .logo a:hover {
	background-image: url(images/dot_logo.gif);
}
#nav1 .web a:hover {
	background-image: url(images/dot_web.jpg);
}
#nav1 .misc a:hover {
	background-image: url(images/dot_misc.jpg);
}

/* nav1 - current page */
body#ad .ad a, body#ad2 .ad a, body#ad3 .ad a {
	background-image: url(images/dot_ad.jpg);
	cursor:default;
}
body#print .print a {
	background-image: url(images/dot_print.jpg);
	cursor:default;
}
body#logo .logo a, body#logo2 .logo a, body#logo3 .logo a {
	background-image: url(images/dot_logo.gif);
	cursor:default;
}
body#web .web a {
	background-image: url(images/dot_web.jpg);
	cursor:default;
}
body#misc .misc a {
	background-image: url(images/dot_misc.jpg);
	cursor:default;
}

/* nav2 - text nav */
#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing:0.07em;
	padding:30px 0 0 30px;
	margin:0px;
	clear:left;
}
#nav2 li {
	list-style-type:none;
}
#nav2 a {
	line-height:3em;
	text-decoration:none;
	color: #900;
}
#nav2 a:hover {
	color: #666;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* for IE/Mac */
.clearfix {display: inline-block;}  
/*if IE*/
.clearfix {
zoom: 1;     /* triggers hasLayout */
display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */
