/* 全体の設定*/
body{
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    text-align:left;/*文字の寄せ方：左寄せ*/
    color:#000000;/*文字の色：黒*/
    background-color:#ffffff;/* 背景の色：白 */
    background-image : url("sora.jpg");
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}
/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:009999;/*文字の色：青*/
    font-style:normal;
    
    text-decoration:none
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:none
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

/*枠用ID*/

table#head{
    width:750px;
    border-width:1px;
    text-align:left;
    margin:0px auto;
    align:center; 
}
table#structure{
    width:750px;
    border-width:0px;
    border-color:#663300;
    border-style:solid;
    text-align:left;
    margin:0px auto;
    align:center; 
}
td#main-left{
    width:170px;
    vertical-align:top;
}
td#main-right{
    width:580px;
    vertical-align:top;
}
td#foot{
    width:750px;
    text-align:center;
}
ul {
	font-family: sans-serif,"Osaka";
}
A.menu2 {
  width: 160px;              /* 横幅 */
  height: 20px;              /* 縦幅 */
  background-color: #a2d0ff; /* 背景色 */
  margin: 0px 0px -1px -20px;
  padding: 1px;
  font-size: 15px;           /* フォントサイズ */
  text-align: right;         /* 水平揃え */
  text-decoration: none;     /* 下線を消す */
}
A.menu:hover {
  margin: 0px 0px -1px -1px;
}
h1{
    font-size:large;/*文字の大きさ*/
    font-weight:normal;
    text-align:left;
    color:#009999;
    margin-top:0px;/*上方向の余白無し*/
}
ul.head{
    list-style:none;
    font-size:28px;/*文字の大きさ*/
    font-weight:normal;
    margin:0px;
    padding:0em 0em 0em 0em;
    text-align:left;
    color:#009999;
}
font.head1{
	font-size:18px;
}
font.head2{
	font-size:16px;
}
font.left{
	font-size:13px;
}
ul.left{
    list-style:none;
    margin:0px;
    padding:0.3em 0.3em 0.3em 0.3em;
    background-color:#a2d0ff;
    border-style:solid;
    border-width:1px 0px;
    border-color:#FFFFFF;
    border-bottom-width:2px;
    font-size: 15px;
}
ul.right{
    list-style:none;
    margin:0px;
    padding:0.5em 0.5em;
}
h2.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:medium;
    font-weight:normal;
    border-style:solid;
    border-width:0px 15px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:1px;
}
h3.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:normal;
    border-style:solid;
    border-width:1px 0px 0px 10px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:0px;
}
li.left{
    color:#009900
}
p.right{
    margin:15px 0.5em;
    font-size:small;
}
h3.right2{
  display: block;             /* ブロック要素にする */
  color: #ffffff;
  background-color: #000099;  /* 背景色 */
  border: outset 2px #000099; /* 枠の色 */
  text-align: center;         /* 水平揃え */
  margin: 0px;
  padding: 3px 1px 1px 10px;
}
h4.right{
	margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:normal;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:0px;
}