/* Designed by fynch */

/* 全体 ----------------------------------------------------------------------------*/
body {
margin:0px; padding:0px;
color:#110022; font-size:11px; font-family:Meiryo,MS P Gothic;
}

a:link,a:visited { color:#ffffff; text-decoration:none; font-size:11px; font-family:Meiryo,MS P Gothic; }
a:hover,a:active { color:#fff000; }


/* 画像設定 ------------------------------------------------------------------------*/
img { border:none; }	/* デフォルトは枠無しです */


/* 左側 ----------------------------------------------------------------------------*/
#top {
width:450px; margin-top:330px;
text-align:right;
position:fixed;
}


/* サイト名 ------------------------------------------------------------------------*/
#sitename {
font-size:25px; font-weight:bold;
}


/* 右側・幅と位置 ------------------------------------------------------------------*/
#index {
width:750px; margin-left:500px; padding:30px;
}


/* フレーム設定 --------------------------------------------------------------------*/
iframe {
width:750px; height:600px; border:none;
}


/* メイン見出し --------------------------------------------------------------------*/
.caption {
width:95%;
margin-top:20px; margin-bottom:10px;
font-size:16px;
border-bottom:1px solid #898880;
}


/* テーブル設定 --------------------------------------------------------------------*/
td{
text-align:left;
padding-right:10px;
}


/* クレジット ----------------------------------------------------------------------*/
.footer { margin-top:30px; text-align:right; }