/*
 * CSS3
 */
html, body {
    width:100%;
    margin: 0;
    padding: 0;
    text-align : center;
    background : url(/img/blue_back_4.png);
}

body {
    font-family : Helvetica,arial,sans-serif;
}
pre {
    font-family : Helvetica,arial,sans-serif;
}

a, a:link, a:visited, a:hover {
    color: #6688bb;
    background-color:#FFFFFF;
}
#contents a:link {
    color: #6688bb;
    background-color:#FFFFFF;
}
#contents a:hover {
    color : #445544;
    background-color : #EEEEEE;
}

/*
 * #top
 */
#top {
    padding-top : 50px;
    border-bottom : 1px solid #6688bb;
}

#top a, #top a:link, #top a:visited, #top a:hover {
    text-decoration: none;
    color: #666688;
    background-color:#FFFFFF;
    padding-left: 10px;
    /*display:block;*/
    width : 100%;
    font-size : xx-large;
    font-weight : bold;
}

/*
 * #contentsタグを中央
 */
#container {
    font-size: small;
    color: #666666;
    width: 750px;
    height: 100%;
    margin : 0px auto;
    text-align : left;
    background-color: #FFFFFF;
}

/*
 * #menu
 */
#menu {
    width: 100%;
    height: 20px;
    padding-bottom: 15px;
    font-size : large;
}

/*
 * #tabを横並び
 */
#tab ul, #tab li {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#tab li {
    float: right;
    margin-right: 1px;
    margin-left: 1px;
    padding-left : 20px;
    padding-right : 10px;
}

/*
 * #tabの配色変更
 */
#tab a, #tab a:link, #tab a:visited, #tab a:hover {
    text-decoration: none;
    color: #666666;
    background-color:#FFFFFF;
    padding: 2px 2px; 
    /*display:block;*/
}

/*
 * #contents
 */
#contents {
    margin-left: 10px;
    margin-top: 15px;
}

#contents p {
    width: 90%;
    margin-left:5%;
    line-height: 1.6em;
}

/*
 * #title
 */
#title {
    font-size : large;
    padding-left : 5px;
    border-bottom : 2px solid #6688bb;
    border-left : 20px solid #6688bb;
}

/*
 * #sub-title
 */
#sub-title {
    padding-left : 30px;
    font-weight : bold;
}


/*
 * #sub-contents
 */
#sub-contents {
    padding-left : 30px;
    padding-bottom : 50px;

}

/*
 * #sub-footer
 */
#sub-footer {
    float : right;   
}

/*
 * #footer
 */
#footer {
    text-align : center;
    margin-top: 50px;
    padding : 30px 0px;
    border-top: 1px solid #6688bb;
/*
    background-color: #6688bb;
    color: #FFFFFF;
*/
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
    text-decoration : none;
    color: #FFFFFF;
}

/*
 * #profile-photo
 */
#profile-photo {
	float: right;
}
