@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:#FFCBCB;
	scrollbar-track-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-highlight-color:#FFCBCB;
	scrollbar-shadow-color:#FFCBCB;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	
	margin:20px auto 20px auto;
}
a:link    {text-decoration:none;color:#000;}
a:visited {text-decoration:none;color:#000;}
a:hover   {text-decoration:none;color:#FFCBCB;}
a:active  {text-decoration:none;color:#fff;}


/* ------------------------------------------------------------ */
/* 　　　　　index　　　　　　　　　　　　　　　　　　　　　　  */
/* ------------------------------------------------------------ */
#body{ /* left.htmlの背景色、画像 */
	background:url(/img/back.gif) repeat ;
	overflow:hidden;
}
#body2{ /* menu.htmlの背景色、画像 */
	background:url(/img/back.gif) repeat ;
	margin:0;
}


/* ------------------------------------------------------------ */
/* 　　　　　メニュー　　　　 　　　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------------ */
#table{ /* テーブル */
	width:150px;
	height:100%;
	color:#444;
	font-size:9pt;
	font-family:'MS UI Gothic',Osaka,sans-serif;
	line-height:12pt;
	background:url(/img/menu.gif);
	margin-left:80px;
}
#td{
	vertical-align:top;
}
#menu{ /* メニュー */
	text-align:center;
	padding:15px 0;
}
#menu ul li a{ /* メニューのリンク設定　未訪問,訪問済 */
	display:block;
	width:150px;
	background:#FFCBCB;
	margin:15px 0;
}
#menu ul li a:hover{ /* メニューのリンク設定　カーソルを乗せた時 */
	display:block;
	width:150px;
	background:transparent;
}
#menu ul{ /* メニューリスト全体 */
	margin:0px;
}
#menu ul li{ /* メニューリスト個別 */
	list-style:none;
}


/* ------------------------------------------------------------ */
/* 　　　　　他諸々　　　　　　　　　　　　　　　　　　　　　　 */
/* ------------------------------------------------------------ */
.text{ /* テキストボックス */
	margin:10px 20px 30px 20px;
}
h1{ /* サイト名 */
	color:#000;
	font-size:20pt;
	font-family:Verdana,Chicago,sans-serif;
	line-height:20pt;
	text-align:center;
	margin:20px auto 20px auto;
	padding-bottom:15px;
}
h2{ /* 見出し */
	font-size:9pt;
	font-weight:normal;
	letter-spacing:1px;
	background:#FFCBCB url(/img/line.gif);
	border-left:50px solid #FFCBCB;
	margin:3px 10px;
	padding:2px 10px 2px 10px;
}
h3{ /* 見出し */
	font-size:9pt;
	font-weight:normal;
	letter-spacing:7px;
    border-top:2px solid #FFCBCB;
    border-bottom:2px solid #FFCBCB;
	margin:3px 10px;
	padding:2px 10px 2px 27px;
}
h4{ /* 見出し */
	font-size:9pt;
	font-weight:normal;
	letter-spacing:5px;
	text-align:center;
	background:#FFCBCB url(/img/line.gif);
	border-left:50px solid #FFCBCB;
	border-right:50px solid #FFCBCB;
	margin:3px 10px;
	padding:2px 10px 2px 10px;
}


/* ------------------------------------------------------------ */
/* 　　　　　他諸々　　　　　　　　　　　　　　　　　　　　　　 */
/* ------------------------------------------------------------ */
ul{ /* リスト左側の幅 */
	margin:0px 0px 0px 16px;
}
li{ /* リスト記号のスタイル設定 / disc→●、circle→○、square→■ */
	list-style-type:disc;
}
.copy{ /* 著作権の設定 */
	font-size:8pt;
    text-align:center;
	background:#FFCBCB url(/img/line.gif);
}