
/*基礎要素//////////////////////////////*/
body {color		:#000000;
	background	:#FFFFFF;
	margin		:0;
	text-align	:left;
	line-height:110%;}
	
/*リンク*/
A:link     {color:#0000FF;
		text-decoration:none;}
A:visited{color:#0000FF;
		text-decoration:none;}
A:hover  {color:#66BB00;
		text-decoration:underline;}
A:active {color:#3399CC;}

tr {font-size:smaller;}

/*フォント*/
.small{font-size:smaller;}
.large{font-size:larger;}
.bold{font-weight:bold;}
.white{color:#FFFFFF;}
.blue{color:#003399;}

.padding_bottom{padding-bottom:10px;}
.padding_bottoms{padding-bottom:5px;}
.padding_lr{padding-left:3px;
		padding-right:3px;}
.margin_bottoms{margin-bottom:5px;}

.border_bottom{border-bottom:1px solid #003399;}
.border_top{border-top:1px solid #003399;}
.border_right{border-right:1px solid #003399;}

.border_table{border-bottom:1px solid #003399;
			border-top:1px solid #003399;
			border-left:1px solid #003399;
			border-right:1px solid #003399;
			margin-bottom:5px;}

.border_table_red{border-bottom:1px solid #CC0000;
			border-top:1px solid #CC0000;
			border-left:1px solid #CC0000;
			border-right:1px solid #CC0000;
			margin-bottom:5px;}

.bg_blue{color:#FFFFFF;
		background-color:#003399;}

.bg_orange{color:#003399;
		background-color:#FFEEBB;}