/* Entrance 専用CSS */
body {
	background-image: url(Image1.jpg);
	line-height: 1.4em;
}

/*----------------------------------------*/
/*-- ページの基本構造。 ------------------*/
/* 右側に表示するナビ枠 */
div.eyecatch{
	position:absolute;
	width:250px;
}

div.text{
	position:absolute;
	left:280px;
	width:-270px;
}

/*----------------------------------------*/
/*-- 本文部分の構造・形式 ----------------*/

/*-- コンテンツ内の区切り、標準。 --*/
/*--   終端にラインを引いて、次のセクションとの区切りを明確に。 --*/
div.sect{
	padding:0.5em;
	border-bottom: groove 2px;
}

/*-- コンテンツ内の区切り、小セクション。 --*/
/*--   論理的には区切ってはいるが、視覚的に区切るほどではない。 --*/
div.sect_s{
	padding:0.5em;
}

/*-- コンテンツ内の区切り、箱的切り出し。 --*/
/*-- コラム枠のような、独立性の高いセクション。 --*/
/*-- 別ページに切りだすほどのサイズではないが・・・というようなもの。--*/
div.sect_box{
	padding: 0.5em;

	border:#888899 1px solid;
	margin: 0.5em;
}

/*-- ページ情報用セクション --*/
div.address{
	font-size:80%;
	position:relative;
	left:0px;
	top:00px;
	border-top:#666 1px solid;
	padding:5px;
}
div.sect_d{
	margin: 2em;
	padding: 0.2em 1.2em;
	text-indent: -2em;

}


img.right{
	float : right;
	right:0px;
	margin: 1em;
	border: 1px solid;

}
img.eyecatch{
	float : left;
	margin: 1em;

}

/*-- --*/

h1{ 
	text-align: center;
	font-size: 140%;
	font-weight:bold;
	border:#888899 2px solid;
}
h2{ 
	font-size: 120%;
	font-weight:bold;
}
h3{
	font-size: 100%;
	font-weight:bold;
}

h1.main { 
	text-align: center;
	border-width: medium;
	border-style: double outset;
	margin: 1em 4em 1em 4em;
	}

A:link { color: #0000ff }
A:visited { color: #800080}

td.black{ background-color: #909090 }
td.blue { background-color: #8080D0 }
td.green{ background-color: #80D080 }
td.red  { background-color: #E08080 }
td.white{ background-color: #FFFFFF }
td.orange{ background-color: #F08010 }

p{
	margin: 1em;
	line-height: 1.3em;
}


ul.nomark { list-style-type: none; }
dd{		padding-bottom:0.5em; }

/*-- 以下、汎用的な設定。 --*/
*.center { text-align: center }
*.right { text-align: right }
*.margin1 { margin: 1em }
*.margin2 { margin: 1em 2em }
*.margin4 { margin: 1em 4em }
*.margin0 { margin: 0em }

