@charset "Shift_JIS";

/* ------------------------------------------------------------ */
/* 　　　　　基本設定　　　　　　　　　　　　　　　　　　　　 　*/
/* ------------------------------------------------------------ */
*{
	margin:0px;
	padding:0px;
}
body{
	background:#fff;
	color:#444;
	font-size:9pt;
	font-family:'MS UI Gothic',Osaka,sans-serif;
	line-height:12pt;
	
	scrollbar-face-color:#eee;
	scrollbar-track-color:#eee;
	scrollbar-arrow-color:#8e996d;
	scrollbar-highlight-color:#eee;
	scrollbar-shadow-color:#8e996d;
	scrollbar-3dlight-color:#eee;
	scrollbar-darkshadow-color:#eee;
	
	margin:20px auto 20px auto;
	cursor:default;
}
a:link    {text-decoration:none;color:#68753f;}
a:visited {text-decoration:none;color:#68753f;}
a:hover   {text-decoration:none;color:#b2ba9e;}
a:active  {text-decoration:none;color:#fff;}
a{cursor:hand;}


/* ------------------------------------------------------------ */
/* 　　　　　index　　　　　　　　　　　　　　　　　　　　　　  */
/* ------------------------------------------------------------ */
#body{ /* index.htmlの背景色、画像 */
	background:#fff url(flask_46.jpg) top no-repeat;
	overflow:hidden;
}
#table{ /* テーブルの幅、フォント設定 */
	width:100%;
	height:100%;
	color:#444;
	font-size:9pt;
	font-family:'MS UI Gothic';
	line-height:12pt;
}
#td{ /* メニュー配置設定 */
	width:300px;
	vertical-align:bottom;
	padding-bottom:80px;
}
#td2{ /* インラインフレーム縦真ん中置き設定 */
	vertical-align:middle;
}
h1{ /* サイト名 */
	display:block;
	width:150px;
	color:#8e996d;
	font-size:13pt;
	font-weight:bold;
	background:#000;
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 5px;
}
.iframe{ /* インラインフレーム設定 */
	width:500px;
	height:380px;
	border:3px solid #000;
}


/* ------------------------------------------------------------ */
/* 　　　　　メニュー　　　　 　　　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------------ */
#menu ul{ /* メニューリスト左側の幅 */
	margin:0px;
}
#menu ul li{ /* メニュー左にある黒い部分の幅と色 */
	list-style:none;
	letter-spacing:1px;
	border-left:50px solid #000;
	margin:5px 0px 0px 0px;
}
#menu ul li a{ /* メニューのリンク設定　未訪問,訪問済 */
	display:block;
	width:100px;
	color:#000;
	background:#8e996d;
	padding:2px 0px 2px 5px;
}
#menu a:hover{ /* メニューのリンク設定　カーソルを乗せた時 */
	display:block;
	width:100px;
	color:#000;
	background:transparent;
}


/* ------------------------------------------------------------ */
/* 　　　　　他諸々　　　　　　　　　　　　　　　　　　　　　　 */
/* ------------------------------------------------------------ */
h2{ /* 見出し */
	font-size:9pt;
	letter-spacing:1px;
	border:1px solid #b2ba9e;
	margin:3px 10px;
	padding:2px 10px 2px 10px;
}
h3{ /* 見出し */
	font-size:9pt;
	letter-spacing:1px;
	background:#eee url(flask_46.jpg) center;
	border-top:1px solid #b2ba9e;
	border-bottom:1px solid #b2ba9e;
	margin:3px 10px;
	padding:2px 10px 2px 10px;
}
h4{ /* 見出し */
	color:#000;
	font-size:9pt;
	font-weight:normal;
	letter-spacing:5px;
	text-align:center;
	background:#b2ba9e;
	border-left:50px solid #000;
	border-right:50px solid #000;
	margin:3px 10px;
	padding:2px 10px 2px 10px;
}
.text{ /* テキストボックス */
	margin:10px 10px 30px 10px;
}
ul{ /* リスト左側の幅 */
	margin:0px 0px 0px 16px;
}
li{ /* リスト記号のスタイル設定 / disc→●、circle→○、square→■ */
	list-style-type:square;
}
.copy{ /* 著作権の設定 */
	width:150px;
	font-size:8pt;
	background:#eee;
	margin-top:5px;
	padding-left:5px;
}