@charset "utf-8";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


object, embed {  
    vertical-align: top;  
}


html {
    overflow-y: scroll;
}
/********************/
/********************/
html {
	height: 100%;
}


body {
	height: 100%;
    color: #333333;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: url(../images/background2_right.gif) 100% 100% no-repeat fixed #fff5fa;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
    color: #CC0000; 
	
	text-decoration: underline;
}

a:hover {
    color: #006600;
	text-decoration: none;
}


a:active {
    color: #0099FF;
	text-decoration: underline;
}



/**************/
/***** ID *****/
/**************/
div#containerLeft {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 10px;
	background: url(../images/background2_left.gif) 0 100% no-repeat fixed;
}


body > div#containerLeft {
	height: auto;
}


div#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
}


p#copy {
	margin-top: 7px;
	font-size: 10px;
	text-align: right;
	float: right;
}



/*****************/
/***** CLASS *****/
/*****************/


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
 
