@charset "utf-8";

/* --------------------------------------------------------------- *
 * Title  : Print CSS for Web Studio Poturi                        *
 * Author : Eisuke Ohta                                            *
 * Company: Web Studio Poturi                                      *
 * Date   : 2008/04/26                                             *
 *                                                                 *
 * Copyright (C) 2008 Poturi, All Rights Reserved.                 *
 * --------------------------------------------------------------- */

/* Structure Style
 * =============================================================== */

/* Shadow
 * --------------------------------- */
#shadow {
    width: 930px;
}

* html #shadow {
    width: 100%;
}

/* Container
 * --------------------------------- */
#container {
    border: 0;
}

* html #container {
    width: 100%;
}

/* Header
 * --------------------------------- */
* html #header {
    width: 100%;
}

/* Footer
 * --------------------------------- */
* html #footer {
    width: 100%;
}

/* Global Navigation
 * --------------------------------- */
* html #global_nav {
    display: none;
}

/* Box for Email Address */
#main_content #my_email {
    border: 1px solid #000;
}

/* Link Style
 * =============================================================== */
#main_content a {
    padding-right: 0;
    text-decoration: none;
}
