/*BODY*/
body{
	color:#808080;
	background-color:#FFFFFF;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	font-size: 9pt;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/*未リンク*/
a:link{
	background-color:none;
	color:#4169E1;
	text-decoration:underline;
}
/*済リンク*/
a:visited{
	background-color:none;
	color:#4169E1;
}
/*カーソル上リンク1*/
a:hover{
	background-color:none;
	color:#990033;
}
/*タイトル*/
.title01{
	background-color:#ffffff;
	color:#ffffff;
	font-family: osaka MSゴシック;
	font-size: 12pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:left;/*left,center,right*/
}
/*業務案内*/
.content01{
	background-color:#ffffff;/*9ptセンターグレー字*/
	color:#808080;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:center;/*left,center,right*/
}
/*新着情報タイトル*/
.news01{
	background-color:#ffffff;
	color:#191970;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:left;/*left,center,right*/
}
/*新着情報*/
.news02{
	background-color:#ffffff;
	color:#808080;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:left;/*left,center,right*/
}
/*新着情報日付*/
.news03{
	background-color:#ffffff;
	color:#808080;
	font-family: osaka MSゴシック;
	font-size: 7pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:right;/*left,center,right*/
}
/*青い縦ライン*/
.pause01{
	background-color:#336699;
	color:#808080;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:center;/*left,center,right*/
}
/*ご意見・ご感想は*/
.info1{
	background-color:#FFFFFF;
	color:#808080;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:center;/*left,center,right*/
}
/*フッター*/
.foot{
	background-color:#FFFFFF;
	color:#C0C0C0;
	font-family: osaka MSゴシック;
	font-size: 9pt;
	font-line-height:normal;
	font-weight:normal;/*normal,bold,bolder,lighter*/
	font-style:normal;/*normal,italic,oblique*/
	text-decoration:none;/*none,underline,overline,line-through(取消線)*/
	text-align:right;/*left,center,right*/
}
.scroll{
	overflow:auto;/*visible,scroll,hidden,auto*/
}
.hr{
	color:#333333;/*white,yellow,red,fuchsia,purple,blue,green,gray,black*/
}