@charset "utf-8";

html{
overflow-y:scroll;
}

body{
margin:0;
padding:0;
font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size:75%;
line-height:1.5;
}

h1, h2, h3, h4, h5, h6{
margin-bottom:10px;
font-size:100%;
font-weight:normal;
}

ul{
list-style:none;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol{
margin-bottom:0;
}

table{
border-collapse:collapse;
border-spacing:0;
}
table th{
font-weight:normal;
text-align:left;
}

th p,
td p,
th ul,
td ul,
th ol,
td ol,
th li,
td li,
td dl,
td dt,
td dd{
margin-bottom:0;
}

hr{
display:none;
}

img{
border:0;
}
li img{
vertical-align:top;
}

input,
textarea{
font-size:100%;
vertical-align:middle;
outline:none;
border:none;
}
input[type="text"]{
padding:5px;
}
textarea{
padding:5px;
overflow:auto;
}
input[type="submit"]::-moz-focus-inner{
border :0px;
}
select{
padding:1px 1px;
}
option{
padding:0 3px;
}


em,
address{
font-style:normal;
}
em{
font-weight:bold;
}
