@charset "UTF-8";

#contener{
background:#fffbf5;
}


/* header ******************************************/

#header{
background:url(../common/header_bg.gif) repeat-x;
text-align:center;
height:68px;
}

#header-contents{
position:relative;
width:950px;
height:65px;
overflow:hidden;
margin:0px auto;
}

#header h1{
width:377px;
float:left;
}

#header ul{
float:right;
}

#header ul li{
float:left;
display:block;
}

#header ul li a:link,
#header ul li a:visited{
font-size:11px;
color:#FFFFFF;
}
#header ul li a:hover{
color:#fff100;
}

ul#gmenu{
position:absolute;
bottom:0px;
right:0px;
}
ul#header-menu-other{
margin-right:10px;
}
ul#header-menu-other li{
height:24px;
line-height:22px;
background:url(../common/top_menu_maker.gif) no-repeat;
padding-left:10px;
margin-right:5px;
}

dl#header-menu-language {
position: relative;
z-index: 10;
float: right;
margin-top: 2px;
font-size: 10px;
line-height:1.1em;
color: #ffffff;
background:#b1000e url(../common/language_bg.gif) no-repeat right;
}
dl#header-menu-language dt {
float: left;
}
dl#header-menu-language dd {
float: left;
width: 135px;
padding: 1px 5px 0 0;
text-align: center;
}
dl#header-menu-language a {
color:#ffffff;
padding-bottom: 1px;
}
dl#header-menu-language a:link,
dl#header-menu-language a:visited{
text-decoration: none;
}
dl#header-menu-language a:hover{
text-decoration: underline;
}


/* main ******************************************/

#visual{
margin:0px auto;
background:#FFFFFF;
}

#contents{
background:url(../common/content_bg.gif) repeat-x;

}

#main{
clear:both;
padding-bottom:60px;
*padding-bottom:85px;
width:955px;
margin:0px auto;
position:relative;
top:45px;
}


#left-clumn{
width:632px;
float:left;
}




/* footer ******************************************/

#footer{
height:171px;
background:url(../common/footer_bg.gif) repeat-x;
background-position:0px 17px;
position:relative;
}

#footer-contents{
width:950px;
margin:0px auto;
padding-top:13px;
height:171px;
}

.pagetop{
width:950px;
height:17px;
margin:0px auto;
text-align:right;
}

#footer-m{
float:left;
width:700px;
margin-top:7px;
text-align:left;
}
ul.footer-menu{
clear:both;
width:650px;
margin-bottom:0px;
margin-left:0px;
}
ul.footer-menu li{
float:left;
font-size:11px;
border-right:1px solid #999999;
padding:0px 10px 0px 0px;
margin:0px 10px 3px 0px;
}
ul.footer-menu li a:link,
ul.footer-menu li a:visited,
p#copyright a:link,
p#copyright a:visited{
color:#a0a0a0;
}
ul.footer-menu li a:hover,
p#copyright a:hover{
color:#787878;
}


#footer-right{
float:right;
text-align:left;
width:184px;
}

p.footer-address,
p#copyright{
font-size:12px;
line-height:1.3em;
color:#a0a0a0;
}
p.footer-address{
margin:5px 0px 0px;
}

p.footer-address strong{
font-weight:normal;
font-size:14px;
}

p#copyright{
letter-spacing:-0.1em;
margin:10px 0px 0px;
clear:both;
font-size:10px;
line-height:1.3em;
}

a.blue-link:link,
a.blue-link:visited{
text-decoration:underline;
color:#2f8efa;
}
a.blue-link:hover{
color:#2F7CD4;
}