html, body {
    margin: 0px;
    height: 100%;
    background-color:#E6F2FF;
}

body {
    font-size: 14px;
    line-height: 150%;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    min-width: 800px;
}
h3 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/*--------------------------------------------------------------------------*/
/*- ホームの設定                                                           -*/
/*--------------------------------------------------------------------------*/
.home-body{
}

.home-body-logo{
    width:100%;
    height:90px;
    background-color:#369;
}
.home-logo {
    float:right;
    position:relative;
    top:10%;
    padding-right:10px;
}
.home-body-title > hr{
    border: solid 1px #369;
}
.home-body-title > .title {
    text-align:right;
    padding:10px 10px 0 0;
    font-size:2em;
}
.home-body-title > .rev {
    text-align:right;
    padding:10px 10px 0 0;
    font-size:1.2em;
}

.home-body-in > p {
    text-align:center;
}

/*--------------------------------------------------------------------------*/
/*- メニュー                                                               -*/
/*--------------------------------------------------------------------------*/
.home-menu {
    margin-top:40px;
    padding: 20px;
}
.main-content-pane {
    background-color: #FEFEFE;
    border: 1px solid #333;
    margin: 0 0 10px;
    border-color: #DBDBDB #CCCCCC #CCCCCC #DBDBDB;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.main-content-pane > .main-content-titlebar {
    height: 25px;
    line-height: 25px;
    padding: 0 32px 0 5px;
    background-color: #369;
    background-image: 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradienttype=0,startcolorstr=#6699ff,endcolorstr=#3366cc);
}
.main-content-titlebar .main-content-title {
    color: #FFF;
    width: 100%;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-content-pane > .main-content-body {
    overflow: auto;
    padding: 10px;
}

.main-content-box {
    width: 100%;
    overflow: hidden;
}
.main-content-block1 {
    width: 49.6%;
    float: left;
}
.main-content-block2 {
    width: 49.6%;
    margin-left: auto;
    margin-right: 0;
}

/*--------------------------------------------------------------------------*/
/*- リスト                                                                 -*/
/*--------------------------------------------------------------------------*/
.list-1 {
    list-style: disc;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}
.list-1 li {
    margin: 0px;
    padding: 0px;
}

/* リンク */
.link-box-container {
    width: 100%;
    overflow: hidden;
    max-width: 2000px;
}
.link-box {
    padding: 2px;
}
.link-box-in {
    padding: 5px;
    border: 1px solid #CCCCCC;
    min-height: 40px;
}

.link-box-in.current{
    border: 3px solid #CCCCCC;
}

.link-box-title {
    background-image: url(../pageimage/ic_b.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: top;
}

.link-box-in dl {

}
.link-box-in dt {
    width: 50px;
    float: left;
    clear: both;
}
.link-box-in dd {
}