body{
color: #eeeeee;
background-color: #C2A2DA;
scrollbar-track-color: #e0e0e0;/* 一番奥の道（背景） */
scrollbar-face-color:#222222;/* 稼働部＆矢印背景 */
scrollbar-3dlight-color:#e0e0e0; /* 外枠左上 */
scrollbar-darkshadow-color:#e0e0e0; /* 外枠右下 */
scrollbar-highlight-color:#ffffff; /* 内枠左上 */
scrollbar-shadow-color:#ffffff; /* 内枠右下 */
scrollbar-arrow-color:#ffffff; /* 三角 */
background-image: url("./gazou/1.gif");
background-position: 1% 1%; 
background-attachment: fixed; 
margin: 0px;             /* 上下左右=0px */
}

Table{
font-size: 10pt; /* 文字サイズ */ }

input,textarea,select { 
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0;
background-color : #FFFFFF ;color : #515151; }
.button { font-size:9pt;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0;
background-color : #333333 ;color : #ffffff; }

.waku{border-width : 2px ;
border-style : solid ;
border-color : #ffffff;
background-color: #000000;
}

hr{
color: #99999b; 
height: 1px; 
width:95%;
}

.hr2 { 
border-style : dashed ;
height: 1px; 
border-color : #555555;
width:98%;
} 

.title1 { 
background-color: #555555; /* 背景色 */ 
font-family: "Arial","ＭＳ ゴシック";
font-size: 12pt; /* 文字サイズ */ 
font-weight: bold;
padding: 1px; /* 帯内の余白 */ 
letter-spacing: 0.3em;
} 

h3	{
	letter-spacing: 0.3em;
	height: auto;
	color: #FFFFFF;
	border-bottom-width: 1px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
    font:normal 10px/1.5em Verdana, "Arial","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3", "Times New Roman";
	font-size: 100%;
}

a {color:#CCCCCC;}

a:link {text-decoration: none;
color:#CCCCCC;}

a:visited {text-decoration: none;
color:#666666;}

a:hover {color:#FFFFFF;}

a:active {text-decoration: none;
color:#333333;}

dl	{margin:5px;}
dt	{
	font-size: 100%;
	padding-left: 15px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
dd	{
	padding-left:10px;
	margin-left:20px;
	border-left:2px dotted #333333;
}
