*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
table
{
    border-collapse: collapse;
}
th, td
{
    box-sizing: border-box;
}
ul
{
    list-style-type: none;
}

input[type*="submit"], button {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 汎用 */
#all
{
    max-width: 1000px;
    margin: 0 auto;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}

.transparent
{
    opacity: 0;
}
.intransparent
{
    opacity: 1;
}

input.button
{
    display: inline-block;
    padding: 1px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: rgb(93, 93, 94);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input.button:hover
{
    background: #fff;
    color: rgb(93, 93, 94);
    border:solid 1px rgb(93, 93, 94);
}
input.button1
{
    width: 70px;
}

/* ヘッダーファイル */
header
{
    width: 100%;
    top: 0px;
}
#logo
{
    max-width: 1000px;
    margin: 0 auto;
}
#logo img
{
    height: 30px;
}

#divMenu1
{
    background-color: #222;
}
#divMenu2
{
    max-width: 1000px;
    margin: 0 auto;
}
#menu
{
    width: 360px;
    margin: 0 0 0 auto;
}
#menu li
{
    display: table-cell;
}
#menu a
{
    display: table-cell;
    width: 100px;
    height:40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}
#menu a:hover
{
    background-color: #888;
}

.buttonStyle1
{
    padding:3px;
    color:#ffffff;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    background: #1B73BA;
    border: 2px solid #1B73BA;
    -webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
    -moz-box-shadow:0px 0px 0px 1px #ffffff inset;
    box-shadow:0px 0px 0px 1px #ffffff inset;
    display: inline-block;
    position:relative;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.buttonStyle1:hover
{
    color:#1B73BA;
    background: #ffffff;
}

.listStyle1 {
    margin-top: 10px;
}
.listStyle1 li {
    list-style-type: circle;
    margin-left: 30px;
}
.listStyle1 li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.listStyle1 li a:hover {
    background-color: #eee;
}