<STYLE type="text/css">
<!--
/* スクロールバーの色付け */
	body{
  scrollbar-base-color:black;
  scrollbar-arrow-color:white;
  scrollbar-track-color:black;
/*  background-image:url("../making.gif");
  background-repeat:no-repeat;
  background-position:right bottom;
  background-attachment:fixed; */
}

a:link{
	color:white;
	text-decoration:none;
}
a:visited{
	color:gray;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:underline;
}
a:active{
	color:coral;
	text-decoration:underline;		
}



/* 囲み用 */
div.all{
	width:700px;
	margin:0px;
	padding:0px;
	content:0px;
	overflow:hidden;
}


/*　リキッド部分　*/

div.hidari{
	float:left;
	width:45%;
	background-color:#000000;
	color:#cccccc;
	font-size:15px;
	font-family:"Times New Roman";
	padding:0px;
}
div.migi{
	float:right;
	width:45%;
	background-color:#000000;
	color:#cccccc;
	font-size:15px;
	font-family:"Times New Roman";
	padding:0px;
}

/* 段組解除用 */
div.non{
	clear:both;
	margin:0px;
	padding:0px;
}

/* 写真 */
img.title{
	margin:0px;
	float:right;
	padding:0px;
}

/* ？？？ */
h1{
  border-style:solid;
  border-color:"#336699";
  border-width:0px 1em 2px 0px;
  text-align:right;
  margin:20px 300px 20px 0px;
  letter-spacing:0.7em;
}
h3{
  margin-left:4em;
}
h4{
  text-align:right;
  margin-right:10em;
  margin-top:0px;
}


-->
</STYLE>
