@charset "UTF-8";
/* CSS Document */

body,
html{  
    height: 100%;  
}
body{
	margin:0;
	padding:0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height:130%;
  }
  
h1,h2,h3,h4,div,p{
	margin:0;
	padding:0;
	}
	
ul,li,dl,dt,dd{
	list-style:none;
	margin:0;
	padding:0;
	}
  
a,
a:link {
  color: #C49E57;
  text-decoration: none;
	}
a:visited {color: #C49E57;}
a:hover {color: #C49E57;text-decoration: underline;}
a:active {color: #C49E57;text-decoration: underline;}

a img {border:none;}

#contents li img{
	vertical-align:bottom;
	}	

#contents .rightmargin0{margin-right:0px;}	
#contents .clear{clear:both;}

/**/

#container{
	width: 100%;  
	background:url(../images/common/bg_head.gif) repeat-x top;
    position: relative;
    height: 100%;
    min-height: 100%;
	}
body > #container {
        height: auto;
}

#contents {
        padding-bottom: 50px;
}

#header{
	width:930px;
	height:128px;
	margin:0 auto;
	position:relative;
	}
#header li{
	display:table-cell;
	*display:inline;
	*zoom:1;
	}
#header p{
	position:absolute;
	top:32px;
	left:837px;
	}
	
/**/
	
#panNavi{
	width:930px;
	height:25px;
	background:url(../images/common/bg_pan.jpg) no-repeat;
	margin:3px auto;
	font-size:0.769em;
	}
#panNavi li{
	display:table-cell;
	*display:inline;
	*zoom:1;
	padding:5px;
	}
#panNavi a{
	background:url(../images/common/ic_pan_arrow.gif) right no-repeat;
	padding-right:20px;
	}

/**/

#contents{
	width:930px;
	margin:10px auto 0 auto;
	position:relative;
	}
	
.bg{
	background:url(../images/common/bg_side.gif) repeat-y;
	}
	
/**/
#sideMenu{
	width:210px;
	padding-top:5px;
	position:absolute;
	top:0;
	left:0;
	}
#sideMenu ul{
	margin:0 5px;
	padding-bottom:5px;
	border:1px solid #d6d6d6;
	background:#fff;
	}
#sideMenu li{
	background:url(../images/common/bg_side_menu.gif) no-repeat bottom;
	padding-bottom:1px;
	}
#sideMenu .noBg{
	background:#fff;
	}
#sideMenu li img{
	vertical-align:bottom;
	}
	
/**/
#rightContents{
	width:700px;
	margin-left:230px;
	margin-bottom:20px;
	}
	
	
/**/

#footer {  
    background:url(../images/common/bg_footer.jpg) #C6A566 center top no-repeat;  
    width: 100%;
	height:50px;
    position: absolute;
    bottom: 0;
	padding:0;
}  

#footer p{  
    width:930px;
	margin:0 auto;
} 
