/* page layout */ body { background-image : url("http://www.comic-graph.jpn.org/img/bg.gif") ; background-repeat : repeat; background-color : #ffffff ; font-family:'Osaka','MS ゴシック'; } #container { width: 800px ; margin: 0px auto ; background-image : url("http://www.comic-graph.jpn.org/img/bg2.gif") ; background-repeat : repeat; } #header { width: 798px; /* necesssary for ie win */ height: 120px; text-align: center ; margin: 0px 0px 0px 0px ; background-color: #ffffff ; border-bottom-style: solid ; border-bottom-width: 1px ; border-bottom-color: #000000 ; border-left-style: solid ; border-left-width: 1px ; border-left-color: #fff ; border-top-style: solid ; border-top-width: 1px ; border-top-color: #fff ; border-right-style: solid ; border-right-width: 1px ; border-right-color: #fff ; } #global_nav { width:800px ; height: 22px ; margin: 0px 0px 0px 0px ; text-align: center ; background-color: #999999 ; background-image : url("http://www.comic-graph.jpn.org/img/bg2.gif") ; background-repeat : repeat ; } #nav-bar { width: 785px ; list-style-type: none; margin-left: 0px ; padding-left: 0px ; font-size: 12px ; } ul#nav-bar li { float: left ; width: 110px ; text-align: center ; border: 1px solid #999999 ; } ul#nav-bar li a { width: 102px ; display: block ; padding: 4px ; text-decoration: none ; background-color: #cccccc ; color: #999999 ; } ul#nav-bar li a:hover { text-decoration: yes ; background-color: #999999 ; color: #ffffff ; } #inner { width: 800px ; margin: 5px 0px 0px 0px ; background-color: #cccccc ; background-image : url("http://www.comic-graph.jpn.org/img/bg2.gif") ; } #side { float: left ; width: 155px ; margin: 5px 0px 5px 5px ; text-align: center ; } #main { float: right ; width: 630px ; margin: 5px 5px 5px 5px ; } #main-inner { float:left; width: 465px ; margin: 0px 0px 0px 0px ; } #news { width: 465px; height: 150px ; margin: 0px 0px 10px 0px ; background-color: #ffffff ; border: 1px solid #cccccc ; } #entry { width: 465px; margin: 0px 0px 0px 0px ; background-color: #ffffff ; border: 1px solid #cccccc ; } #main-sub { float: right ; width: 155px ; margin: 0px 0px 0px 0px ; } #footer { width: 800px ; height: 35px ; margin: 0px 0px 0px 0px ; text-align: center ; background-image : url("http://www.comic-graph.jpn.org/img/bg2.gif"); background-repeat : repeat; } /* 回り込みの解除 */ .clear { clear:both; } .clear hr { display:none; }