/************************************************** PHPをcssとして動作させる。(変数を使うため。) **************************************************/ #header_container { padding-left:50px; padding-top:20px; padding-bottom:20px; margin:0px auto; width:900px; height:3em; text-align:left; background:url(images/fire.gif) no-repeat; background-position: left bottom; } #header_container h1 { color:#FFF; margin:0 15px 0 20px; padding:0; display:inline; font:2.5em "trebuchet ms", trebuchet, sans-serif; font-weight:bold; float:left; } #header_container h1 a { text-decoration:none; color:#FFF; } #header_container h1 a:hover { color:#FFF; } #header_container h2 { display:inline; color:#EAEAEA; padding:1.5em 0 0; margin:0; font-size:1em; float:left; }