
/*
===============================================

base ‹¤’Ê center position not remake
----------------------------------------------- */



body {
	width: 680px ;
	height: auto ;
	background-color: #fff;
	margin-top: 0px;
	margin: 0 auto;
	margin-left: 60px;
    text-align: left;
 
}


#body { 
   margin-right: 0 auto; 
   margin-left: 0 auto; 
   text-align: center; 
} 

#header {

   margin-right: 0 auto; 
   margin-left:  0 auto; 
   width: 680px;
   height: 45px; 
    text-align: center;  
   	background-color: #e6eeff;
} 



#footer {   

	margin: 0 auto;
	margin-top:  25px;
	text-align: left;
    width: 680px;   
    height: 45px;   
    background-color: #E4EAF6; 
    border-top: 1px solid  #DBDFE7;
    border-right: 1px solid  #DBDFE7;
    border-bottom: 1px solid  #DBDFE7;
    border-left: 1px solid #DBDFE7;
	border: 1px solid;  
    z-index: 2; 
}

#box{
width: 680px;
   height: auto;
   float: center;
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: 0px;
   margin-right: 0px;      
   border-top: 1px solid  #C8CCCF;
   border-right: 1px solid  #C8CCCF;
   border-bottom: 1px solid  #C8CCCF;
   border-left: 1px solid #C8CCCF;
   /*width: 680px;
   height: auto;
   float: center;
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: 8px;
   margin-right: 8px;
    border-top: 1px solid  #C8CCCF;
    border-right: 1px solid  #C8CCCF;
    border-bottom: 1px solid  #C8CCCF;
    border-left: 1px solid #C8CCCF;*/
}

#box2{
width: 680px;
   height: auto;
   float: center;
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: 0px;
   margin-right: 0px;
   
   background-image: url("../work/images/back_3.gif");
    border-top: 1px solid  #2A2F36;
    border-right: 1px solid  #2A2F36;
    border-bottom: 1px solid  #2A2F36;
    border-left: 1px solid #2A2F36;
   /*width: 680px;
   height: auto;
   float: center;
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: 8px;
   margin-right: 8px;
   
   background-image: url("../work/images/back_3.gif");
    border-top: 1px solid  #2A2F36;
    border-right: 1px solid  #2A2F36;
    border-bottom: 1px solid  #2A2F36;
    border-left: 1px solid #2A2F36;*/
}



#main{
	width: 455px;
	height: auto;
	float: left;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 4px;
    border-top: 1px solid  #CCCCCC;
    border-right: 1px solid  #CCCCCC;
    border-bottom: 1px solid  #CCCCCC;
    border-left: 1px solid #CCCCCC;
	background-color: #FEFFF6;
}

#main_2{
	width: 600px;
	height: auto;
	float: center;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 4px;
    border-top: 0px solid  #CCCCCC;
    border-right: 0px solid  #CCCCCC;
    border-bottom: 0px solid  #CCCCCC;
    border-left: 0px solid #CCCCCC;
	background-color: #F6FFFE;
}


#right{
	width: 200px;
	height: auto;
	float: right;
	margin-left: 2px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid  #CADCE7;
    border-right: 1px solid  #CADCE7;
    border-bottom: 1px solid  #CADCE7;
    border-left: 1px solid #CADCE7;
	border: 1px solid;
	background-color: #D8EAF5;

}

a:active { text-decoration: none; color:#1b1b1b; }
a:hover { text-decoration: none; color:#1b1b1b; }
a:link { text-decoration: none; color:#1b1b1b; }
a:visited { text-decoration: none; color:#1b1b1b; }


/*
===============================================

base ‹¤’Ê Background
----------------------------------------------- */


.line{
 background-color:transparent;
 background-image: url("../top/line.gif");
 background-position-x:center;
 background-repeat:repeat-x;
}
.dot{
 height: 1px;
 width : 445px;
 background-color:transparent;
 background-image: url("../top/dot.gif");
 background-position-x:center;
 background-repeat:repeat-x;
}

#tbg{
 
 margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
 background-color:transparent;
 	background-color: #EBF5FF;
 background-position-x:center;
 background-repeat:repeat-x y;
}
