@charset "Shift_JIS";

/* 全ページ共通 */
body{	margin:0px;
   	color:#808080;
    	font-size:10pt;
    	font-weight:normal;
    	font-family:Verdana,Osaka;
    	line-height:13pt;
	text-align:center;
}

H1{margin:0px;
   color:#808080;
   font-size:12pt;
   font-family:serif;
   font-weight:normal;}

/* 配置レイアウト用 */
.t1{width:640px;height:50%;
border-right:0px solid #000000;
border-left:0px solid #000000;
background-color:#ffffff;}

.auto {border:solid;height:1500pt;width:250pt;overflow:auto;}

.text{ text-decoration:underline; 
font-size:10pt;
padding-left:20pt; 
}

.text1{ text-decoration:underline; 
color:red;
font-size:10pt;
padding-left:20pt; 
}

.moji{ padding-left:50px; 
       font-size:10pt;
}

.font{	color:red;
	font-size:15pt;
	text-decoration:line-through;
	}

.foot{ font-size:10pt;
	text-align:center;
}

.ft{  font-size:10pt;
	text-align:center;
	}

.table{	width:240px;
	margin-left:5px;
	margin-bottom:20px;}


/* テーブル */
table{width:640px;}

caption{text-align:left;
	border-left-color:red;
}

tr,td{ color:#808080;
    font-size:10pt;
    font-weight:normal;
    font-family:Verdana,Osaka;
    line-height:13pt;
       }

li{ font-size:12pt;
	color:black;}
    

/* リンク用 */
a{text-decoration:none;
border-width : 0px 0px 0px 0px;
border-style : solid solid solid solid;
border-color :#ffffff;}

a:link{color:#808080;}
a:visited{color:#808080;}
a:active{color:#808080;}
a:hover{color:#ffffff;
text-decoration:none;}
