/*_________________________________________________________________________*/

* {
margin: 2;
padding: 0;
}
body {
background: #fff ;
font: 0.9em/1.1em 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color: #878787;
font-weight: normal;
text-align: left;
}

.kaigyou {
margin: .5em 0 0;
padding: 0;
font: 0.9em/1.1em 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color: #878787;
font-weight: normal;
}

a:link {
color: #1f77ee;
text-decoration: none;
}
a:visited {
color: #1f77ee;
text-decoration: none;
}
a:hover {
color: #cccccc;
text-decoration: none;
}
a:active {
color: #1f77ee;
text-decoration: none;
}
a img { 
border: 0; 
}

h1, h2 {
font: 1em/1.3em 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color: #878787;
font-weight: bold;
}

h3, h4 {
font: 0.9em/1.1em 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color: #878787;
font-weight: normal;
}

hr {
color: #fff;
background: transparent;
border: 0;
border-bottom: 1px #ccc solid;
margin: .5em 0;
padding: 0;
}
