/* BASE.CSS Document */

/* ------------------------------------------------------------------
 1.  Reset
------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6
{font-size: 100%;}

ol, ul
{list-style: none;}

address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

table
{border-collapse: collapse; border-spacing: 0;}

fieldset, img
{border: 0;}

caption, th
{text-align: left;}

dl, ul, ol {
list-style-type: none;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
color: #666666;
SCROLLBAR-FACE-COLOR: #ffa0a0; SCROLLBAR-ARROW-COLOR: #fff8f0;

}

div#wrap {
width: 100%;
}

div#header div#content div#site_info {
width: 100%;
}

/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #FF0000;
}

