@charset "shift-jis";

/***** base style *****/
html{
 height : 100%;
}
body {
 margin : 0;
 height : 100%;
 font-size: 1em;
 letter-spacing: 0.1em;
 color:#666;
 font-family: Verdana,"MS UI Gothic",sans-serif;
 background-color : #69f;
 overflow:auto;
}
/***** link style *****/
a {
 text-decoration:none;
}
a:link {
 color : #fff;
}
a:visited {
 color : #fff;
}
a:active,a:hover {
 color : #039;
 text-decoration: underline;
}

/***** menu style *****/
div#menu_left{
 width : 25%;
 float : left;
 height : 100%;
}
div#top_center{
 width : 50%;
 float : left;
 height : 100%;
 background-color : #fff;
 border-right : 5px solid #06f;
 border-left : 5px solid #06f;
 text-align : center;
}
div#menu_right{
 width : 20%;
 float : left;
 height : 100%;
}
#menu ul{
 list-style-type: none; 
 margin : 40% 0 0.5em 25%;
 padding : 0 0 3px 0;

}
#menu li{
 font-size : 0.8em;
 margin : 1.5em 0 1em;
 padding-left : 1em;
 font-weight: bold;
 border-left : 5px solid #fff;
 border-bottom : 3px groove #fff;
}

/***** heading style *****/
h1 {
 padding : 1em 0 1em 0;
 font-size: 1.5em;
 margin-top : 40%;
}
h2 {
 font-size: 1.4em;
 font-weight: bold;
 margin : 0 0 0.5em 0;
 padding : 0.5em;
 color : #f33;
 text-decoration: underline;
 text-align : center;
}

/***** block style *****/
div#menu_all {
 margin : 0 auto 0 auto;
 height : 100%;
 width : 97%;
 border: 8px ridge #ccc;
 background-color: #033;
}
p#update{
 font-size : 0.7em;
 text-align : center;
 color : #fff;
}
address{
 font-size: 0.8em;
 text-align : center;
 font-style:normal;
}
/***** inline style *****/
em {
 color : #ff6;
 font-style:normal;
}
hr.hidden{
 display: none;
}
