body {
margin: 0;
padding: 0;
line-height:1.4;
color:#ffffff;
font-family:Arial, sans-serif;
font-size:0.9em;
background: #000000;
}
/* 背景色&文字色 */

a.example:link { color: #ffffff; }
a.example:visited { color: #aaaaaa; }
a.example:hover { color: #ff0000; }
a.example:active { color: #ffff00; }
/* リンク色 */


p.sample1 {font-family: "ＭＳ ゴシック",sans-serif; }
p.sample2 {font-family: "ＭＳ 明朝",serif; }
p.sample3 {font-family: Impact,Charcoal; }
/* フォント */

h2 {
color: #ffffff;
font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
font-size: 15pt;
text-shadow: 2px 2px 0 rgba(122,122,122,1);
margin: 30px 30px;
padding: 10px;
border: medium solid #ffffff;
}
/* H2 */

h3 {
color: #ffffff;
font-size: small;
}
/* H3 */

h4 {
color: #ffffff;
font-family: "cursive;
font-size: x-small;
font-weight: lighter;
}
/* H4 */

h5 {
color: #ffffff;
font-size: x-small;
font-weight: lighter;
}
/* H5 */

.bar {
  display:block;
  width: 92%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}
/* 線 */

.box {
margin:1px; padding:40px;
}
/* 上の余白 */


