@charset "utf-8";
/*
 * Style Name: solid_2column_right_side Stylesheet
 * Style URI: http://purpr.in/common/stylesheets/layout/solid_2column_right_side.css
 * Description: Solid, 2column, right-side Layout Stylesheet
 * Version: 1.0.0
 * Last Up Date: 2006-05-16T15:54:10+09:00
 * Author: purprin
 * Author URI: http://purpr.in/
 * Author Email: purprin[at mark]gmail.com
 *
 */

/* ----------------------------------------
 * Layout
 * ---------------------------------------- */

body {
    text-align: center;
    }

div#container {
    margin: 0 auto;
    padding: 0;
    width: 60em;
    min-width: 200px;
    min-height: 100%;
    background-color: #fff; 
    text-align: center; 
    }

    div#header {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        }
    div#contents {
        width: 100%; 
        text-align: left; 
        }

    div#contents:after {
        content: ".";
        display: block;
        clear: both;
        width: 100%;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        }

    /* Hack */
    * html #content {
        height: 1%;
        } 

        div#contents_one {
            float: left;
            width: 45em;
            text-align: left; 
            }

        div#contents_two {
            float: left;
            width: 15em;
            text-align: left; 
            }

        div#contents_three {
            float: right;
            clear: right;
            width: 15em;
            text-align: left; 
            }

    div#footer {
        clear: both;
        width: 100%;
        background-color: #fff;
        text-align: center;
        }
