/*-----------------------------------------
Common.css
-----------------------------------------*/
/*-----------------------------------------
Container.css
-----------------------------------------*/

#Container_bg{
background:url(../img/head_bg.gif) repeat-x;
background-color: #FCFBF2;
}

#Container_bg #Container{
width:720px;
margin-left:auto;
margin-right:auto;

}

#Container_bg #Container:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}


/*--------------------------
Head
---------------------------*/

#Container_bg #Container #Head_sbg{
background:url(../img/head_sbg.gif) no-repeat;
width:720px;
height:74px;
}

#Container_bg #Container #Head_sbg #Logo{
	float:left;
}

#Container_bg #Container #Head_sbg #Head_right{
	float:right;
}

#Container_bg #Container #Head_sbg #Head_right #btn{
padding-top:36px;
padding-bottom:8px;
}


/*-----------------------------------------
Container2.css
-----------------------------------------*/

#Container_bg2{
background:url(../img/head_bg2.gif) repeat-x;
background-color: #FCFBF2;
}

#Container_bg2 #Container{
width:720px;
margin-left:auto;
margin-right:auto;
}

#Container_bg2 #Container:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}


/*--------------------------
Head2
---------------------------*/

#Container_bg2 #Container #Head_sbg{
background:url(../img/head_sbg2.gif) no-repeat;
width:720px;
}

#Container_bg2 #Container #Head_sbg #Logo{
	float:left;
}

#Container_bg2 #Container #Head_sbg #Head_right{
	float:right;
}

#Container_bg2 #Container #Head_sbg #Head_right #btn{
padding-top:36px;
padding-bottom:8px;
}




/*--------------------------
Foot
---------------------------*/

#Foot_bg{
background:url(../img/foot_bg.gif) repeat-x;
}

#Foot_bg #Foot_sbg{
background:url(../img/foot_sbg.gif) no-repeat;
width:720px;
height:66px;
margin-left:auto;
margin-right:auto;
}

#Foot_bg #Foot_sbg #Foot_navi{
font-size:10px;
text-align:center;
padding-top:8px;
}

#Foot_bg #Foot_sbg #p1{
font-size:10px;
text-align:center;
padding-top:8px;
}


#Foot_bg a{color:#125AA7;text-decoration:none;}
#Foot_bg a link{color:#666666;text-decoration:none;}
#Foot_bg a:visited{color:#125AA7;text-decoration:none;}
#Foot_bg a:hover{color:#666666; text-decoration:none;}
#Foot_bg a:active{color:#666666; text-decoration:none;}





