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

* print Style Sheet {


* last update 2010/07/01
* author : ;

}


--------------------------------
 Contents

1. Reset
2. Structure


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

/* ==========================================================================================================

 1. Reset
 
============================================================================================================*/

body {
background: #FFFFFF;
font-size: 12px;
color: #000000;
}


/* ie6 hack */
* html body {
zoom: 0.6;
}

a:link,
a:visited {
text-decoration: underline;
color: #000000;
}

img {
border: none;
}


#sitemapInner {
background-color:#e5f0ff;
background-image:none;
}

