/*----------------------------------------------------
	フォント関連
----------------------------------------------------*/
/*　フォント設定　*/
body, div, table, td, textarea {  	
	font-family: "ＭＳ ゴシック", "Osaka"; 
	font-size: 11px;
	font-style: normal;
	color: #eeeeee;
}

p.italy_right {
	font-family: "ＭＳ ゴシック", "Osaka"; 
	font-size: 11px;
	font-style: italic;
	color: #846ec6;
	line-height: 50%;

	text-align: right;
}


/*----------------------------------------------------
	レイアウト・スタイル関連
----------------------------------------------------*/
/*　行間　*/
body, div {
	line-height: 150%;
}

tr.ecliptica {
	line-height: 120%;
	vertical-align:top;
}

td.aa {
	font-family: "ＭＳ Ｐゴシック"; 
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	vertical-align:top;
}

/*　背景色・スクロールカラー　*/
body {
	background-color: #000000;
	scrollbar-track-color: #transparent;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #846ec6;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #846ec6;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}


/*　通常ページ用バックグランド設定　*/
div.bodyImage {
	width: 1200px;
	height: 600px;
	position:relative;
	top: 10px; 
	left:0px;
	margin: 0 auto;
	background-image:url(http://www5f.biglobe.ne.jp/~kio/5th_pre/img/20100703_03.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 0px;
	z-index: -1;
}

/*　特設ページ用バックグランド設定　*/
body.bodyImage {
	bgcolor="#ffffff";
	text-align:center; 
	margin:0px; 
	padding:0px;

	background-image:url(http://www5f.biglobe.ne.jp/~kio/5th_pre/img/20100703_03.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:43% -100px;
	z-index: -1;
}

/*　特設ページ用枠線　*/
div.box {
	margin:0px; 
	padding:0px;
	width: 702px;
	border:1px solid #846ec6;
}

/*　分割線　点線　*/
hr.dashed {
  color: #ffffff; /* 線の色(IE用) */
  background-color: #ffffff; /* 線の色(NN用) */

  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed; /* 枠の種類 */
}

/*　背景色・スクロール透過　*/
.scrollbg{
	filter:chroma(color=#ffffff);
}


H2 {
	margin: 0px;
	font-family: "ＭＳ ゴシック", "Osaka"; 
	font-size: 13px;
	font-style: normal;
	color: #00cc7d;
}

H3 {
	margin: 0px;
	font-family: "ＭＳ ゴシック", "Osaka"; 
	font-size: 12px;
	font-style: normal;
	color: #00cc7d;
}


/*----------------------------------------------------
	画像関連
----------------------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
}

img.border {
	margin: 0px;
	padding: 0px;
	border:1px solid #ffffff;
}

img.block {
	display:block;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
	入力関連
----------------------------------------------------*/
/*　テキストエリア設定　*/
textarea {
	background-color: transparent;
	border:1px solid;
}


/*----------------------------------------------------
	リンク関連
----------------------------------------------------*/
a:link    { color: #9999ff; } 
a:visited { color: #9999ff; } 
a:hover   { color: #7CFC00; } 
a:active  { color: #7CFC00; } 


/*----------------------------------------------------
	透過関連
----------------------------------------------------*/
/* IE用　文字透過回避用 */
span.alphaEvasion, span.alphaEvasionLink {
	position:relative;
}

/* 透過関連用リンク設定 */
span.alphaEvasionLink       { color: #9999ff; } 
span.alphaEvasionLink:hover { color: #7CFC00; } 

/* 透過 */
td.alphaCell {
	/* IE以外の背景色透過 */
	background-color: rgba(102,102,102,0.2);

	/* IEの背景色透過 html側で別途bgcolorを設定 */
	filter:Alpha(opacity=20);
}

/* 透過 */
div.alphaCell {
	/* IE以外の背景色透過 */
	background-color: rgba(0,0,0,1.0);

	/* IEの背景色透過 html側で別途bgcolorを設定 */
	filter:Alpha(opacity=100);
}

div.alpha{
	background:url(http://www5f.biglobe.ne.jp/~kio/5th_pre/img/alpha_b.png);
	padding: 10px;
}
	



/*----------------------------------------------------
	メニュー関連
----------------------------------------------------*/
/*
li {float:left; display:block; cursor:pointer;}

.tab1 {height:45px; width:200px; }
.tab2 {height:40px; width:200px; }
.tab3 {height:40px; width:200px; }
.tab4 {height:40px; width:200px; }
.tab5 {height:40px; width:200px; }
.tab6 {height:40px; width:200px; }
.tab7 {height:40px; width:200px; }
.tab8 {height:40px; width:200px; }
.tab9 {height:40px; width:200px; }
.tab10 {height:75px; width:200px; }

.tab1
.tab2
.tab3
.tab4
.tab5
.tab6
.tab7
.tab8
.tab9
.tab10
{
	display:block;
	float:top;
	margin:0px;
}
*/
