A { cursor: crosshair }/* 十字 */

body,td,th {
font-family:'ＭＳ ゴシック';
color: #FF0066;
background: white;
font-style:normal;
font-weight:normal;
font-size:8pt;
text-decoration:none;
}

.youjo2{
font-family:'ARIAL';
color: Blue;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-decoration:none;
display:inline;
}

.youjo3{
font-family:'ARIAL';
color: Blue;
font-style:normal;
font-weight:normal;
font-size:10pt;
text-decoration:none;
display:inline;
}
.youjo{
font-family:'Century Gothic';
color: midnightblue;
font-style:normal;
font-weight:normal;
font-size:11pt;
text-decoration:none;
display:inline;
}

.youjoen{
font-family:'Century Gothic';
color: mediumvioletred;
font-style:normal;
font-weight:normal;
font-size:10pt;
text-decoration:none;
display:inline;
}

.youjo9{
font-family:'Century Gothic';
color: firebrick;
font-style:normal;
font-weight:normal;
font-size:10pt;
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;
}

.youjo025{
font-family:'Arial';
color: midnightblue;
font-style:normal;
font-weight:normal;
font-size:14pt;
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:30px;width:150px;
}

img.youjo3{
border:dashed 0.5px pink height:40px;width:200px;
}

body {
 text-align:center;
}

#my_body {
 margin: 0
 auto; 
 width : 700px ;
}

#container {
 width:700px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-image:url(http://2p-youjo.com/back2.png);

}

#boxB {
 width:250px;
 float:left;
 margin-left:auto
 background-color:#f0f8ff;
}

#boxC {
 width:450px;
 float:left;
 margin-right:auto
 background-color:#f0f8ff;
}

#boxD {
 width:100%;
 clear:both;
 background-color:white;
}

A:link { color: #FF0066}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #FF0066;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #FF0066 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: blue;
  text-decoration: none     /* 下線を消す */
}


