/* Template : Contrabass : 037  */

Body,Td	{
	font-size:80%; /*文字サイズ*/
	}
Body	{
	margin:20px;

/*背景画像*/
	background-image:url(012.jpg);
	background-position:right bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;

/*スクロールバーの色設定*/	
	scrollbar-face-color:#000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	}

/*トップページ設定*/
.toppage
	{
	margin:1% 0 0 0;
	overflow-y:auto;
	background-image:none;
	}

/*アイフレームの境界線*/
Iframe	{
	border:1px solid #000000;
	}
.title
	{
	color:#FFFFFF;
	font-size:larger;
	background-color:#000000;
	font-family:"Book Antiqua",serif;
	}

/*エンターページ設定*/
Body.enterpage
	{
	margin:15px;
	overflow-y:auto;
	}
Table.enterpage
	{
	position:relative;
	left:70px;
	top:-20px;
	}
/*左右の黒い飾り部分設定*/
.point Div
	{
	width:150px;
	padding:3px 0;
	font-weight:bold;
	font-size:130%;
	text-align:center;
	font-family:"Book Antiqua",serif;
	z-index:1;
	}
.point Div.left
	{
	position:relative;
	top:15px;
	left:-75px;
	color:#FFFFFF;
	background-color:#000000;
	}
.point Div.right
	{
	position:relative;
	top:-15px;
	left:75px;
	color:#FFFFFF;
	background-color:#000000;
	}
.point Div A:link,
.point Div A:visited
	{
	color:#FFFFFF;
	}
.point Div A:hover
	{
	color:#ADD8E6;
	letter-spacing:0.1em;
	border-bottom:none;
	}

/*エンターページ・紹介欄設定*/
.intro
	{
	padding:25px;
	border:1px solid #000000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:100%;
	width:100%;
	line-height:1.5;
	z-index:2;
	}
.intro Span
	{
	font-family:Verdana;
	border:1px solid black;
	font-size:xx-small;
	padding:0.2em;
	}
.intro A:hover
	{
	cursor:pointer;
	border-bottom:none;
	}

/*デフォルトのリンク設定*/
A:link,
A:visited
	{
	color:#000000; /*未訪問・訪問済のリンクの色*/
	text-decoration:none;
	}
A:hover	{
	color:#000000; /*カーソルが触れた時の色*/
	border-bottom:1px dotted #ffffff;
	}

/*メニューのリンク設定*/
.menutd
	{
	word-spacing:3pt; /*メニューの単語の間隔（必要なければこの行を削除）*/
	padding:5px 8px;
	}
.menu
	{
	font-family:"Book Antiqua",serif;
	}
.menu:link,
.menu:visited
	{
	font-weight:bold;
	color:#000000;
	display:block;
	margin:5px 0;
	padding:2px 15px 2px 5px;
	border-right:7px solid #000000;
	background-color:#FFFFFF;
	}
.menu:hover,
.menu:active
	{
	color:#000000; /*カーソルが触れた時の色*/
	border-right:7px solid #9AE5F8;
	border-bottom:none;
	text-align:right;
	}

/*メニュー下部用テキストエリア・ボタン設定*/
.menutd Textarea
	{
	border:1px solid #000000;
	width:99%;
	font-size:inherit;
	font-size:smaller;

	/*スクロールバーの色設定*/
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	}
.menutd Input
	{
	border:1px solid #000000;
	background-color:#FFFFFF;
	}

/*素材元表示*/
.materialtd
	{
	color:#000000;
	font-size:70%;
	font-family:Verdana;
	padding-bottom:3px;
	}
.material:link,
.material:visited
	{
	color:#000000;
	}
.material:hover
	{
	color:#000000;
	text-decoration:underline;
	border-bottom:none;
	}
