* {
       margin: 0; padding: 0;
}

body {
       background-color: #FFFFFF;
       background-image: url(img/Waka.jpg);
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center;
}

#sub {
       width: 100%;
       font-size: 11pt;
       text-align: center;
       background-color: #F3F3F3;
       border-top: 1px solid #CCCCCC;
       height: 25px;
}

#header {
       width: 100%;
       background-color: #245386;
       border-top: 1px solid #CCCCCC;
       border-bottom: 1px solid #CCCCCC;
       height: 40px;
}

#footer {
       width: 100%;
       background-color: #FFFFFF;
       clear: both;
       border-top: 1px solid #CCCCCC;
       text-align: center;
       padding: 1em 0;
}

#m_contents {
       margin: 0 10em;
}

#main {
       padding: 1em;
       border-top: 1px solid #CCCCCC;
       border-left: 1px solid #CCCCCC;
       border-right: 1px solid #CCCCCC;
}

#navi_left {
       float: left;
       width: 10em;
}

#navi_right {
       float: right;
       width: 10em;
}

#sub_left {
       font-size: 11pt;
       padding: 1em 1em;
       border-top: 1px solid #CCCCCC;
}

#sub_right {
       font-size: 11pt;
       padding: 1em 1em;
       border-top: 1px solid #CCCCCC;
}

#sub_left a:hover {
       background: #D7E1EC;
}

#sub_right a:hover {
       background: #D7E1EC;
}

.contents p {
       margin: 1em 0;
}

.contents a:hover {
       background: #D7E1EC;
}

li {
       margin-left: 10px;
       list-style-image: url(img/ball03.gif);
}

h1 {
       color: #FFFFFF;
}

h2 {
       color: #FFFFFF;
       padding-top: 5px;
       text-align: center;
}

h3 {
       color: #0000CC;
       border-bottom: 1px dashed #999999;
}