/**
    All setting
*/

/*-----------------------------------------------------
    Yahoo UI Library Font-size Adjustment
    Copyright (c) 2006, Yahoo! Inc. All rights reserved.
    http://developer.yahoo.com/yui/license.txt
    http://developer.yahoo.com/yui/fonts/
    10px = 77%	 11px = 85%	 12px = 93%	 13px = 100%
    14px = 108%	15px = 116%	16px = 123.1%  17px = 131%
    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
    22px = 167%	23px = 174%	24px = 182%	25px = 189%
    26px = 197%
------------------------------------------------------*/

a { 
    text-decoration : none;
    /*\*/
    overflow: hidden;
    /**/
}

a:link,
a:visited {
    color: #444555;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}


body {
    color: #444555;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#wrap {
    font-size: 12px;
}

#container {}

h3 {
    padding: 0.5em;
    border-left: 5px solid #444555;
}

/**
    Header zone
*/

#header {
    width : 100% ;
    height: 50px;
    background-repeat: repeat;
    background-image: url('../image/bg.png');
}

#header * a:link,
#header * a:visited {
    color: #ffffff;
}

    #title {
        float: left;
        width: 30%;
        height: 100%;
        padding: 1em;
    }

        #title > h1 {
            font-family: 'Arial', 'Tahoma', sans-serif;
            font-size: 197%;
            color: #666666;
            font-weight: bold;
        }
    
    #menu {
        width: 65%;
        height: 100%;
        /*float: left;*/
    }
    
        #menu > ul {
            position: relative;
            top: 50%;
            left: 30%;
            
        }
    
        #menu  > ul > li {
            display: inline;
            margin: 0 1em;
            line-height: 100%;
            vertical-align: middle;
        }
    
    #space {
        clear: both;
        width: 100%;
    }
    
/**
    Main zone
*/

#main {
    clear:both;
    width: 100%;
}
    
    #content {
        padding: 1em;
    }
    
    #content > p {
        padding: 1em;
    }
    
    #news {
        padding: 1em;
    }
    
    #news > p {
        padding: 1em;
    }

    #links {
        padding: 1em;
    }
    
    #links > ul {
        padding: 1em;
    }

    #main a { 
        text-decoration : none;
        /*\*/
        overflow: hidden;
        /**/
    }

    #main a:link,
    #main a:visited {
        color: #1111cc;
        text-decoration: none;
    }

    #main a:hover,
    #main a:focus,
    #main a:active {
        text-decoration: underline;
    }

    
/**
    Footer zone
*/

#footer {}

    #footer > address {
        margin: 1em;
        border-top: 1px dashed #cccccc;
        text-align: center;
    }
