/*-------------------------------------------------------
  コメント -> BODY間及びスクロールバー・リンク等設定
-------------------------------------------------------*/
/*bodyの設定*/
body {
        text-align:center;
        font-size:9pt;
        color    :#666666;
        scrollbar-face-color      :#ADC1D1;
	scrollbar-highlight-color :#FFFFFF;
	scrollbar-3dlight-color   :#666666;
	scrollbar-shadow-color    :#666666;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color     :#FFFFFF;
	scrollbar-arrow-color     :#666666;
        font-family:sans-serif;
}
/*<td>の設定*/
td {
        font-size:9pt;
        color    :#666666;
        scrollbar-face-color      :#FFFFFF;
	scrollbar-highlight-color :#FFFFFF;
	scrollbar-3dlight-color   :#666666;
	scrollbar-shadow-color    :#666666;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color     :#FFFFFF;
	scrollbar-arrow-color     :#666666;
        text-align:center;
}
/*テーブルの設定*/
table{
	border-collapse: collapse;
	marginwideh="5"
	marginheght="5"
}

/*リンクの設定*/
a:link {
	text-decoration:none;
	color:#666666;
}
a:visited{
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#990000;
	text-decoration:none;
	position:relative ;top:1px ;left:1px;
}
a:active {
	text-decoration:none;
}

/*-------------------------------------------------------
  コメント -> 例外フォント位置＆色の設定
-------------------------------------------------------*/
/*フォント白色*/
.FontW {
	color:#ffffff;
}

/*ペーシングの為のブロック*/
#paddingBlock {
padding: 10px 10px 10px 10px;
}

/*ペーシングの為のブロック(フッター用)*/
#paddingFooter {
padding: 5px 5px 5px 5px;
}

/*-------------------------------------------------------
  コメント -> コメント枠の設定
-------------------------------------------------------*/
/*本文見出し*/
#TitleBlock {
	font-size:10pt;
	width:450px;
	text-align: left;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding:3px;
	color:#666666;
	background-color:#ADC1D1;
}

/*本文*/
#InnerBlock {
	width:450px;
	text-align: left;
	border-style:dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding:3px;
	color:#666666;
}

/*プラグイン見出し*/
#PluginTitleBlock {
	width:170px;
	text-align:left;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding:3px;
	color:#666666;
	background-color:#ADC1D1;
}
#PluginInnerBlock {
	width:170px;
	text-align:left;
	border-style:dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding:3px;
	color:#666666;
}

/*-------------------------------------------------------
  コメント -> 各ブロックの設定
-------------------------------------------------------*/
/*メイン*/
#mainBlock {
	width:722px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:left;
	position : relative ; 
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/*トップ*/
#TOPBlock {
	width:100%;
	height:50px;
	float:left;
	border-style:solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-size:12pt;
	background-color:#233E5C;
}

/*プラグイン*/
#PluginBlock {
	width:220px;
	height:600px;
	overflow:auto;
	text-align:center;
	float:right;
}

/*エントリー*/
#EntryBlock {
	width: 499px;
	height:600px;
	float:left;
	text-align:center;
	overflow:auto;
	background-image:url('http://www.geocities.jp/osada0727/Photo/Earth.gif');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: left bottom
}

/*フッター*/
#FooterBlock {
	font-size:7pt;
	width:100%;
	clear:left;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color:#233E5C;
	text-align:right;
}

/*ブロックを下の段に移行させる為の念のためタグ*/
#space {
	clear:left;
}
