html {margin:0;
/*スクロールバーの設定*/
  scrollbar-face-color: #ffffff;       /* 表面の色 */
  scrollbar-3dlight-color: #cccccc;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #cccccc; /* 右端と下端 */
  scrollbar-arrow-color: #cccccc;      /* 矢印の色 */
  scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}

body,td {font-size:66%;
	     color:#000;
	     font-family:Verdana;
		 line-height:170%;}

/*レイアウト*/
#home {text-align:right;background-color:#fff;}

#top_table {height:315px;
			margin:0px 0px;
			background:url("img_photo/back.GIF") no-repeat 50% 50%;}

#menu {width:200px;
	   height:270px;
	   background-color:#000;
	   border:0px solid #000;
	   filter:Alpha(opacity=60);
	   font-family:Georgia;
	   font-weight:bold;
	   text-align:center;
	   margin:0;
	   padding:0;}
#menu li {list-style:none;
		  margin-left:-40px;}
.menu-on {}

#main_table {width:600px;
	   height:270px;
	   border:0px solid #000;}

.txt {width:100%;
	  padding-left:20px;}

.modori {float:right;
		text-align:right;
		list-style:none;
		margin:0;}
.main [width:400px;}
#tt {width:40px;}
/*著作権表示のレイアウト*/
.copy {text-align:right;
	   padding:5px;}

/*見出し*/
h1,h2,h3,h4,h5,h6 {font-size:100%;}

h1 {}

h2 {width:100%;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	border-top:1px solid #004080;
	border-bottom:1px solid #004080;}

h3 {margin:0px;
	padding:5px 0px 5px 15px;
	margin:5px 0px 0px -10px;
	background:url("img_photo/a.gif") no-repeat 00% 50%;}

/*段落*/
p	{margin:0px;}

/*リスト*/
ol	{list-style:none;
	 margin-top:5px;
	 margin-bottom:5px;}
	ol li	{list-style:decimal;}
ul	{list-style:none; 
	 margin-top:5px;
	 margin-bottom:5px;}
	ul li	{list-style:circle; }
dl	{font-weight:nomal;
	 margin:0px 0px 0px 10px;}
	dt	{font-weight:bold;}
	dd	{border-left:4px double #669999;
		 padding-left:5px;
		 margin-left:20px;}

/*サンプル類(上から強調・強く強調・追加・削除・引用)*/
em	{font-style: normal;
	 border-bottom:1px;}
strong	{color:#cc0000;
		 background-color:#ccc;}
ins	{text-decoration:underline;}
del	{text-decoration:line-through;}
blockquote {border:1px solid #666;
			padding:3px;
			margin:3px 10px 3px 10px;}

/*メールフォーム*/
.mail1,.mail2,.mail3,.mail4,.mail5
	   {font-size:100%;
	    border:1px solid #000;}
.mail1 {width:200px;}
.mail2 {width:200px;}
.mail3 {width:200px;}
.mail4 {width:200px;}
.mail5 {width:200px;
		height:80px;}
.ok {width:100px;}
.no {width:100px;}

.ok,.no {font-size:120%;
		 border:1px solid #000;}

/*各リンクとその他*/
.txt a{ text-decoration:none; }
.txt a:link,.txt a:active, .txt a:visited
	   { color:#669999; }
.txt a:hover{ color:#fff; }


#menu li a{margin:0px;
		 width:250px;
		 margin-bottom:10px;
		 padding:3px 0px 3px 0px;
		 color:#fff;
		 text-decoration:none;}
#menu li a:hover{color:#669999;
			     background:url(img/b.gif);
				 text-decoration:underline;}



hr,#menu h2,#foot h2{ display:none;} 

