/*--------------------------------------------------
index.css
----------------------------------------------------*/
/*-----------------------------------------
Container.css
-----------------------------------------*/

#Container_all{
background:url(../img/head_bg.gif) repeat-x;
}

#Container_all #Container{
width:800px;
margin-left:auto;
margin-right:auto;
text-align: left;
}

#Container_all #Container:after{
content: "";
display: block;
clear: both;
height:10px;
overflow: hidden;
}



#Container_all #Container #leftright #Left h2{
margin-bottom:10px;
}

#Container_all #Container #leftright #Left #Gree{
	background-image: url(../../img/gree_bg1.gif);
	background-repeat: no-repeat;
	width: 578px;
	margin-top:18px;
	line-height:1.7em;
}

#Container_all #Container #leftright #Left #Gree #gree1{
width:530px;
height:182px;
font-size: 12px;
}

#Container_all #Container #leftright #Left #Gree #gree1 p{
padding-left:22px;
padding-top:7px;
}

#Container_all #Container #leftright #Left #Gree #gree2{
width:530px;
height:180px;
font-size: 12px;
}

#Container_all #Container #leftright #Left #Gree #gree2 p{
padding-left:22px;
padding-top:10px;
}

#Container_all #Container #leftright #Left #Gree #gree3{
width:530px;
height:140px;
font-size: 12px;
}

#Container_all #Container #leftright #Left #Gree #gree3 p{
padding-left:22px;
padding-top:5px;
}


#Scrollsell dl,
#Scrollsell dl dt,
#Scrollsell dl dd{display: block;}
#Scrollsell dl{
	position: relative;
	width: 575px;
	height:100px;
	overflow-y: auto;
scrollbar-arrow-color:#999999 ;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-3dlight-color:#cccccc;
scrollbar-darkshadow-color:#cccccc;
scrollbar-track-color:##cccccc;
}
#Scrollsell dl *{line-height: 1.4;}
#Scrollsell dl dt{
	font-weight: bold;
	margin-top: 5px;
}
#Scrollsell dl dd{padding-bottom: 20px;}


