/*　全ページに対して　*/

/*　成形　*/
#outline {
    width:700px;
    text-align:left;
}

.outline_margin {
    margin:0px 10px;
}

.main {
    width:500px;
    float:left;
    margin:15px;
    font:15px;
    line-height:20px;
}

.menu {
    width:120px;
    float:right;
    font:14px;
    line-height:20px;
    padding-top:10px;
}

.footer {
    text-align:right;
    font:12px;
}

.c_both {
    clear:both;
}

/*　デザイン　*/
a:link {
    color:#00FFFF;
}
a:visited {
    color:#00BBFF;
}
a:active {
    color:#0000FF;
}
a:hover {
    color:#FF7700;
}

a.none_under {
    text-decoration:none;
    margin:2px;
    width:auto;
}

body {
    background-color:#000000;
    color:#FFFFFF;
}

.center {
    text-align:center;
}

h1 {
    font:18px;
    font-weight:bold;
}

h2 {
    font:17px;
    font-weight:bold;
}

h3 {
    font:17px;
}

hr.menu_hr {
    width:120px;
    text-align:center;
}

img.none_border {
    border:0px;
}

li {
    position:relative;
    left:-10px;
}
