html, body {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			font-size: 10pt;
			background-image: url("image/back.gif");
			background-color: #EFF3F8;
			scrollbar-base-color: #F0F0F0;
			scrollbar-track-color: #F0F0F0;
			scrollbar-face-color: #F0F0F0;
			scrollbar-shadow-color: #336699;
			scrollbar-darkshadow-color: #F0F0F0;
			scrollbar-highlight-color: #F0F0F0;
			scrollbar-3dlight-color: #336699;
			scrollbar-arrow-color: #336699;
			}
			
h1 {
    font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	}

h2 {
    font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 14pt;
	letter-spacing: 0.05em;
	}

h3 {
    font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 14pt;
	letter-spacing: 0.05em;
	}

a:link {
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}


.main {
	width: 1000px;
	background-image: url("image/back.png");
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: center;
}

.copyright {
            font-size: 10pt;
			font-weight: normal;
			color: #666666;
			letter-spacing: 0.05em;
			}

.text01 {
         font-size: 10pt;
		 font-weight: normal;
		 color: #333333;
		 line-height: 14pt;
		 letter-spacing: 0.05em;
		 }

.text02 {
         font-size: 10pt;
		 font-weight: normal;
		 color: #333333;
		 line-height: 12pt;
		 letter-spacing: 0.02em;
		 }

.text03 {
         font-size: 12pt;
		 font-weight: bold;
		 color: #CC0000;
		 line-height: 12pt;
		 letter-spacing: 0.02em;
		 }
		 
.text04 {
         font-size: 10pt;
		 font-weight: normal;
		 color: #333333;
		 line-height: 20pt;
		 letter-spacing: 0.05em;
		 }
		 
.text_small {
             font-size: 10pt;
			 font-weight:normal;
			 color: #CC0000;
			 line-height: 15pt;
			 letter-spacing: 0.05em;
			 }

.big_red {
          font-size: 14px;
		  font-weight: bold;
		  color: #FF0000;
		  line-height: 14pt;
		  letter-spacing: 0.05em;
		  }

.text_sw {
          font-size: 10pt;
		  font-weight: bold;
		  color: #FFFFFF;
		  }

div#container {
               width: 185px;
			   margin: 7px;
			   border: 1px #666666 solid;
			   padding: 5px;
			   }
	
div#usedcar {
             width: 300;
			 margin: 5px;
			 border: 1px #CCCCCC solid;
			 padding: 3px;
			 }
			 
div#usedcar_s {
             width: 200;
			 margin: 5px;
			 border: 1px #CCCCCC solid;
			 padding: 3px;
			 }
			   
div#box {
         width: 180px;
       	 background-color : #DAE4EF;
		 padding: 3px;
		 font-size: 10pt;
		 font-weight: normal;
		 color: #333333;
		 line-height: 14pt;
		 letter-spacing: 0.05em;
		 }
	
div#topcontainer {
                  width: 180px;
				  margin: 6px;
				  border: 1px #666666 solid;
				  padding: 5px;
				  background-color : #FFFFFF;
				  padding: 3px;
				  font-size: 10pt;
				  font-weight: normal;
				  color: #333333;
				  line-height: 14pt;
				  letter-spacing: 0.05em;
				  }
				  
				  
				  