@charset "utf-8";
/*
 * Style Name: design Stylesheet
 * Style URI: http://purpr.in/common/stylesheets/desin.css
 * Description: decorations, colors, and any other styles setting.
 * 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
 * Guideline URI: http://purpr.in/common/guideline/css/
 */

/* ----------------------------------------
 * Structures
 * ---------------------------------------- */
body {
    padding: 0;
    background: #3e3e3e url("http://purpr.in/common/images/bg/dot/dot_777672__32x32.png") repeat;
    }

div#container {
    background-color: #fff; 
    }

    div#header {
        background: #fdfcd8 url("http://purpr.in/common/images/bg/texture/white_60x60.gif") repeat;
        }

    div#nav_container {
        border-top: 1px solid #999;
        background: #fdfcd8 url("http://purpr.in/common/images/bg/texture/orange_60x60.gif") repeat;
            }

    div#contents {
        background: #fff url("http://purpr.in/common/images/bg/texture/gray_60x60.gif") repeat !important;
        border-top: 1px solid #999;
        }

        div#main,
        div#contents_one {
            background: #fff url("http://purpr.in/common/images/bg/texture/white_60x60.gif") repeat !important;
            }

        div#sub,
        div#conents_two {

            }

    div#footer {
        border-top: 1px solid #999;
        background-color: #fff;
        }

/* ----------------------------------------
 * Common
 * ---------------------------------------- */
/* Text module */
address {
    padding: 0.4em 15px;
    }

h1 {
    margin: 0 15px;
    padding-top: 0.5em;
    color: #b83800;
    font-weight: bold;
    }

h2 {
    margin-bottom: 0.5em; 
    padding: 0.1em 0;
    color: #b83800;
    font-weight: bold;
    }

h3 {
    margin-bottom: 0.6em; 
    padding: 0.1em 0;
    border-bottom: 1px solid #333;
    color: #000;
    font-weight: bold;
    }

h4 {
    font-weight: bold;
    }

/* Hypertext module */
a {
    text-decoration: underline;
    }

a:link {
    color: #b83800;
    }

a:visited {
    color: #485270;
    }

div#sub a:visited:after,
div#contents_two a:visited:after {
    margin-left: 4px;
    content: url("http://purpr.in/common/images/icon/bullet/ok_333_12x12.gif");
    text-decoration: none;
    }

a:hover {
    color: #fff;
    background-color: #b83800;
    text-decoration: none;
    }

a:active {
    color: #b83800;
    }

/* List module */
ul li {
    list-style-image: url("http://purpr.in/common/images/icon/bullet/flower_b83800_12x12.gif");
    }

/* ----------------------------------------
 * IDs and Classes
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    }

    /* Hack */
    * html .clearfix {
        height: 1%;
        }

.section {
    margin: 0.5 15px 1.8em 15px;
    }

.section .section {
    margin: 1em 15px 1.8em 15px;
    
}
.section .section .section,
.section .section .section .section {
    margin: 0.4em 0 1.8em 15px;
    }

.clear {
    clear: both;
    }

p.version {
    margin: 0 15px;
    padding: 0 0 0.4em 0;
    }

p.datetime {
    margin: 0 15px;
    padding: 0 0 0.4em 0;
    }

ul#nav {
    margin: 0.3em 15px 0 15px;
    padding: 0 0 0.2em 0;
    text-align: left;
    }

ul#nav li {
    margin: 0;
    padding: 0 0.3em 0 0;
    display: inline;
    }

ul#nav li:after {
    content: " > ";
    }

ul#nav li.here:after {
    content: " ";
    }

li.here {
    font-weight: bold;
    }

/* Appendix */
code.element {
    color: #35683b;
    font-family: "Courier", "MS Courier New", monospace;
    }

code.header {
    font-size: 130%;
    font-weight: bold;
    }

dd.element_description {
    
    }

dd.element_description p {
    
    }

div.element_example {
    padding: 10px;
    background: #fff url("http://purpr.in/common/images/bg/texture/gray_60x60.gif") repeat;
    }
