A { cursor: crosshair }/* 十字 */

body,td,th {
font-family:'ＭＳ ゴシック';
color: #FF0066;
background-image: url(http://shiro-suku.com/pictures/background/tsundere.jpg);
font-style:normal;
font-weight:normal;
font-size:12pt;
text-decoration:none;
}

h1{
font-family:'ＭＳ ゴシック';
color: blue;
font-style:normal;
font-weight:normal;
font-size:20pt;
text-decoration:none;
display:inline;
}

h2{
font-family:'Century Gothic';
color: blue;
font-style:normal;
font-weight:normal;
font-size:12pt;
text-decoration:none;
display:inline;
}

h3{
font-family:'Century Gothic';
color: #FF0066;
font-style:normal;
font-weight:normal;
font-size:12pt;
text-decoration:none;
display:inline;
}

h4{
font-family:'Century Gothic';
color: black;
font-style:normal;
font-weight:normal;
font-size:20pt;
text-decoration:none;
display:inline;
}

h5{
font-family:'Century Gothic';
color: blue;
font-style:normal;
font-weight:normal;
font-size:8pt;
text-decoration:none;
display:inline;
}

.youjo01{
font-family:'Century Gothic';
color: blue;
font-style:normal;
font-weight:normal;
font-size:8pt;
text-decoration:none;
display:inline;
}

.youjo02{
font-family:'Arial';
color: blue;
font-style:normal;
font-weight:normal;
font-size:20pt;
text-decoration:none;
display:inline;
}

.youjo03{
font-family:'ＭＳ ゴシック';
color: black;
font-style:normal;
font-weight:normal;
font-size:20pt;
text-decoration:none;
display:inline;
}

.youjo04{
font-family:'Arial';
color: #FF0066;
font-style:normal;
font-weight:normal;
font-size:12pt;
text-decoration:none;
display:inline;
}

.youjo05{
font-family:'Arial';
color: #FF0066;
font-style:normal;
font-weight:normal;
font-size:18pt;
text-decoration:none;
display:inline;
}

img.youjo{
border:dashed 2px pink height:40px;width:200px;
}

img.youjo2{
border:dashed 0.5px yellow height:40px;width:150px;
}

A:link { color: #FF0066}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #FF0066;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #FF0066 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: blue;
  text-decoration: none     /* 下線を消す */
}