/* basic */
img.pictop{margin-bottom: 15px;
           border: none;
           width: 100%}
div#basic h1{
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  28px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-bottom: solid 4px rgba(135, 206, 206, 1);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
div#basic p{
    font-size: 12pt;
    margin-bottom: 5px;    /* 周りの余白指定 */
    color: #000000
}
/* フリーエリア */
img.picleft{background-color: #F4F4F4;
            border: #E9E9E9 1px solid;
            width: 42%;
            float: left;
            vertical-align: text-top;
            padding: 2px;
            margin: 5px}

img.picright{background-color: #F4F4F4;
            border: #E9E9E9 1px solid;
            width: 35%;
            float: right;
            vertical-align: -20px;
            padding: 2px;
            margin: 5px}
