/* CSS Document */
@import url(../style_menu/m_oryl04/menu.css);
@import url(../style_contents/c_oryl04/contents.css);
@import url(../style_foot/f_gray04/foot.css);

#header {
	height:95px ;
	background :  url("img_l/header_bg.gif") no-repeat bottom ;
	border:0 }
	
/*　タイトル設定　*/

#header h1 {
	padding-top:10px ;
	color: #0063B8;}

#header h2 { 
	color: #333}	
	
#header a { color : #0063B8 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}

	
/* ★コンテンツ */

body { background: #FFFFE0 }

#container {
	border:0 ;
	background : url("img_l/body_bg.gif") 0 95px no-repeat ;
	}

#content {
	background:none ;
	}


/* ★メニュー */
	
#left #menu ul {
	margin-left:1px ;
	width:178px;
}
#left #menu li a{
	width:142px;
	}

#left #menu li.st a{
	width:140px;
	}



/* ★フッター */

#footer {
	margin : 0 0 0 1px ;
	width : 798px ;
	}



