﻿body
{
    font-size: 10pt;
    font-family: メイリオ, 'ＭＳ Ｐゴシック' , Serif;
}


/*ヘッダとサイド*/

.maintabel
{
    width: 1000px;
}

.top
{
    background-position: left top;
    background-image: url(images/toplogo.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 80px;
}

.side1
{
    background-position: left top;
    background-image: url(images/topside_bg.jpg);
    background-repeat: repeat-y;
    width: 100px;
}

.side2
{
    background-position: right top;
    background-image: url(images/topside_bg.jpg);
    background-repeat: repeat-y;
    width: 100px;
}

/*フッダ*/
.footer
{
    text-align: center;
}

.footer .name
{
    font-size: 14pt;
    width: 100%;
    color: #4698ae;
}

.footer .adr
{
    width: 100%;
    margin-top: 5px;
}

.footer .attent
{
    width: 100%;
    color: #4698ae;
    margin-top: 5px;
}

/*リンクセクション*/

.link
{
    text-align: left;
    padding: 20px;
}

.link a
{
    color: #000000;
    text-decoration: none;
}

.link a:hover
{
    color: #0000FF;
    text-decoration: underline;
}

.link .title
{
    background-position: left top;
    background-image: url(images/title_link.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 23px;
    margin-bottom: 10px;
}

/*メインセクション*/

.center
{
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 10px;
}

/*マスターページここまで*/


/*メインセクション*/

.center .image
{
    width: 100%;
    text-align: center;
}

.center .menu
{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.center .menu .menulist
{
    width: 160px;
    float: left;
    padding-left: 8px;
    margin-right: 10px;
}

.center .menu .menulist div
{
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 30px;
    background-color: #037391;
}

.center .menu .menulist div .cent
{
    width: 144px;
    height: 25px;
    background-color: #b8d5dc;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:5px;
}

.center .menu .menulist div .cent:hover
{
    background-color: #ffcc00;
}

.center .menu .menulist div .cent a
{
    text-decoration: none;
    color: #000000;
}

.center .menu .menulist div .cent a:hover
{
    text-decoration: underline;
    color: #0000FF;
}

.center .menu .content
{
    width: 590px;
    float: left;
}

.center .menu .content .pickup
{
    width: 100%;
    height: 150px;
    float:left;
    margin-bottom: 10px;
}

.center .menu .content .topics
{
    width: 350px;
    height: 210px;
    float: left;
    border-right: #bb3070 1px solid;
    border-top: #bb3070 1px solid;
    border-left: #bb3070 1px solid;
    border-bottom: #bb3070 1px solid;
    margin-left: 5px;
}

.center .menu .content .topics .title
{
    padding-bottom: 3px;
    width: 345px;
    padding-top: 3px;
    background-color: #bb3070;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

.center .menu .content .topics .contents
{
    width: 100%;
    padding-left: 5px;
    font-size: 9pt;
    padding-top: 8px;
    text-align: left;
    height: 180px;
    overflow: auto;
}

.center .menu .content .news
{
    width: 215px;
    height: 210px;
    float: left;
    padding-left: 4px;
    text-align: left;
}

.center .menu .content .news
{
    margin:5px;
}

/*ページメニュー*/

.center .topmenu
{
    margin-bottom: 15px;
}

.center .topmenu .cell
{
    padding: 3px;
    background-color: #b8d5dc;
    text-align: center;
    width: 17%;
}

.center .topmenu .cell a
{
    text-decoration: none;
    color: #000000;
    font-size: 9pt;
}

.center .topmenu .cell a:hover
{
    text-decoration: underline;
    color: #0000FF;
}

.center .topmenu .activecell
{
        padding: 3px;
    background-color: #ffcc00;
    text-align: center;
        width: 17%;
}

.center .topmenu .activecell a
{
    text-decoration: none;
    color: #000000;
    font-size: 9pt;
}

.center .topmenu .activecell a:hover
{
    text-decoration: underline;
    color: #0000FF;
}

.center .topmenu .dorocell
{
    background-color: #FF0000;
}

.center .centence
{
    width:100%;
    text-align: left;
    padding: 20px 40px 40px 40px;
}

.center .centence .bucho
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.center .centence .row
{
    border: 1px solid #62C0FF;
    padding: 5px;
    vertical-align: middle;
}

.center .centence .row:hover
{
        background-color: #E6F4FF;
}

.center .centence .row2
{
    padding: 5px;
    vertical-align: middle;
}

.center .centence .row2:hover
{
        background-color: #E6F4FF;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.4;
}

.center .centence .row3
{
    text-align: center;
    padding-top: 10px;
}

.center .centence .row3 .kakunin
{
    margin-left: 35px;
}

/*カレンダー*/

.calender
{
    margin-left: 25px;
}

.calender .title
{
    background-image: url('images/calender/bg_title.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
}

.calender .dayname
{
    background-image: url('images/calender/bg_dayname.jpg');
    background-repeat: repeat;
    background-position: center center;
}

.calender .day
{
    background-image: url('images/calender/bg_day.png');
    background-repeat: repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 3px;
    text-align: left;
    color: #0000FF;
}

.calender .day:hover
{
    background-image: url('images/calender/bg_selday.png');
}

.calender .dayow
{
    background-image: url('images/calender/bg_day.png');
    background-repeat: repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 3px;
    text-align: left;
    color: #FF0000;
}

.calender .dayow:hover
{
    background-image: url('images/calender/bg_selday.png');
}

.calender .dayom
{
    background-image: url('images/calender/bg_day.png');
    background-repeat: repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 3px;
    text-align: left;
    color: #C0C0C0;
}

.calender .dayom:hover
{
    background-image: url('images/calender/bg_selday.png');
}

.diag
{
    border-style: none;
    width: 600px;
    height: 100%;
}

.diag .dtable
{
    width: 100%;
    height: 100%;
}

.diag .dtable .l
{
    width: 22px;
    background-position: right top;
    background-image: url('images/calender/diag_l.png');
    background-repeat: repeat-y;
}

.diag .dtable .lt
{
    width: 22px;
    height:22px;
    background-position: right top;
    background-image: url('images/calender/diag_lt.png');
    background-repeat: repeat-y;
}

.diag .dtable .lb
{
    background-position: right top;
    height: 22px;
    background-image: url('images/calender/diag_lb.png');
    background-repeat: no-repeat;
}

.diag .dtable .t
{
    background-position: left top;
    height: 22px;
    background-image: url('images/calender/diag_t.png');
    background-repeat: repeat-x;
}

.diag .dtable .b
{
    background-position: left bottom;
    height: 22px;
    background-image: url('images/calender/diag_b.png');
    background-repeat: repeat-x;
}

.diag .dtable .rb
{
    background-position: left bottom;
    width: 22px;
    height: 22px;
    background-image: url('images/calender/diag_rb.png');
}

.diag .dtable .rt
{
    background-position: left top;
    width: 22px;
    height: 22px;
    background-image: url('images/calender/diag_rt.png');
}

.diag .dtable .r
{
    background-position: left bottom;
    width: 22px;
    background-image: url('images/calender/diag_r.png');
    background-repeat: repeat-y;
}

.diag .dtable .c
{
    background-color: #FFFFFF;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.diag .dtable .c .bar_s
{
    background-image: url('images/share/bar2_s.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
    padding-top:3px;
    height: 27px;
    width: 352px;
    }
    
    /*CMS出力ページ用*/

.maintable .center .content
{
    width: 100%;
}

.maintable .center .content .bar
{
    background-image: url('images/share/bar2_l.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
    padding-top:3px;
    height: 27px;
    width: 692px;
    }
    
.maintable .center .content .bar_s
{
    background-image: url('images/share/bar2_s.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
    padding-top:3px;
    height: 27px;
    width: 692px;
    }
    
.maintable .center .content .moji
{
    width: 672px;
    height: 100%;
    margin-top: 10px;
    font-size: 10pt;
    color: #333333;
    padding: 10px;
    margin-bottom: 20px;
}

.maintable .center .content .moji_s
{
    width: 340px;
    height: 100%;
    margin-top: 10px;
    font-size: 10pt;
    color: #333333;
    padding: 10px;
    margin-bottom: 20px;
}


.maintable .center .content .moji td
{
    padding:5px;
}

/*汎用ROW*/
.row_spacer
{
    height:30px;
}

/*汎用altROW*/
.altrow_spacer
{
    background-position: left top;
    height: 30px;
    background-image: url('images/share/alt_bg.png');
    background-repeat: repeat;
}

/*汎用ヘッダー*/
.row_header
{
    background-image: url('images/share/bar.png');
    height: 25px;
    font-weight: bold;
}

.row_header2
{
    background-image: url('images/share/bar2.png');
    height: 25px;
    font-weight: bold;
}

/*汎用editROW*/
.editrow_spacer
{
    background-position: left top;
    height: 30px;
    background-image: url('images/share/ed_bg.png');
    background-repeat: repeat;
}

.editrow_spacer2
{
    background-position: left top;
    background-image: url('images/share/ed_bg.png');
    background-repeat: repeat;
}

/*汎用selectROW*/
.selrow_spacer
{
    background-position: left top;
    height: 30px;
    background-image: url('images/share/sel_bg.png');
    background-repeat: repeat;
}

/*マウスオーバーで矢印*/
.addhl
{
    cursor: pointer;
    color: #0000FF;
}
.addhl:hover
{
    text-decoration:underline;
}