﻿@charset"UTF-8";

/*レイアウト*/
.inner{
    width: 960px;
    margin: 0 auto;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

body{
    font-family:
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

h1{
    font-size: 1.5em;
    font-weight: bold;
}

p{
    line-height: 24px;
}

td{
    line-height: 20px;
}

body{
    background-color: #eeeeee;
}

a:hover{
    opacity: 0.7;
}

/*ヘッダー*/
#header{
    color: blue;
    font-size: 18px;
    padding: 10px 0;
    background-color:skyblue;
    position: relative;
}
    
#header .inner{
    display:table;
}

#logo{
    width: 260px;
    display:table-cell;
    vertical-align:middle;
}

#logoname{
    margin-left: 50px;
    display:table-cell;
    vertical-align:middle;
}

/*グローバルナビゲーション*/
#nav{
    list-style-type: none;
    height: 32px;
    background: blue;
}

#nav li{
    position: relative;
    float: left;
    width: 150px;
    background: blue; 
    border-right: white 1px solid;  
}

#nav li a{
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
}

#homenav{
    width: 147px;
    border-left: white 1px solid;
}

#nav li a:hover{
    color: white;
}

#nav1{
    position: absolute;
    list-style-type: none;  
    top: 32px;　　 /*←掲示板の子メニューの位置*/
    left: 0;
    height: 0;
    background: blue;
    display: none;
}                              

#nav2{
    list-style-type: none; 
    position: absolute; 
    top: 16px;    /*←掲示板「以外」の子メニューの位置*/
    left: 0;
    height: 0;
    background: blue;
    display: none;
}

#nav li ul li{
    border-top: white 1px solid;
}
  
#nav li:hover ul{
    background: blue;
}

/*gnav下*/
#undergnav{
    margin: 5px;
}
    
/*パンクズ*/
#pankuzu{
   padding-left: 5px;
   padding-top: 5px;
   float: left;
}

#pankuzu a{
   text-decoration: none;
}

/*カウンタ*/
#counter{
    font-size: 1.5em;
    color: lightblue;
    float: right;
    padding-right: 15px;
    padding-top: 5px;
}

.clear{
    clear: both;
}

/*コンテンツエリア*/
#contents{
    width: 960px;
    margin: 0 auto;
    padding: 0 10px 0 10px;  
}

#contents li{
    list-style-type:none;
}
    
/*左サイドバー*/

#side{
    width: 190px;
    float: left;
    padding: 30px 30px 0 0;
}

#side li{
    margin-bottom: 10px;
}

#menu li{
    list-style-type: none;
}


#board{
    border-bottom: blue 3px solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#announce a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/announce_white.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#announce a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/announce_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}
    
#friend a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/friend_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#friend a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/friend_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#consultation a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/consultation_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#consultation a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/consultation_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#smallchat a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/smallchat_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#smallchat a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/smallchat_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#chatwait a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/chatwait_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#chatwait a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/chatwait_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#chatroom a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/chatroom_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#chatroom a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/chatroom_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#blog a{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/blog_white.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

#blog a:hover{
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(img/blog_blue.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}

article{
    margin-top: 20px;
    background-color: skyblue;
}

/*メインコンテンツ*/
#main{
    margin-top: 20px;
    width: 488px;
    float: left;
}

#main1{
    background-position: left top;
    background: ghostwhite;
    padding: 5px;
    margin-bottom: 40px;
}

#announcementboard{
    background-position: left top;
    background: skyblue;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

#section{
    margin-bottom: 20px;
}

#section{
    text-align: center;
}

#section a{
    text-decoration: none;
    font-weight: bold;
}

#date{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

#time{
    font-size: 1em;
    font-weight: bold;
}

#strong{
    font-size: 1.2em;
    font-weight: bold;
}

#next{
    border-bottom: skyblue 3px solid;
    padding: 20px 0 0 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#main2{
    margin: 0 0 20px 0;
    padding: 5px;
    background-position: left top;
    background: ghostwhite;
}


#aboutwave{
    background: skyblue;
    background-position: left top;
    padding: 10px 5px 10px 5px ;
    text-align: center;
}

#aboutcomment{
    text-align: left;
}
    
#aboutbipolar{
    position: relative;
    border-bottom: skyblue 3px solid;
    padding: 20px 0 0 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#aboutmeeting{
    position: relative;
    border-bottom: skyblue 3px solid;
    padding: 20px 0 0 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#aboutsubject{
    position: relative;
    border-bottom: skyblue 3px solid;
    padding: 20px 0 0 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/*右サイドバー*/
#side2{
     width: 210px;
     float: right;
     padding: 30px 0 0 20px;
}
    
#scr {
   overflow: scroll;   /*← スクロール表示 */ 
   width: 200px;
   height: 400px;
   border: blue 1px solid;
   margin-bottom: 30px;
}

table{
   margin-bottom: -32px;
   margin-top: -100px;  /*←スクロール中上のライン*/
}
    
table td,
table tr,
table th{
    padding: 8px 4px;
    font-size: 0.9em;
    text-align: left;    
}

table th,
table tr{
    background-color: #e0ffff;
    border-top: blue 1px dashed;
    border-bottom: blue 1px dashed;
}


#report li{
     position: relative;
     border: 2px solid blue; 
     border-radius: 10px;
     padding: 10px 5px;
     margin-top: 20px;  
     background: ghostwhite;    
}

#report a{
     text-align: center;
     text-decoration: none;
     font-size: 1.1em;
     display: block;
 }
    
       
/*フッター*/
#footer{
    padding: 10px 10px;
    background: skyblue;
    clear: both;
    overflow: hidden;
}

#footer li{
    float: left;
}

#footer ul{
    list-style-type: none;
}

#footer a{
    display: block;
    margin-right:18px;
    text-decoration: none;
    color: blue;
}

#footer a:hover{
    border-bottom: 1px solid;
}
 