body {
    background-color: White;
    margin-top: 0px;
    width: 99%; /* 720px → 99% */
    font-family: "メイリオ","ＭＳ  ＵＩゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
    font-family: "メイリオ","ＭＳ  ＵＩゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

input {
    font-family: Arial, "メイリオ","ＭＳ  ＵＩゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
    color: #000000; /*文字の色*/
    font-size: 200%;
    text-align: center;
    border-bottom: 5px dotted #003366;
    padding-left: 10px;
}

h2 {
    color: #000000; /*文字の色*/
    font-size: 150%;
    border-left: 15px solid #003366; /*ボックスーボーダー*/
    border-bottom: 1px solid #003366; /*ボックスーボーダー*/
    padding-left: 10px;
}

h3 {
}

h4 {
}

h5 {
    text-indent: 1em;
    font-size: 100%;
}

h6 {
    margin-top: 10px;
    font-size: 160%;
    border: 3px solid #000000;
    padding: 5px;
    text-align: center;
    height: 30px;
    background-color: #003366;
    color: White;
    margin-bottom: 10px;
}

p.parm1 {
    border-left: 2px double Gray;
    border-bottom: 2px double Gray;
    border-right: 2px double Gray;
    border-top: 2px double Gray;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    line-height: 100%;
}

p.parm2 {
}

em {
    font-size: 110%;
}

table {
    border: 1px solid #003366;
    width: 100%;
}

td {
    border: 1px solid #003366;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    td.td1 {
        width: 140px;
    }

th.th1 {
    border: 1px solid #003366;
    background-color: #003366;
    color: white;
}

th.th2 {
    border: 1px solid #330066;
    background-color: #330066;
    color: white;
}

li {
    line-height: 200%;
}

address {
    clear: both;
    text-align: right; /*行揃え→右*/
    border-top: 2px solid #777777;
}

.page {
    width: 99%; /*720px → 99% */
    min-width: 720px;
}

.main {
    float: center;
    width: 99%; /* 530px → 60% */
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu {
    float: left;
    width: 30%; /* 150px → 30% */
    padding-top: 10px;
    padding-left: 10px;
}

    .menu ul {
        border-top: 1px solid #003366;
        border-left: 1px solid #003366;
        border-right: 1px solid #003366;
        border-bottom: 1px solid #003366;
        margin: 0px;
        padding: 0px;
    }

    .menu li {
        list-style-image: none;
        list-style-type: none;
        margin: 0px;
        padding: 5px 5px 5px;
        line-height: 230%;
        text-align: left;
    }

    .menu a {
        display: block;
        width: 100%;
        color: #003366;
        margin: 0px;
        padding: 0px;
    }

        .menu a:hover {
            background-color: #ffff99;
            margin: 0px;
        }

.submenu ul {
    border-top: 0px solid #003366;
    border-left: 0px solid #003366;
    border-right: 0px solid #003366;
    border-bottom: 0px solid #003366;
}

.submenu li {
    margin: 10px;
    line-height: 150%;
    font-size: 100%;
}

div.move_top {
    text-align: right
}

.kugiri {
    border-bottom: 1px dotted Pink;
}

.select {
    background-color: #003366;
    color: White;
    font-style: italic;
    font-family: Arial, "メイリオ","ＭＳ  ＵＩゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

    .select a {
        color: white;
    }

        .select a:hover {
            color: #003366;
        }

.floatphoto {
    float: right;
    margin-left: 10px;
}

.name {
    width: 25%;
}

img.img1 {
    border: solid 1px #003366;
    vertical-align: middle;
}

img.img2 {
    border: double 5px #ff0000;
}

img.img_toppage {
    border: 0px;
}

.annotation {
    font-size: small;
}

div.start_center {
	alingn:center;
}

div.start_left {
	width:544px;
	margin-left:40px;
	margin-right:auto;
	text-align:left;
}