@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
img{
border:none;
}
html {
height:100%;
}
body{
height:100%;
background-color:#404040;
text-align:center;
}

a:link{
color:#D42752;
text-decoration:none;
}
a:visited{
color:#D42752;
text-decoration:none;
}
a:hover{
color:#D42752;
text-decoration:underline;
}




#container{
width:900px;
min-height: 100%;
height: auto !important;
/*height:100%;*/
/*border-left:1px solid #E0DAAB;*/
background:#FFFCE8 url(/common/img/cont_bg.jpg) repeat-y;
margin:auto;
}
#header{
width:900px;
height:150px;
background: url(/common/img/head_img.jpg) no-repeat;
text-align:left;
}
#header h1{
display:none;
}
#navi{
width:231px;
min-height: 100%;
height: auto !important;
height:100%;
float:left;
background: url(/common/img/nav_bg.jpg) no-repeat;
}
#navi ul{
list-style-type:none;
margin-left:20px;
}

#navi li{
margin-top:5px;
}

#main{
width:669px;
min-height: 100%;
height: auto !important;
height:100%;
float:left;
background:#FFFCE8 url(/common/img/main_bg.jpg) bottom right no-repeat;
text-align:left;
}

#footer{
width:649px;
color:#D42752;
font-size:12px;
float:left;
padding-right:20px;
}

#footer ul{
list-style-type:none;
text-align:right;
padding-top:100px;
padding-bottom:5px;
font-size:10px;
}
#footer ul li{
display:inline;
}
#footer address{
text-align:right;
padding-top:5px;
padding-bottom:5px;
font-style:normal;
}

#footer a:link{
color:#D42752;
text-decoration:none;
}
#footer a:visited{
color:#D42752;
text-decoration:none;
}
#footer a:hover{
color:#D42752;
text-decoration:underline;
}



.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

