/* CSS Document */
@import url(menu/menu.css);
@import url(contents/contents.css);
@import url(foot/foot.css);

body { background:#D8D3BF;}

#container {
	border:0 ;
	background:#fff;}

#header {
	background : url("img_l/header_bg.gif") no-repeat right bottom #FFF ;
	height:91px ;
	border:0 }


/*　タイトル設定　*/

#header h1 {
	color: #0063B8;}

#header h2 { 
	color: #333}	
	
#header a { color : #007361 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}


/* pagetop */
.pagetop { margin-right:30px ;}
	
.pagetop a {
	height:16px ;
	display:block ;
	background:url(img_l/pagetop01.gif) no-repeat right ;
	}
.pagetop a:hover {
	background:url(img_l/pagetop02.gif) no-repeat right ;
	}

.pagetop a span { display:none }
