/* Created by Seg */



/*---基盤---*/

@charset "utf-8";
body    {
                background:#000000;
                color:#DDDDDD;
        }

.text { font-size: 100%; }
.title { font-size: 120%; }
.index { font-size: 150%; text-align: center; }
.indent { text-indent: 2em; }

img { border:0; }
a:link    { color: #808080; text-decoration: none;}
a:visited { color: #444444; cursor: crosshair;}
a:hover   { color: #600000; text-decoration: underline overline; cursor: crosshair;}
a:active  { color: #cccccc; }

/*---補助---*/

#menu{
	width : 200px;
	height : 100%;
	left : 0px;
	position : fixed;
	overflow: auto;
	background-color : #000000;
        text-align: left;
}
#bar{
	width : 80%;
	height : 25%;
	left : 200px;
	top : 0px;
	position : fixed;
	overflow: auto;
	background-color : #000000;
}
#main{
	width : 80%;
	height : 75%;
	top : 100px;
	left : 200px;
	position : fixed;
	overflow: auto;
	background-color : #000000;
        text-align: left;
}


hr {
    padding: 0;
    border: none;
    border-top: medium double #500000;
	font-family: cursive;
    color: #600000;
    text-align: center;
}

hr:after {
    content: "Seg";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 0.5em;
    padding: 0 0.25em;
    background: black;
}


.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #808080;
    border-bottom: solid 6px #444444;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box p {
    margin: 0; 
    padding: 0;
}
