/*リンクページCSS*/

body              {margin: 0;
                   padding: 0;
                   line-height: 140%;
                   font-size: small;
                   background-image: url(sora04-100.jpg);
                   background-position: right bottom;
                   background-attachment: fixed;
                   background-repeat: no-repeat;}

#container        {margin: auto;
                   width: 800px;}

img               {margin: 5px;}

#header01         {width: 800px;
                   margin-top: 25px;
                   text-align: center;}

#header02         {width: 400px;
                   padding: 20px;
                   margin: auto;}

#header02 p       {text-align:left;}

#header03         {width:800px;}

#header03 p       {text-align:left;}

#kaze             {width: 700px;
                   margin: auto;}

#bakumatu        {width: 700px;
                   margin: auto;}

#another          {width: 700px;
                   margin: auto;}

#contents         {width: 700px;
                   margin: auto;}

#tool             {width: 700px;
                   text-align: left;}

#out              {width: 800px;
                   text-align: left;}

#footer           {width: 800px;}
#footer a:link    {color: #3399ff;}
#footer a:visited {color: #666666;}
#footer a:hover   {color: #ff0000;}
#footer a:active  {color: #ff0000;}

hr                {color: #999999;
                   margin: 20px;}
