
/* トップページのみ */

#header {
	height:481px;
	color:#fff;
	/*border-top:2px solid #0c5fa3;*/
	background-image:url(http://odawara-jigyo-kyokai.jp/mt-static/themes/cycling/header.jpg);
}

#header-inner{height:440px;}

/*左common.cssファイルの部分で高さ調整されているのでここで上書き*/
#header #header-inner div.header-left{top:0px;}

/*右 common.cssファイルの部分で高さ調整されているのでここで上書き*/
#header #header-inner div.header-right{height:86px;}

#header ul.top-menu {position:relative;top:60px;}
* html #header ul.top-menu {position:absolute;top:450px;}

/* 上部とコンテンツの部分の隙間を空ける*/
#content{}
#content-inner{margin-top:20px;}

