trAvis - MANAGER
Edit File: layout.css
@charset "euc-jp"; /* -------------------------------------------------------------------- Copyright 2007 BET corporation XServer Test Site layout.css /* -------------------------------------------------------------------- */ html{ overflow-y: scroll; } body{ margin: 0; line-height: 1.5; font-size: 75%; background-color: #eef6fd; margin-bottom: 50px; } #bottom_background{ margin: 0 auto; padding-bottom: 10px; background-image: url(../images/bottom_background.png); background-position: center bottom; background-repeat: no-repeat; } #base{ width: 790px; margin: 0 auto; padding: 0; text-align: left; background-image: url(../images/base_back.png); background-position: center top; background-repeat: repeat-y; } #container{ width: 100%; margin: 0 auto; } .inner{ width: 770px; margin: 0 auto; text-align: center; } #contents{ width: 770px; margin: 0 auto; } .main{ width: 500px; float: left; } .sub{ width: 260px; float: right; } /* -------------------------------------------------------------------- Header /* -------------------------------------------------------------------- */ #header{ width: 100%; height: 136px; background-image: url(../images/header_back.png); background-position: center top; background-repeat: no-repeat; } #header h1{ font-size: 100%; padding: 2px 10px 0 0; font-weight: normal; color: #444; text-align: right; } #header_inner{ width: 100%; height: 67px; } #header_logo a{ float: left; text-indent: -1000em; width: 283px; height: 42px; margin: 12px 0 0 15px; background-image: url(../images/sample_company_logo.png); background-position: center center; background-repeat: no-repeat; overflow: hidden; } #global_menu{ margin: 40px 10px 0 0; float: right; } #global_menu li { float: left; list-style-type: none; margin-left: 20px; padding-left: 7px; background-image: url(../images/global_icon.gif); background-position: left center; background-repeat: no-repeat; } #global_menu li a{ color: #444; text-decoration: none; } #main_menu { clear: both; } #main_menu ul{ width: 770px; list-style-type: none; padding: 0; margin: 0; } #main_menu li{ float: left; } #main_menu li.left { display: block; width: 12px; height: 39px; background-image: url(../images/main_menu.png); background-position: 0 0; } #main_menu li.right { display: block; width: 19px; height: 39px; background-image: url(../images/main_menu.png); background-position: -754px 0; } #main_menu .top a , #main_menu .top span , #main_menu .principle a , #main_menu .principle span , #main_menu .service a , #main_menu .service span , #main_menu .profile a , #main_menu .profile span , #main_menu .env a , #main_menu .env span , #main_menu .contact a , #main_menu .contact span { display: block; height: 39px; background-repeat: no-repeat; text-indent: -1000em; text-decoration: none; overflow: hidden; background-image: url(../images/main_menu.png); } #main_menu .top a , #main_menu .top span{ width: 120px; background-position: -13px 0; } #main_menu .top a:hover , #main_menu .top span{ width: 120px; background-position: -13px -39px; } #main_menu .principle a , #main_menu .principle span{ width: 93px; background-position: -134px 0; } #main_menu .principle a:hover , #main_menu .principle span{ width: 93px; background-position: -134px -39px; } #main_menu .service a , #main_menu .service span{ width: 94px; background-position: -227px 0; } #main_menu .service a:hover , #main_menu .service span{ width: 94px; background-position: -227px -39px; } #main_menu .profile a , #main_menu .profile span{ width: 92px; background-position: -322px 0; } #main_menu .profile a:hover , #main_menu .profile span{ width: 92px; background-position: -322px -39px; } #main_menu .env a , #main_menu .env span{ width: 170px; background-position: -414px 0; } #main_menu .env a:hover , #main_menu .env span{ width: 170px; background-position: -414px -39px; } #main_menu .contact a , #main_menu .contact span{ width: 170px; background-position: -584px 0; } #main_menu .contact a:hover , #main_menu .contact span{ width: 170px; background-position: -584px -39px; } /* -------------------------------------------------------------------- Footer /* -------------------------------------------------------------------- */ #footer{ clear: both; width: 100%; height: 42px; background-image: url(../images/footer_back.png); background-position: center top; background-repeat: no-repeat; } #footer_menu { float: left; margin: 13px 0 0 0; } #footer_menu li{ float: left; list-style-type: none; } #footer_menu li a{ color: #444; text-decoration: none; } #copyright{ margin: 15px 10px 0 0; float: right; font-family: Helvetica , sans-serif; color: black; font-size: 12px; line-height: 1; padding-top: 0; }