/* CSS Document */
@import url(../style_menu/m_oryl02/menu.css);
@import url(../style_contents/c_oryl02/contents.css);
@import url(../style_foot/f_oryl02/foot.css);

#header {
	height:85px ;
	border-bottom:1px solid #666 ;
	background : none; 
	}	

/*　タイトル設定　*/

#header h1 {
	padding-top:10px ;
	color: #FD6602;}

#header h2 { 
	color:#555}	
	
#header a { color : #FD6602 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}


	
/* ★コンテンツ */

body { background: #FFFFE0 }

#container {
	border:0 ;
	background : url("img_l/body_bg.gif") 0 85px no-repeat ;
	}

#shadow { background:none }

#content {
	background:none ;
	}


/* ★メニュー */
	
#left #menu ul {
	margin-left:1px ;
}
#left #menu li a{
	width:141px;
	}

#left #menu li.st a{
	width:141px;
	}



/* ★フッター */

#footer {
	margin : 0 0 0 1px ;
	width : 798px ;
	}


