/* ------------目次----------------------
全局定義
header
main
footer
-----------------------------------------*/

/* 全局定義　*/

body {
background-color:#B2BDC4;
font-size:small;
text-align:center;
}
a, a:link, a:visited {
color:#0088CC;
text-decoration:none;
}
ul, li, dl, dd, dt {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
h1 {
font-size:160%;
}
h2 {
font-size:140%;
color:#797979;
}
h3 {
font-size:110%;
}
h4 {
font-size:100%;
}
img, a img {
border:medium none;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
li {
display:inline;
line-height:normal;
}