@charset "UTF-8";

/*----- RESET -----*/
html,
body,
div,p,blockquote,
h1,h2,h3,h4,h5,h6,
table,caption,tbody,tfoot,thead,tr,th,td,
dl,dt,dd,ol,ul,li,
img,
a,
span,
applet,object,iframe,
pre,
small,strike,strong,em,sub,sup,tt,var,
ins,del
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
table{border-collapse:collapse;border-spacing:0;}
blockquote,q{quotes:none;}
ol,ul{list-style:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}

/*----- BODY -----*/
body {
margin: 0 auto;
}
/*----- HEADER -----*/
h1,h2{
margin:0 0.5em 0.5em 0.5em;
padding: 0.5em 0.5em 0.4em 0.5em;
border: solid 1px #ddd;
font-size: 100%;
line-height:1;
font-weight: bold;
}
h1 {
margin-top:0.5em;
background:#ddd;
}
/*----- MAIN p-----*/
p{
margin:0 0.5em 0.5em 0.5em;
}
.center {text-align:center;}
/*----- MAIN ul -----*/
ul {
margin:0 0.5em 0.25em 1.75em;
}
li {
padding-left:0em;
margin-bottom:0.25em;
list-style-type: disc;
}

