/*-------------------------------------------全体スタイル*/
body {
 background-color:#ffffff;
 line-height:1.5em;
 font-family:serif;
 font-size:95%;
 margin-top:30px;
 margin-right:auto;
 margin-left:auto;
 width:80%; }
/*-------------------------------------------画像スタイル*/
img { border:0; }
/*-------------------------------------------リンクスタイル*/
a:link { clor:blue; }
a:visited { color:#cc0066; }
a:active { color:#993399; }
/*-------------------------------------------領域スタイル*/
#box {
 background-color:#ffffff;
 margin-right:auto;
 margin-left:auto; }
/*-------------------------------------------タイトル*/
#title {
 background-color:blue;
 background-image:url(img/top.gif);
 line-height:1.5em;
 font-family:monospace;
 font-size:xx-large;
 font-weight:bold;
 color: #ffffff;
 margin-right:auto;
 margin-left:auto;
 width:800px;
 height:100px;
 text-align:center; }
/*-------------------------------------------タイトル*/
#title1 {
 background-color:yellow;
 background:url(img/top0.gif) no-repeat;
 line-height:1.5em;
 font-family:monospace;
 font-size:large;
 font-weight:bold;
 color: red;
 margin-right:auto;
 margin-left:auto;
 width:470px;
 height:75px;
 text-align:center;
 img-align:center; }

#title1:hover {
 background-color:blue;
 background:url(img/top1.gif) no-repeat;
 line-height:1.5em;
 font-family:monospace;
 font-size:large;
 font-weight:bold;
 color: blue;
 margin-right:auto;
 margin-left:auto;
 width:470px;
 height:75px;
 text-align:center;
 img-align:center; }
/*-------------------------------------------サブタイトル１*/
#subtitle1 {
 background-color:#ffffff;
 border-left:15px solid #ff6699;
 border-bottom:1px solid #ff6699;
 line-height:1.5em;
 font-family:monospace;
 font-size:large;
 color:#cc0066;
 margin-right:auto;
 margin-left:auto;
 text-align:left; }
/*-------------------------------------------サブタイトル２*/
#subtitle2 {
 background-color:#ffffff;
 border-top:1px solid #0099cc;
 border-right:1px solid #0099cc;
 border-left:1px solid #0099cc;
 border-bottom:1px solid #0099cc;
 line-height:1.5em;
 font-size:medium;
 color:#0099cc;
 margin-right:auto;
 margin-left:auto;
 text-align:center; }
/*-------------------------------------------サブタイトル３*/
#subtitle3 {
 background-color:#0099cc;
 border-top:1px solid #0099cc;
 border-right:1px solid #0099cc;
 border-left:1px solid #0099cc;
 border-bottom:1px solid #0099cc;
 line-height:1.5em;
 font-size:medium;
 color:#ffffff;
 margin-right:auto;
 margin-left:auto;
 text-align:center; }
